diff --git a/changelog.txt b/changelog.txt index 4960714b..82931045 100644 --- a/changelog.txt +++ b/changelog.txt @@ -18,6 +18,25 @@ Version History =============== +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 + * bugfix (G:87): ID3v2 write GRID data not working properly + * bugfix (G:86): Increase autoloading definitions + * bugfix (G:84): ID3v2 available writable frames list + * bugfix (G:82): ID3v2 datetime logic + * bugfix (G:80): attempt to autodetect ID3v1 encoding + * bugfix (G:77): add partial support of DSSv6 + * bugfix (G:76): add mysqli version of caching extension + * bugfix (G:75): mysql cache max key length + * bugfix (G:71): custom error handler to catch exif_read_data() errors + * bugfix (G:71): add support for mb_convert_encoding + * bugfix (G:70): ID3v2 POPM / UFID + * bugfix (G:68): workaround broken iTunes ID3v2 + * bugfix (G:48): Quicktime set MIME to video/mp4 where applicable + * bugfix (#1930) fread on pipes + * bugfix (#1926) relax ID3v2.IsValidURL check + 1.9.12: [2016-03-02] James Heinrich » Add support for Direct Stream Digital (DSD) / DSD Storage Facility (DSF) file format diff --git a/getid3/getid3.php b/getid3/getid3.php index 91422a91..79f562aa 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.12-201612051806'; + const VERSION = '1.9.13-201612051806'; const FREAD_BUFFER_SIZE = 32768; const ATTACHMENTS_NONE = false;