Releases: Gemorroj/M3uParser
Releases · Gemorroj/M3uParser
v6.0.0
- add EXTGENRE tag #32
- add EXTART tag #31
- add EXTALB tag #30
- add EXTIMG tag #35
- BC break - use getValue/setValue instead getLogo/setLogo for ExtLogo class
Full Changelog: 5.5.1...6.0.0
v5.4.0
BC: min php version is 8.0.2. added typenints
v5.3.1
fix: #26 extinf attributes should be escaped by double quotes (") only
full changes 5.3.0...5.3.1
v5.2.1
- correct parse escaped quotes #24
- correct license
- move to github actions
full changes 5.2.0...5.2.1
v5.2.0
- fix: #23 allow float numbers for duration
- build: drop support php 7.1 and php 7.2
- build: add support php 8.0
full changes 5.1.0...5.2.0
v5.1.0
- add
EXTLOGO
support
- minor improvements
full changes 5.0.0...5.1.0
v5.0.0
- drop php 5.6/7.0 support
- fix m3u parsing when attr value or title contains comma (#16, #18)
- add
clearExtTags
(#17)
- minor improvements
full changes 4.0.0...5.0.0