- itunes: Add support for lowercased values (
full
,trailer
andbonus
) for<itunes:episodeType>
.- GH-51
- GH-53
- Reported by Artem Alimov.
- Patch by Andrew H Schwartz.
- Artem Alimov
- Andrew H Schwartz
-
itunes: Added support for
<itunes:type>
.GH-16
Patch by Luis Alfredo Lorenzo.
-
itunes: Added support for
<itunes:episode>
and<itunes:season>
.GH-31
Patch by Daniel-Ernest Luff.
-
itunes: Added support for
<itunes:title>
.GH-44
Patch by Ryan Brunner.
-
itunes: Added support for
<itunes:episodeType>
.GH-45
Reported by Tim Uckun.
-
Luis Alfredo Lorenzo
-
Daniel-Ernest Luff
-
Ryan Brunner
-
Tim Uckun
-
Removed needless taint check with Ruby 2.7. [GitHub#7][Patch by Jeremy Evans]
-
Added support for
itunes:image
initem
element. [GitHub#11][Patch by Ian McKenzie]
-
Jeremy Evans
-
Ian McKenzie
-
Stopped passing needless blocks.
-
Added support for seconds only
<itunes:duration>
. [GitHub#4][Reported by Jarvis Johnson] [GitHub#5][Patch by Aitor García Rey]
-
Jarvis Johnson
-
Aitor García Rey