Releases: jaylinski/xmltv
Releases · jaylinski/xmltv
XMLTV 4.0.0
XMLTV 3.1.1
XMLTV 3.1.0
Changes
- Added
catchup-id
-attribute to programme element (#25)
XMLTV 3.0.0
Changes
- Fixed issues reported by PHPStan (9906971)
- Removed support for PHP 7.1
XMLTV 2.0.0
Changes
- Added missing XMLTV elements (#12)
- Empty attributes are now omitted from the final XML
Breaking
- Moved elements from
Tv\Channel
andTv\Programme
toTv\Elements
sub-folder Tv\Programme
constructor params changed to$channel, $start, $stop = ''
Tv\Channel::icon
is now an array and must be filled by callingTv\Channel->addIcon(...)
Tv\Programme::date
is now aTv\Elements\Date
object- Constant
Programme::DATE_FORMAT
was moved toTv::DATE_FORMAT
XMLTV 2.0.0-alpha.1
See v2.0.0 release.
XMLTV 2.0.0-alpha.0
See v2.0.0 release.
XMLTV 1.1.0
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
Improved documentation.
XMLTV 0.4.0
Major rewrite.