File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1818Version 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+
21291.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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments