diff --git a/changelog.txt b/changelog.txt index 82931045..d8c50fcf 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/getid3/getid3.php b/getid3/getid3.php index 16228d47..37bf9443 100644 --- a/getid3/getid3.php +++ b/getid3/getid3.php @@ -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;