From da7c657f2bcc865ef1bef53cf90c2638f344469b Mon Sep 17 00:00:00 2001 From: James Heinrich Date: Thu, 24 Dec 2015 12:50:02 +0200 Subject: [PATCH] changelog v1.9.11 --- changelog.txt | 18 ++++++++++++++++++ getid3/getid3.php | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 2c0cca62..11c1cf34 100644 --- a/changelog.txt +++ b/changelog.txt @@ -18,6 +18,24 @@ Version History =============== +1.9.11: [2015-12-24] James Heinrich + * bugfix (G:64): update constructor syntax for PHP 7 + * bugfix (G:62): infinite loop in large PNG files + * bugfix (G:61): ID3v2 remove BOM from frame descriptions + * bugfix (G:60): missing "break" in module.audio-video.quicktime.php + * bugfix (G:59): .gitignore comments + * bugfix (G:58): inconsistency in relation to module.tag.id3v2.php + * bugfix (G:57): comparing instead of assign + * bugfix (G:56): unsupported MIME type "audio/x-wave" + * bugfix (G:55): readme.md variable reference + * bugfix (G:54): QuickTime false 1000fps + * bugfix (G:53): Quicktime / ID3v2 multiple genres + * bugfix (G:52): sys_get_temp_dir in GetDataImageSize + * bugfix (#1903): Quicktime meta atom not parsed + * demo.joinmp3.php enhancements + * m4b (audiobook) chapters not parsed correctly + * sqlite3 caching not working + 1.9.10: [2015-09-14] James Heinrich * bugfix (G:49): Declaration of getID3_cached_sqlite3 * bugfix (#1892): extension.cache.mysql diff --git a/getid3/getid3.php b/getid3/getid3.php index b7b54d35..44002481 100644 --- a/getid3/getid3.php +++ b/getid3/getid3.php @@ -109,7 +109,7 @@ class getID3 protected $startup_error = ''; protected $startup_warning = ''; - const VERSION = '1.9.10-201511241457'; + const VERSION = '1.9.11-201512241248'; const FREAD_BUFFER_SIZE = 32768; const ATTACHMENTS_NONE = false;