Skip to content

Commit 45f20fa

Browse files
committed
v1.9.22-202207161647 changelog
1 parent 59439c5 commit 45f20fa

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

changelog.txt

+24
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,30 @@
1818
Version History
1919
===============
2020

21+
1.9.22: [2022-09-29] James Heinrich :: 1.9.22-202207161647
22+
* bugfix #387 fails to detect h265 video codec (QuickTime)
23+
* bugfix #385 Quicktime extended atom size
24+
* bugfix #378 AAC bitrate cache warning
25+
* bugfix #376 simplexml_load_string improvments
26+
* bugfix #374 MOD improved SoundTracker support
27+
* bugfix #371 fragmented MP4 unsupported warning
28+
* bugfix #369 fix remote URLs pattern
29+
* bugfix #366 change @error-suppress to isset (quicktime)
30+
* bugfix #365 ZIP array offset on value of type int
31+
* bugfix #364 add support for ANIMEXTS1.0 in GIF files
32+
* bugfix #363 ASF improve support of Header Extension Object data
33+
* bugfix #362 version update for ramsey/composer-install
34+
* bugfix #359 MPEG-2 aspect ratio divide-by-zero
35+
* bugfix #358 free format mp3 bitrate
36+
* bugfix #355 undefined array key in ID3v2 chapters
37+
* bugfix #352 avoid false detection of Musepack format
38+
* bugfix #351 Incorrect length passed to fread on a flac file
39+
* bugfix #348 more targeted usage of clearstatcache calls
40+
* bugfix #347 fixed reported by PHPStan v0.12.99
41+
* bugfix QuickTime support 'ID32' frame (ID3v2 inside QT)
42+
* bugfix fix various PHP 8.1 issues
43+
* bugfix PDF prevent undefined index
44+
2145
1.9.21: [2021-09-22] James Heinrich :: 1.9.21-202109171300
2246
» add support for RIFF.guan
2347
¤ add ID3v1 genres 148-191

getid3/getid3.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ class getID3
387387
*/
388388
protected $startup_warning = '';
389389

390-
const VERSION = '1.9.21-202207161647';
390+
const VERSION = '1.9.22-202207161647';
391391
const FREAD_BUFFER_SIZE = 32768;
392392

393393
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)