Skip to content

Commit

Permalink
[2.1.3] release prep
Browse files Browse the repository at this point in the history
- Updated changelog
- Updated readme
- Updated Zend\Version
  • Loading branch information
weierophinney committed Feb 21, 2013
1 parent 1a0e60f commit 3b409d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 2.1.3 (21 Feb 2013):

- 3714: Zend\Stdlib\ArrayObject::offsetExists() returning by reference
(https://github.com/zendframework/zf2/issues/3714)
- 3855: Fix #3852
(https://github.com/zendframework/zf2/issues/3855)
- 3856: Simple route case insensitive
(https://github.com/zendframework/zf2/issues/3856)

## 2.1.2 (20 Feb 2013):

- 3085: create controller via Zend\Mvc\Controller\ControllerManager
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Develop: [![Build Status](https://secure.travis-ci.org/zendframework/zf2.png?bra

## RELEASE INFORMATION

*Zend Framework 2.1.3dev*
*Zend Framework 2.1.3*

This is the third maintenance release for the version 2.1 series.

DD MMM YYYY
21 Feb 2013

### UPDATES IN 2.1.3

Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Version/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class Version
/**
* Zend Framework version identification - see compareVersion()
*/
const VERSION = '2.1.3dev';
const VERSION = '2.1.3';

/**
* Github Service Identifier for version information is retreived from
Expand Down

0 comments on commit 3b409d6

Please sign in to comment.