Skip to content

Commit

Permalink
v1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Mar 27, 2017
1 parent 70a5809 commit 30bd114
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
Version History
===============

1.9.14: [2017-03-27] James Heinrich
» Add experimental support for E-AC3
* bugfix (G:105): RIFF.WAVE.iXML multiple TIMESTAMP_SAMPLE_RATE
* bugfix (G:95): improperly initialized error/warning keys
* bugfix (G:94): ID3v2 write support for TXXX
* bugfix (G:93): all errors or warnings should pass through class method

1.9.13: [2016-12-14] James Heinrich
* bugfix (G:89): ID3v2.4 custom genres with slashes
* bugfix (G:88): large QuickTime files exceed PHP memory limit
Expand Down
2 changes: 1 addition & 1 deletion getid3/getid3.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class getID3
protected $startup_error = '';
protected $startup_warning = '';

const VERSION = '1.9.13-201703261440';
const VERSION = '1.9.14-201703261440';
const FREAD_BUFFER_SIZE = 32768;

const ATTACHMENTS_NONE = false;
Expand Down

0 comments on commit 30bd114

Please sign in to comment.