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

Commit 89a6f49

Browse files
committed
Bump to next dev version
- 1.12.9dev
1 parent edb7534 commit 89a6f49

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

README.md

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

10-
Zend Framework 1.12.8 Release.
11-
Released on August 26, 2014.
10+
Zend Framework 1.12.9dev Release.
11+
Released on MMMMM DD, YYYY.
1212

13-
IMPORTANT FIXES FOR 1.12.8
13+
IMPORTANT FIXES FOR 1.12.9
1414
--------------------------
1515

16-
- [#360](https://github.com/zendframework/zf1/pull/360) Zend_Locale:
17-
[CLDR](http://cldr.unicode.org) updated to version 25
18-
- [#98](https://github.com/zendframework/zf1/pull/98) Allow editing and
19-
flattening of text form fields within PDF documents
20-
- [#375](https://github.com/zendframework/zf1/pull/375) Implement
21-
Zend_Pdf::setJavascript(), Zend_Pdf::addJavascript() and
22-
Zend_Pdf::resetJavaScript()
23-
- [#414](https://github.com/zendframework/zf1/pull/414) Adds the
24-
`Microsoft_Console` component from the Windows Azure SDK for PHP into
25-
the `Zend_Service_Console` component, ensuring that WindowsAzure
26-
command line functionality included in the framework can now work.
27-
- [#385](https://github.com/zendframework/zf1/pull/385) Adds support for
28-
DateTime fractional seconds under PHP 5.6+.
29-
- [#382](https://github.com/zendframework/zf1/pull/382) Ensures that
30-
orphaned metadata cache files are removed when `Zend_Cache::CLEANING_MODE_ALL`
31-
is used.
32-
- [#410](https://github.com/zendframework/zf1/pull/410) Ensures that calls
33-
to reset the status of the libxml entity loader happen as soon as possible,
34-
to prevent potential threading issues under php-fpm (since the settings
35-
are per process, not per-request, in that environment).
36-
37-
See http://framework.zend.com/changelog/1.12.8 for full details.
16+
See http://framework.zend.com/changelog for full details.
3817

3918
NEW FEATURES
4019
============

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.8';
35+
const VERSION = '1.12.9dev';
3636

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

0 commit comments

Comments
 (0)