Skip to content

Commit b9a8564

Browse files
committed
v1.9.13 changelog
1 parent f4e51aa commit b9a8564

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@
1818
Version 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+
2140
1.9.12: [2016-03-02] James Heinrich
2241
» Add support for Direct Stream Digital (DSD) /
2342
DSD Storage Facility (DSF) file format

getid3/getid3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)