File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 2.3.3 (YYYY-MM-DD )
3
+ ## 2.3.3 (2014-09-17 )
4
4
5
5
- [ 6576: Custom barcode adapter wasn't being set in options] ( https://github.com/zendframework/zf2/pull/6576 )
6
6
- [ 6664: Use is_file to check for an uploaded file] ( https://github.com/zendframework/zf2/pull/6664 )
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ Develop:
9
9
10
10
## RELEASE INFORMATION
11
11
12
- * Zend Framework 2.3.3dev *
12
+ * Zend Framework 2.3.3 *
13
13
14
14
This is the third maintenance release for the version 2.3 series.
15
15
16
- DD MMM YYYY
16
+ 17 Sep 2014
17
17
18
18
### UPDATES IN 2.3.3
19
19
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ final class Version
20
20
/**
21
21
* Zend Framework version identification - see compareVersion()
22
22
*/
23
- const VERSION = '2.3.3dev ' ;
23
+ const VERSION = '2.3.3 ' ;
24
24
25
25
/**
26
26
* Github Service Identifier for version information is retrieved from
You can’t perform that action at this time.
0 commit comments