From 718f4cf53484ccb035e0896fe50f47efe04bb514 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 26 Aug 2013 10:10:31 -0500 Subject: [PATCH] Bump to next dev version - 2.2.5dev --- README.md | 18 ++++-------------- library/Zend/Version/Version.php | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f985d4b07ec..2439a962b17 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,13 @@ Develop: [![Build Status](https://secure.travis-ci.org/zendframework/zf2.png?bra ## RELEASE INFORMATION -*Zend Framework 2.2.4* +*Zend Framework 2.2.5dev* -This is the fourth maintenance release for the 2.2 series. +This is the fifth maintenance release for the 2.2 series. -26 Aug 2013 +DD MMM YYYY -### UPDATES IN 2.2.4 - -This release fixes a regression introduced in 2.2.3 to the Form component. - -Basically, a fix included in 2.2.3 created a situation that enforced the -`preferFormInputFilter` flag; prior to 2.2.3, the code acted as if it the flag -was enabled, but as a side effect of several bugs. - -2.2.4 enables the flag by default, which restores the previous behavior, while -retaining the fixes to 2.2.3. Additionally, the flag may now be set via form -options passed either to a factory or to the `setOptions()` method. +### UPDATES IN 2.2.5 Please see [CHANGELOG.md](CHANGELOG.md). diff --git a/library/Zend/Version/Version.php b/library/Zend/Version/Version.php index 674282a4125..58a53775b08 100644 --- a/library/Zend/Version/Version.php +++ b/library/Zend/Version/Version.php @@ -19,7 +19,7 @@ final class Version /** * Zend Framework version identification - see compareVersion() */ - const VERSION = '2.2.4'; + const VERSION = '2.2.5dev'; /** * Github Service Identifier for version information is retreived from