File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1818Version 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+
21311.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
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.16-201902071218 ' ;
253+ const VERSION = '1.9.17-201902071234 ' ;
254254 const FREAD_BUFFER_SIZE = 32768 ;
255255
256256 const ATTACHMENTS_NONE = false ;
You can’t perform that action at this time.
0 commit comments