Skip to content

Commit da7c657

Browse files
committed
changelog v1.9.11
1 parent 7992d3c commit da7c657

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@
1818
Version History
1919
===============
2020

21+
1.9.11: [2015-12-24] James Heinrich
22+
* bugfix (G:64): update constructor syntax for PHP 7
23+
* bugfix (G:62): infinite loop in large PNG files
24+
* bugfix (G:61): ID3v2 remove BOM from frame descriptions
25+
* bugfix (G:60): missing "break" in module.audio-video.quicktime.php
26+
* bugfix (G:59): .gitignore comments
27+
* bugfix (G:58): inconsistency in relation to module.tag.id3v2.php
28+
* bugfix (G:57): comparing instead of assign
29+
* bugfix (G:56): unsupported MIME type "audio/x-wave"
30+
* bugfix (G:55): readme.md variable reference
31+
* bugfix (G:54): QuickTime false 1000fps
32+
* bugfix (G:53): Quicktime / ID3v2 multiple genres
33+
* bugfix (G:52): sys_get_temp_dir in GetDataImageSize
34+
* bugfix (#1903): Quicktime meta atom not parsed
35+
* demo.joinmp3.php enhancements
36+
* m4b (audiobook) chapters not parsed correctly
37+
* sqlite3 caching not working
38+
2139
1.9.10: [2015-09-14] James Heinrich
2240
* bugfix (G:49): Declaration of getID3_cached_sqlite3
2341
* bugfix (#1892): extension.cache.mysql

getid3/getid3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class getID3
109109
protected $startup_error = '';
110110
protected $startup_warning = '';
111111

112-
const VERSION = '1.9.10-201511241457';
112+
const VERSION = '1.9.11-201512241248';
113113
const FREAD_BUFFER_SIZE = 32768;
114114

115115
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)