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

Commit 9c9361f

Browse files
committed
Merge branch 'releases/1.12.13'
1.12.13 readiness
2 parents 330a4c8 + 997da82 commit 9c9361f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ Master: [![Build Status](https://api.travis-ci.org/zendframework/zf1.png?branch=
77
RELEASE INFORMATION
88
===================
99

10-
Zend Framework 1.12.13dev Release.
11-
Released on MMM DD, YYYY.
10+
Zend Framework 1.12.13 Release.
11+
Released on May 20, 2015.
1212

1313
IMPORTANT FIXES FOR 1.12.13
1414
---------------------------
1515

16+
- [#567](https://github.com/zendframework/zf1/pull/567) fixes an issue
17+
introduced in 1.12.12 whereby header value assertions were too strict,
18+
and did not allow integer or float values.
19+
1620
See http://framework.zend.com/changelog for full details.
1721

1822
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.13dev';
35+
const VERSION = '1.12.13';
3636

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

0 commit comments

Comments
 (0)