File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1818Version History
1919===============
2020
21+ 1.9.15: [2017-10-26] James Heinrich :: 1.9.15-201709291043
22+ » (G:108) add basic APNG support
23+ » (G:107) add basic WebP support
24+ * return RIFF.WAV.CART comments in merged comments section
25+ * add support for QuickTime 'loci' chunk
26+ * bugfix: (#2124) support for Quicktime/MP4 "chpl" (CHaPter List) atom
27+ * bugfix: (G:128) undefinied bsmod in module.ac3
28+ * bugfix: (#2114) possible issue with UTF8 filenames and metaflac
29+ * bugfix: (G:123) remove MySQL engine and collation from create table
30+ * bugfix: (#2066) fix AAC MIME type, remove video key for audio-only files
31+ * bugfix: (G:111) QuickTime stsd number_entries deadlock
32+ * bugfix: (G:110) PHP memory limit with space
33+ * bugfix: (G:109) improved animated GIF support
34+ * bugfix: (#1966) GPS track in QuickTime
35+
21361.9.14: [2017-03-27] James Heinrich
2237 » Add experimental support for E-AC3
2338 * bugfix (G:105): RIFF.WAVE.iXML multiple TIMESTAMP_SAMPLE_RATE
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ class getID3
120120 protected $ startup_error = '' ;
121121 protected $ startup_warning = '' ;
122122
123- const VERSION = '1.9.14 -201709291043 ' ;
123+ const VERSION = '1.9.15 -201709291043 ' ;
124124 const FREAD_BUFFER_SIZE = 32768 ;
125125
126126 const ATTACHMENTS_NONE = false ;
You can’t perform that action at this time.
0 commit comments