Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'version/bump'
Browse files Browse the repository at this point in the history
Bump to 2.3.3dev
  • Loading branch information
weierophinney committed Aug 12, 2014
2 parents 0b74b66 + 8b0aba0 commit b1e3326
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,13 @@ Develop:

## RELEASE INFORMATION

*Zend Framework 2.3.2*
*Zend Framework 2.3.3dev*

This is the second maintenance release for the version 2.3 series.
This is the third maintenance release for the version 2.3 series.

12 Aug 2014
DD MMM YYYY

### UPDATES IN 2.3.2

Notable changes include:

- [#6295](https://github.com/zendframework/zf2/pull/6295) introduces a slight change to how `Zend\Form\Fieldset` handles disabled values. Previously, they were represented in the form, and still processed on submit, which allowed the possibility of changing the value. This pull request modifies the behavior to extract the original value from any bound data if present and use that value instead, which is the correct behavior.
- [#6423](https://github.com/zendframework/zf2/pull/6423) modifies the behavior of `Zend\Validator\File\UploadFile` to only return the `FILE_NOT_FOUND` error if upload was successful; previously, it incorrectly would report this error even if an error occurred during upload.

In all, over 120 issues were resolved for this release.
### UPDATES IN 2.3.3

Please see [CHANGELOG.md](CHANGELOG.md).

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 @@ -20,7 +20,7 @@ final class Version
/**
* Zend Framework version identification - see compareVersion()
*/
const VERSION = '2.3.2';
const VERSION = '2.3.3dev';

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

0 comments on commit b1e3326

Please sign in to comment.