Skip to content

Commit d2e45f2

Browse files
committed
v1.9.17-201902071234 release
1 parent 81ab4c6 commit d2e45f2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelog.txt

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

21+
1.9.17: [2019-02-07] James Heinrich :: 1.9.17-201902071234
22+
* bugfix (G:178) HandleAllTags should skip "picture"
23+
* bugfix (G:177) error checking for reading more than PHP memory_limit
24+
* bugfix (G:176) improved mp3 detection in remote-file demo
25+
* bugfix (G:173) Add filepointer option to analyze/openfile function
26+
* bugfix (G:170) Add support for WXXX (URL) and APIC (attached picture) subframes inside ID3v2 chapters
27+
* bugfix: write.id3v2 year field
28+
* bugfix: mp3.APE permit optional " dB" in ReplayGain tags
29+
* placeholder support for .xz file format
30+
2131
1.9.16: [2018-10-17] James Heinrich :: 1.9.16-201810171314
2232
* bugfix (G:168) Ogg FLAC not parsed
2333
* bugfix (G:163) invalid MP3 header error on VBR

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.16-201902071218';
253+
const VERSION = '1.9.17-201902071234';
254254
const FREAD_BUFFER_SIZE = 32768;
255255

256256
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)