Skip to content

Releases: jaylinski/xmltv

XMLTV 4.0.0

17 Apr 20:39
Compare
Choose a tag to compare

Breaking

  • Removed support for PHP 7.2, 7.3, 7.4
  • Removed deprecated XmlElement::withOptionalChild() method (156c077)
  • Specification xmltv.dtd was moved to src-folder (9007819)

Changes

Fixes

  • Fixed issues found by Psalm and Phan (8ce7e4d)

XMLTV 3.1.1

25 Nov 23:53
Compare
Choose a tag to compare

Fixes

  • Fixed a possible regression introduced in v3.1.0
  • Fixed issues reported by PHPStan (#28)
  • Empty elements are now omitted from the final XML (#28)

Deprecations

  • Deprecated XmlElement::withOptionalChild() (use XmlElement::withChild() instead)

XMLTV 3.1.0

23 Nov 18:39
Compare
Choose a tag to compare

Changes

  • Added catchup-id-attribute to programme element (#25)

XMLTV 3.0.0

02 Oct 20:15
Compare
Choose a tag to compare

Changes

  • Fixed issues reported by PHPStan (9906971)
  • Removed support for PHP 7.1

XMLTV 2.0.0

22 Nov 16:21
543a030
Compare
Choose a tag to compare

Changes

  • Added missing XMLTV elements (#12)
  • Empty attributes are now omitted from the final XML

Breaking

  • Moved elements from Tv\Channel and Tv\Programme to Tv\Elements sub-folder
  • Tv\Programme constructor params changed to $channel, $start, $stop = ''
  • Tv\Channel::icon is now an array and must be filled by calling Tv\Channel->addIcon(...)
  • Tv\Programme::date is now a Tv\Elements\Date object
  • Constant Programme::DATE_FORMAT was moved to Tv::DATE_FORMAT

XMLTV 2.0.0-alpha.1

07 Oct 21:21
f1afe41
Compare
Choose a tag to compare
XMLTV 2.0.0-alpha.1 Pre-release
Pre-release

See v2.0.0 release.

XMLTV 2.0.0-alpha.0

07 Oct 20:46
Compare
Choose a tag to compare
XMLTV 2.0.0-alpha.0 Pre-release
Pre-release

See v2.0.0 release.

XMLTV 1.1.0

21 Feb 14:55
06e79ba
Compare
Choose a tag to compare

Changes

  • Removed support for PHP 7.0
  • Added support for PHP 7.3

Fixes

  • Programme categories are now included in the generated XML file

XMLTV 1.0.0

31 Jul 22:02
Compare
Choose a tag to compare

Improved documentation.

XMLTV 0.4.0

12 Sep 23:48
Compare
Choose a tag to compare
XMLTV 0.4.0 Pre-release
Pre-release

Major rewrite.