From c6fd499a690ae67eea2eec6b2edba5df13f60f6f Mon Sep 17 00:00:00 2001 From: James Heinrich Date: Tue, 17 Dec 2019 16:17:26 -0500 Subject: [PATCH] v1.9.19-201912131005 release --- changelog.txt | 8 ++++++++ getid3/getid3.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 04ad914c..a70c2213 100644 --- a/changelog.txt +++ b/changelog.txt @@ -18,6 +18,14 @@ Version History =============== +1.9.19: [2019-12-17] James Heinrich :: 1.9.19-201912131005 + ยป add placeholder support for WTV (Windows Recorded TV Show) + * bugfix (G:210) PHP 7.4 deprecated get_magic_quotes + * bugfix (G:207) improved LAME version string parsing + * bugfix (G:206) inverted logic in CopyTagsToComments + * bugfix (G:203) use getimagesizefromstring if available + * Quicktime decode 'uuid' atom for 360fly cameras + 1.9.18: [2019-07-24] James Heinrich :: 1.9.18-201907240906 * bugfix (G:198) use native hash functions instead of obsolete external binaries * bugfix (G:194) PHP 7.4 compatibility: fix deprecated curly brace array access diff --git a/getid3/getid3.php b/getid3/getid3.php index 477a4792..a6260f06 100644 --- a/getid3/getid3.php +++ b/getid3/getid3.php @@ -250,7 +250,7 @@ class getID3 */ protected $startup_warning = ''; - const VERSION = '1.9.18-201911300717'; + const VERSION = '1.9.19-201912131005'; const FREAD_BUFFER_SIZE = 32768; const ATTACHMENTS_NONE = false;