From 80b72ea9752d3172afb72fb76b2c420272d9160c Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 11 Feb 2015 09:07:31 -0600 Subject: [PATCH 1/2] Detailed principle bugfix for 1.12.11 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d415015d70..274ed16883 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.11dev Release. -Released on MMMMM DD, YYYY. +Zend Framework 1.12.11 Release. +Released on February 11, 2015. IMPORTANT FIXES FOR 1.12.11 --------------------------- +- [#440](https://github.com/zendframework/zf1/issue/506) provides a patch that + fixes a bug introduced in 1.12.10 with regards to how the view renderer + controller helper resolves a controller's name. + See http://framework.zend.com/changelog for full details. NEW FEATURES From b3931222655a24cc343bb1bdbe0bcce87eb7b98c Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 11 Feb 2015 09:08:13 -0600 Subject: [PATCH 2/2] Promoted to stable version 1.12.11 --- library/Zend/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Zend/Version.php b/library/Zend/Version.php index 0d8bfdf229..8584a09f52 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.11dev'; + const VERSION = '1.12.11'; /** * The latest stable version Zend Framework available