Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit e368bc5

Browse files
committed
Bumped version
2 parents be21131 + 3dd0b81 commit e368bc5

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,12 @@ Master: [![Build Status](https://api.travis-ci.org/zendframework/zf1.png?branch=
1818
RELEASE INFORMATION
1919
===================
2020

21-
Zend Framework 1.12.19 Release.
22-
Released on July 13, 2016.
21+
Zend Framework 1.12.20-dev Release.
22+
Released on MMM DD, YYYY.
2323

24-
IMPORTANT FIXES FOR 1.12.19
24+
IMPORTANT FIXES FOR 1.12.20
2525
---------------------------
2626

27-
This release contains security fixes:
28-
29-
- **ZF2016-02**: The implementation of `ORDER BY` and `GROUP BY` in
30-
`Zend_Db_Select` contained potential SQL injection vulnerabilities,
31-
and have been patched.
32-
3327
See http://framework.zend.com/changelog for full details.
3428

3529
NEW FEATURES

library/Zend/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class Zend_Version
3232
/**
3333
* Zend Framework version identification - see compareVersion()
3434
*/
35-
const VERSION = '1.12.19';
35+
const VERSION = '1.12.20dev';
3636

3737
/**
3838
* The latest stable version Zend Framework available

0 commit comments

Comments
 (0)