Skip to content

Commit 0723b77

Browse files
committed
v1.9.18-201907240906 release
1 parent a0261cd commit 0723b77

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@
1818
Version History
1919
===============
2020

21+
1.9.18: [2019-07-24] James Heinrich :: 1.9.18-201907240906
22+
* bugfix (G:198) use native hash functions instead of obsolete external binaries
23+
* bugfix (G:194) PHP 7.4 compatibility: fix deprecated curly brace array access
24+
* bugfix (G:191) unsupported operand types module.audio.ac3.php:763
25+
* bugfix (G:189) false UTF-16 <BOM> and no termination strings
26+
* bugfix (G:188) add support for DS2 v8
27+
* bugfix (G:187) RIFF.WAVE.scot parsing
28+
* bugfix (G:184) invalid regex pattern (ID3v1)
29+
* bugfix (G:183) reduced information for GIF files with $option_extra_info=false
30+
* bugfix (G:175) mp4 max buffer size
31+
* bugfix (G:174) TIFF parsing improvements
32+
* bugfix (G:121) trailing nulls in ID3v2 strings
33+
* standardize "track" -> "track_number"
34+
2135
1.9.17: [2019-02-07] James Heinrich :: 1.9.17-201902071234
2236
* bugfix (G:178) HandleAllTags should skip "picture"
2337
* bugfix (G:177) error checking for reading more than PHP memory_limit

getid3/getid3.php

Lines changed: 1 addition & 1 deletion
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.17-201907240906';
253+
const VERSION = '1.9.18-201907240906';
254254
const FREAD_BUFFER_SIZE = 32768;
255255

256256
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)