Skip to content

Commit 30bd114

Browse files
committed
v1.9.4
1 parent 70a5809 commit 30bd114

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
Version 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+
2128
1.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

getid3/getid3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)