File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 18
18
Version History
19
19
===============
20
20
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
+
21
34
1.9.22: [2022-09-29] James Heinrich :: 1.9.22-202207161647
22
35
* bugfix #387 fails to detect h265 video codec (QuickTime)
23
36
* bugfix #385 Quicktime extended atom size
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ class getID3
387
387
*/
388
388
protected $ startup_warning = '' ;
389
389
390
- const VERSION = '1.9.22-202308100852 ' ;
390
+ const VERSION = '1.9.23-202310190849 ' ;
391
391
const FREAD_BUFFER_SIZE = 32768 ;
392
392
393
393
const ATTACHMENTS_NONE = false ;
You can’t perform that action at this time.
0 commit comments