| Server IP : 217.160.0.244 / Your IP : 216.73.216.36 Web Server : Apache System : Linux infong-eu155 4.4.400-icpu-108 #2 SMP Wed Feb 11 11:51:01 UTC 2026 x86_64 User : u100174116 ( 6746176) PHP Version : 8.5.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/ruby/gems/3.3.0/gems/rss-0.3.1/ |
Upload File : |
# News
## 0.3.1 - 2024-08-02
### Improvements
* itunes: Add support for lowercased values (`full`, `trailer` and
`bonus`) for `<itunes:episodeType>`.
* GH-51
* GH-53
* Reported by Artem Alimov.
* Patch by Andrew H Schwartz.
### Thanks
* Artem Alimov
* Andrew H Schwartz
## 0.3.0 - 2023-08-12
### Improvements
* 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.
### Thanks
* Luis Alfredo Lorenzo
* Daniel-Ernest Luff
* Ryan Brunner
* Tim Uckun
## 0.2.9 - 2020-02-19
### Improvements
* Removed needless taint check with Ruby 2.7.
[GitHub#7][Patch by Jeremy Evans]
* Added support for `itunes:image` in `item` element.
[GitHub#11][Patch by Ian McKenzie]
### Thanks
* Jeremy Evans
* Ian McKenzie
## 0.2.8 - 2019-01-24
### Improvements
* 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]
### Thanks
* Jarvis Johnson
* Aitor García Rey