Skip to content

Commit 06c7482

Browse files
committed
changelog v1.9.23-202310190849
1 parent 41458f0 commit 06c7482

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

changelog.txt

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

21+
1.9.23: [2023-10-19] James Heinrich :: 1.9.23-202310190849
22+
» add detection support for 7-zip archives
23+
* #424 RIFF Undefined index "data"
24+
* #421 tag.xmp remove GLOBALS
25+
* #419 Quicktime Undefined index "time_scale"
26+
* #418 tag.xmp zero-length fread
27+
* #414 Quicktime bitrate for mp4 audio
28+
* #413 Quicktime audio metadata
29+
* #410 MPEG-1 pixel aspect ratio
30+
* #407 PHP 8.1 compatibility
31+
* #404 guard against division by zero
32+
* #402 remove utf8_encode/utf8_decode
33+
2134
1.9.22: [2022-09-29] James Heinrich :: 1.9.22-202207161647
2235
* bugfix #387 fails to detect h265 video codec (QuickTime)
2336
* bugfix #385 Quicktime extended atom size

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.22-202308100852';
390+
const VERSION = '1.9.23-202310190849';
391391
const FREAD_BUFFER_SIZE = 32768;
392392

393393
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)