File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1818Version 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+
21391.9.10: [2015-09-14] James Heinrich
2240 * bugfix (G:49): Declaration of getID3_cached_sqlite3
2341 * bugfix (#1892): extension.cache.mysql
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments