From 997da8271a7ab47bb383dfe776c8b887fb20bfa0 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 20 May 2015 10:07:44 -0500 Subject: [PATCH] [1.12.13] Release readiness - Updated README with information on this release. - Updated VERSION constant. --- README.md | 8 ++++++-- library/Zend/Version.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bdbff4b13..70da8b6f23 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,16 @@ Master: [![Build Status](https://api.travis-ci.org/zendframework/zf1.png?branch= RELEASE INFORMATION =================== -Zend Framework 1.12.13dev Release. -Released on MMM DD, YYYY. +Zend Framework 1.12.13 Release. +Released on May 20, 2015. IMPORTANT FIXES FOR 1.12.13 --------------------------- +- [#567](https://github.com/zendframework/zf1/pull/567) fixes an issue + introduced in 1.12.12 whereby header value assertions were too strict, + and did not allow integer or float values. + See http://framework.zend.com/changelog for full details. NEW FEATURES diff --git a/library/Zend/Version.php b/library/Zend/Version.php index c3d776f8e5..3e6f81ed62 100644 --- a/library/Zend/Version.php +++ b/library/Zend/Version.php @@ -32,7 +32,7 @@ final class Zend_Version /** * Zend Framework version identification - see compareVersion() */ - const VERSION = '1.12.13dev'; + const VERSION = '1.12.13'; /** * The latest stable version Zend Framework available