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

Commit 3269719

Browse files
committed
Prepared for 1.12.19 release
- Updated README: set version, date, and changelog notes. - Updated `Zend_Version::VERSION` constant.
1 parent bf3f406 commit 3269719

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

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

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

2424
IMPORTANT FIXES FOR 1.12.19
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+
2733
See http://framework.zend.com/changelog for full details.
2834

2935
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.19dev';
35+
const VERSION = '1.12.19';
3636

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

0 commit comments

Comments
 (0)