File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 18
18
Version History
19
19
===============
20
20
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
+
21
29
1.9.18: [2019-07-24] James Heinrich :: 1.9.18-201907240906
22
30
* bugfix (G:198) use native hash functions instead of obsolete external binaries
23
31
* bugfix (G:194) PHP 7.4 compatibility: fix deprecated curly brace array access
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ class getID3
250
250
*/
251
251
protected $ startup_warning = '' ;
252
252
253
- const VERSION = '1.9.18-201911300717 ' ;
253
+ const VERSION = '1.9.19-201912131005 ' ;
254
254
const FREAD_BUFFER_SIZE = 32768 ;
255
255
256
256
const ATTACHMENTS_NONE = false ;
You can’t perform that action at this time.
0 commit comments