From 45f20faa0f0a24489740392c5b512ddcc36deccd Mon Sep 17 00:00:00 2001 From: James Heinrich Date: Thu, 29 Sep 2022 12:41:13 -0400 Subject: [PATCH] v1.9.22-202207161647 changelog --- changelog.txt | 24 ++++++++++++++++++++++++ getid3/getid3.php | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 5b8ffa5a..e6a6e586 100644 --- a/changelog.txt +++ b/changelog.txt @@ -18,6 +18,30 @@ Version History =============== +1.9.22: [2022-09-29] James Heinrich :: 1.9.22-202207161647 + * bugfix #387 fails to detect h265 video codec (QuickTime) + * bugfix #385 Quicktime extended atom size + * bugfix #378 AAC bitrate cache warning + * bugfix #376 simplexml_load_string improvments + * bugfix #374 MOD improved SoundTracker support + * bugfix #371 fragmented MP4 unsupported warning + * bugfix #369 fix remote URLs pattern + * bugfix #366 change @error-suppress to isset (quicktime) + * bugfix #365 ZIP array offset on value of type int + * bugfix #364 add support for ANIMEXTS1.0 in GIF files + * bugfix #363 ASF improve support of Header Extension Object data + * bugfix #362 version update for ramsey/composer-install + * bugfix #359 MPEG-2 aspect ratio divide-by-zero + * bugfix #358 free format mp3 bitrate + * bugfix #355 undefined array key in ID3v2 chapters + * bugfix #352 avoid false detection of Musepack format + * bugfix #351 Incorrect length passed to fread on a flac file + * bugfix #348 more targeted usage of clearstatcache calls + * bugfix #347 fixed reported by PHPStan v0.12.99 + * bugfix QuickTime support 'ID32' frame (ID3v2 inside QT) + * bugfix fix various PHP 8.1 issues + * bugfix PDF prevent undefined index + 1.9.21: [2021-09-22] James Heinrich :: 1.9.21-202109171300 » add support for RIFF.guan ¤ add ID3v1 genres 148-191 diff --git a/getid3/getid3.php b/getid3/getid3.php index 4f81776f..5e955304 100644 --- a/getid3/getid3.php +++ b/getid3/getid3.php @@ -387,7 +387,7 @@ class getID3 */ protected $startup_warning = ''; - const VERSION = '1.9.21-202207161647'; + const VERSION = '1.9.22-202207161647'; const FREAD_BUFFER_SIZE = 32768; const ATTACHMENTS_NONE = false;