Skip to content

Commit 1e11b9b

Browse files
committed
changelog v1.9.24-202509040923
1 parent 478aa14 commit 1e11b9b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

changelog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,27 @@
1818
Version History
1919
===============
2020

21+
1.9.24: [2025-10-09] James Heinrich :: 1.9.24-202509040923
22+
» #462 add HEIF image support
23+
» #438 add detection support .gpx files
24+
* #470 PHP8.5 compatibility
25+
* #468 WAV files with RIFF and data chunk sizes of zero
26+
* #463 warning on null description
27+
* #460 DSS division by zero
28+
* #458 errors with MP3 free-format
29+
* #452 incorrect parsing of Quicktime files
30+
* #450 ogg file formats wrong duration
31+
* #449 Lyrics3 did not respect option_tag_apetag
32+
* #444 ID3v2 ininitialized string offset 0
33+
* #442 PrintHexBytes warning when $string is not a string
34+
* #440 MPEG duration error due to error in GOP parsing
35+
* #435 compatibility fix for PHP 5.3
36+
* #434 do not crash on empty seconds in DSS module
37+
* #430 garbage extracted from a RIFF tag in an AIFF file
38+
* #429 libxml_disable_entity_loader is deprecated
39+
* quicktime parse com.android.capture.fps
40+
* tar allow duplicate filenames
41+
2142
1.9.23: [2023-10-19] James Heinrich :: 1.9.23-202310190849
2243
» add detection support for 7-zip archives
2344
* #424 RIFF Undefined index "data"

getid3/getid3.php

Lines changed: 1 addition & 1 deletion
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.23-202509040923';
390+
const VERSION = '1.9.24-202509040923';
391391
const FREAD_BUFFER_SIZE = 32768;
392392

393393
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)