File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1818Version History
1919===============
2020
21+ 1.9.14: [2017-03-27] James Heinrich
22+ » Add experimental support for E-AC3
23+ * bugfix (G:105): RIFF.WAVE.iXML multiple TIMESTAMP_SAMPLE_RATE
24+ * bugfix (G:95): improperly initialized error/warning keys
25+ * bugfix (G:94): ID3v2 write support for TXXX
26+ * bugfix (G:93): all errors or warnings should pass through class method
27+
21281.9.13: [2016-12-14] James Heinrich
2229 * bugfix (G:89): ID3v2.4 custom genres with slashes
2330 * bugfix (G:88): large QuickTime files exceed PHP memory limit
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ class getID3
112112 protected $ startup_error = '' ;
113113 protected $ startup_warning = '' ;
114114
115- const VERSION = '1.9.13 -201703261440 ' ;
115+ const VERSION = '1.9.14 -201703261440 ' ;
116116 const FREAD_BUFFER_SIZE = 32768 ;
117117
118118 const ATTACHMENTS_NONE = false ;
You can’t perform that action at this time.
0 commit comments