Skip to content

Commit

Permalink
v1.9.22-202207161647 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Sep 29, 2022
1 parent 59439c5 commit 45f20fa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion getid3/getid3.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 45f20fa

Please sign in to comment.