Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Bump to next dev version
Browse files Browse the repository at this point in the history
- 2.4.3dev
  • Loading branch information
weierophinney committed May 11, 2015
1 parent 6ca85dc commit 28c1af0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions README.md
Expand Up @@ -11,20 +11,13 @@ Develop:

## RELEASE INFORMATION

*Zend Framework 2.4.2*
*Zend Framework 2.4.3dev*

This is the second maintenance release in the version 2.4 series.
This is the third maintenance release in the version 2.4 series.

11 May 2015
DD MMM YYYY

### UPDATES IN 2.4.2

This release fixes issues introduced when correcting
[ZF2015-04](http://framework.zend.com/security/advisory/ZF2015-04), including:

- [#7506](https://github.com/zendframework/zf2/pull/7506) resolves issues when UTF-8 values are used in Mail headers, particularly addresses.
- [#7507](https://github.com/zendframework/zf2/pull/7507) ensures that array values can be used with cookies.
- [#7514](https://github.com/zendframework/zf2/pull/7514) ensures that multipart MIME messages can be added to `Zend\Mail\Message` instances in such a way that they do not conflict with ZF2015-04.
### UPDATES IN 2.4.3

Please see [CHANGELOG.md](CHANGELOG.md).

Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Version/Version.php
Expand Up @@ -20,7 +20,7 @@ final class Version
/**
* Zend Framework version identification - see compareVersion()
*/
const VERSION = '2.4.2';
const VERSION = '2.4.3dev';

/**
* Github Service Identifier for version information is retrieved from
Expand Down

0 comments on commit 28c1af0

Please sign in to comment.