Skip to content

Commit 3c15e35

Browse files
committed
1.9.20-202006061653 changelog
1 parent cde8ac0 commit 3c15e35

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

changelog.txt

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

21+
1.9.20: [2020-06-30] James Heinrich :: 1.9.20-202006061653
22+
» add support for DSDIFF audio
23+
» add support for TAK lossess audio
24+
» add support for IVF video
25+
» add detection support for EPUB files
26+
» add detection support for HPK archives
27+
» add demo.mysqli.php, remove demo.mysql.php
28+
¤ QuickTime.uuid now returned as an array (may contain multiple entries)
29+
¤ improved PDF support, including page count
30+
* bugfix (G:247) array_min incorrect return value
31+
* bugfix (G:242) filepointer analysis errors
32+
* bugfix (G:238) comments_html may not match comments
33+
* bugfix (G:235) prevent disclosing paths when accessing modules directly
34+
* bugfix (G:233) Quicktime duplicate attached images
35+
* bugfix (G:229) Quicktime timestamps easy access
36+
* bugfix (G:228) master.zip did not contain demos
37+
* bugfix (G:227) Quicktime check subatoms data length
38+
* bugfix (G:226) uuid parsing based on UUID
39+
* bugfix (G:225) use comments_html content already generated by modules
40+
* bugfix (G:223) ID3v2 slashed genre names
41+
* bugfix (G:222) demo.browse filesystem character encoding
42+
* bugfix (G:221) option_tags_html=false ignored
43+
* bugfix (G:219) Quicktime.UUID now parsed more discriminately for XML and other data types
44+
* bugfix (G:218) QuickTime not copying covr to comments
45+
* bugfix (G:217) mp3 array offsets of type bool
46+
* bugfix (G:216) ID3v2.write allow WMP rating in POPM
47+
* bugfix (G:210) PHP 7.4 deprecated get_magic_quotes
48+
* bugfix: Quicktime detect null-terminated strings used where Pascal strings should be
49+
* bugfix: Quicktime GPS uninitialized array keys
50+
2151
1.9.19: [2019-12-17] James Heinrich :: 1.9.19-201912131005
2252
» add placeholder support for WTV (Windows Recorded TV Show)
2353
* bugfix (G:210) PHP 7.4 deprecated get_magic_quotes

getid3/getid3.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class getID3
257257
*/
258258
protected $startup_warning = '';
259259

260-
const VERSION = '1.9.19-202006061653';
260+
const VERSION = '1.9.20-202006061653';
261261
const FREAD_BUFFER_SIZE = 32768;
262262

263263
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)