File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1818Version History
1919===============
2020
21+ 1.9.13: [2016-12-14] James Heinrich
22+ * bugfix (G:89): ID3v2.4 custom genres with slashes
23+ * bugfix (G:88): large QuickTime files exceed PHP memory limit
24+ * bugfix (G:87): ID3v2 write GRID data not working properly
25+ * bugfix (G:86): Increase autoloading definitions
26+ * bugfix (G:84): ID3v2 available writable frames list
27+ * bugfix (G:82): ID3v2 datetime logic
28+ * bugfix (G:80): attempt to autodetect ID3v1 encoding
29+ * bugfix (G:77): add partial support of DSSv6
30+ * bugfix (G:76): add mysqli version of caching extension
31+ * bugfix (G:75): mysql cache max key length
32+ * bugfix (G:71): custom error handler to catch exif_read_data() errors
33+ * bugfix (G:71): add support for mb_convert_encoding
34+ * bugfix (G:70): ID3v2 POPM / UFID
35+ * bugfix (G:68): workaround broken iTunes ID3v2
36+ * bugfix (G:48): Quicktime set MIME to video/mp4 where applicable
37+ * bugfix (#1930) fread on pipes
38+ * bugfix (#1926) relax ID3v2.IsValidURL check
39+
21401.9.12: [2016-03-02] James Heinrich
2241 » Add support for Direct Stream Digital (DSD) /
2342 DSD Storage Facility (DSF) file format
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ class getID3
112112 protected $ startup_error = '' ;
113113 protected $ startup_warning = '' ;
114114
115- const VERSION = '1.9.12 -201612051806 ' ;
115+ const VERSION = '1.9.13 -201612051806 ' ;
116116 const FREAD_BUFFER_SIZE = 32768 ;
117117
118118 const ATTACHMENTS_NONE = false ;
You can’t perform that action at this time.
0 commit comments