Matthew Weier O'Phinney 9 роки тому
батько
коміт
3dd0b8131e
2 змінених файлів з 4 додано та 10 видалено
  1. 3 9
      README.md
  2. 1 1
      library/Zend/Version.php

+ 3 - 9
README.md

@@ -18,18 +18,12 @@ Master: [![Build Status](https://api.travis-ci.org/zendframework/zf1.png?branch=
 RELEASE INFORMATION
 ===================
 
-Zend Framework 1.12.19 Release.
-Released on July 13, 2016.
+Zend Framework 1.12.20-dev Release.
+Released on MMM DD, YYYY.
 
-IMPORTANT FIXES FOR 1.12.19
+IMPORTANT FIXES FOR 1.12.20
 ---------------------------
 
-This release contains security fixes:
-
-- **ZF2016-02**: The implementation of `ORDER BY` and `GROUP BY` in
-  `Zend_Db_Select` contained potential SQL injection vulnerabilities,
-  and have been patched.
-
 See http://framework.zend.com/changelog for full details.
 
 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.19';
+    const VERSION = '1.12.20dev';
 
     /**
      * The latest stable version Zend Framework available