Преглед изворни кода

[1.12.3] Prepare release announcement and version


git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.12@25289 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew пре 13 година
родитељ
комит
46962e858e
2 измењених фајлова са 11 додато и 9 уклоњено
  1. 10 8
      README.txt
  2. 1 1
      library/Zend/Version.php

+ 10 - 8
README.txt

@@ -2,19 +2,21 @@ Welcome to the Zend Framework 1.12 Release!
 
 RELEASE INFORMATION
 ---------------
-Zend Framework 1.12.2 Release ([INSERT REV NUM HERE]).
-Released on February 25, 2013
+Zend Framework 1.12.3 Release ([INSERT REV NUM HERE]).
+Released on March 13, 2013
 
-IMPORTANT FIXES FOR 1.12.2
+IMPORTANT FIXES FOR 1.12.3
 --------------------------
 
-This release incorporates over 40 bugfixes. In particular, the following
-issue has been resolved in Zend_Service_Twitter:
+This release incorporates is primarily aimed to update
+Zend_Service_Twitter to the Twitter v1.1 API:
 
- - http://framework.zend.com/issues/browse/ZF-9253
+ - http://framework.zend.com/issues/browse/ZF-12530
 
-This fix ensures that Zend_Service_Twitter uses the new versioned API 
-endpoint required by Twitter.
+Because the Twitter v1.1 API is not backwards compatible with v1.0, the
+API for Zend_Service_Twitter has been changed; if you have been using it
+previously, you will need to update your code accordingly. Both the
+end-user and API documentation have been updated to reflect the changes.
 
 NEW FEATURES
 ============

+ 1 - 1
library/Zend/Version.php

@@ -32,7 +32,7 @@ final class Zend_Version
     /**
      * Zend Framework version identification - see compareVersion()
      */
-    const VERSION = '1.12.2';
+    const VERSION = '1.12.3';
 
     /**
      * The latest stable version Zend Framework available