Skip to content

Commit

Permalink
v1.9.13 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Dec 14, 2016
1 parent f4e51aa commit b9a8564
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.12-201612051806';
const VERSION = '1.9.13-201612051806';
const FREAD_BUFFER_SIZE = 32768;

const ATTACHMENTS_NONE = false;
Expand Down

0 comments on commit b9a8564

Please sign in to comment.