Skip to content

Commit c6fd499

Browse files
committed
v1.9.19-201912131005 release
1 parent 646c1ab commit c6fd499

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog.txt

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

21+
1.9.19: [2019-12-17] James Heinrich :: 1.9.19-201912131005
22+
» add placeholder support for WTV (Windows Recorded TV Show)
23+
* bugfix (G:210) PHP 7.4 deprecated get_magic_quotes
24+
* bugfix (G:207) improved LAME version string parsing
25+
* bugfix (G:206) inverted logic in CopyTagsToComments
26+
* bugfix (G:203) use getimagesizefromstring if available
27+
* Quicktime decode 'uuid' atom for 360fly cameras
28+
2129
1.9.18: [2019-07-24] James Heinrich :: 1.9.18-201907240906
2230
* bugfix (G:198) use native hash functions instead of obsolete external binaries
2331
* bugfix (G:194) PHP 7.4 compatibility: fix deprecated curly brace array access

getid3/getid3.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class getID3
250250
*/
251251
protected $startup_warning = '';
252252

253-
const VERSION = '1.9.18-201911300717';
253+
const VERSION = '1.9.19-201912131005';
254254
const FREAD_BUFFER_SIZE = 32768;
255255

256256
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)