This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,12 @@ Master: [. Both components were updated to perform header value validations
21
- to ensure no values contain characters not detailed in their corresponding
22
- specifications, and will raise exceptions on detection. Each also provides new
23
- facilities for both validating and filtering header values prior to injecting
24
- them into header classes. If you use either ` Zend_Mail ` or ` Zend_Http ` ,
25
- we recommend upgrading immediately.
26
-
27
16
See http://framework.zend.com/changelog for full details.
28
17
29
18
NEW FEATURES
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ final class Zend_Version
32
32
/**
33
33
* Zend Framework version identification - see compareVersion()
34
34
*/
35
- const VERSION = '1.12.12 ' ;
35
+ const VERSION = '1.12.13dev ' ;
36
36
37
37
/**
38
38
* The latest stable version Zend Framework available
You can’t perform that action at this time.
0 commit comments