Skip to content

Releases: Gemorroj/M3uParser

v5.5.0

22 Dec 14:07
Compare
Choose a tag to compare

allow symfony 7.0

v5.4.0

03 Jul 18:13
Compare
Choose a tag to compare

BC: min php version is 8.0.2. added typenints

v5.3.1

31 Jan 15:00
Compare
Choose a tag to compare

fix: #26 extinf attributes should be escaped by double quotes (") only

full changes 5.3.0...5.3.1

v5.3.0

28 Jul 18:24
Compare
Choose a tag to compare

full changes 5.2.1...5.3.0

v5.2.1

14 Feb 16:06
Compare
Choose a tag to compare
  • correct parse escaped quotes #24
  • correct license
  • move to github actions

full changes 5.2.0...5.2.1

v5.2.0

05 Dec 13:20
Compare
Choose a tag to compare
  • 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

28 Jun 08:49
Compare
Choose a tag to compare
  • add EXTLOGO support
  • minor improvements

full changes 5.0.0...5.1.0

v5.0.0

31 Dec 13:18
Compare
Choose a tag to compare
  • 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

v4.0.0

26 Feb 13:08
Compare
Choose a tag to compare

Add support generate m3u playlists
Add support custom tags
Minimal php version is 5.6
Drop getExtInf and getExtTv methods, add getExtTags method (returns all matched ext-tags)

Full changes: 3.1.0...4.0.0

3.1.0

21 May 14:32
Compare
Choose a tag to compare

add support custom attributes for EXTM3U tag
micro optimizations