Releases: jgonyea/grav-plugin-podcast
Releases · jgonyea/grav-plugin-podcast
v3.1.0
v3.1.0
04/11/2024
-
-
- PR #58 - Add iTunes summary field (thanks aleclerc7)
-
- Issue #61 - Podcast title should come from page.header.podcast.title
- Issue #63 - Fix for xml validation
- Fix for missing channel image on series RSS feeds.
v3.0.7
v3.0.7
03/19/2021
-
-
- Some minor PSR2 fixes.
- Updated a few hardcoded paths to use Grav's locator instead.
- Remote files are now downloaded to Grav's tmp folder instead of the system's /tmp folder.
v3.0.6
v3.0.6
03/16/2021
-
-
- French and Portugese languages added.
-
- Fixed a harcoded text string.
Thanks to aleclerc7 for his initial French and Portugese language translations.
v3.0.5
v3.0.5
02/05/2021
-
-
- Removed admin plugin as dependency.
-
v3.0.4
v3.0.4
10/04/2021
-
-
- Issue #44 Series and Episode author information is pre-populated based on info in the currently signed in Grav user.
-
v3.0.3
v3.0.3
10/02/2021
-
-
-
- Fix for Series and Channel pages rss feeds (resaving old content will fix automatically, new content will have the appropriate fields)
- Fix for incorrect publish date time calculations.
v3.0.2
v3.0.2
10/01/2021
-
-
-
- Invalid "Explicit content" flag validation check removed
v3.0.1
v3.0.1
01/25/2021
-
-
-
- Series images now loading properly
- Subtitle field label now say "Subtitle" vs "Title" in languages.yaml
- Small fix for mini list of episodes if no parent series (e.g. parent page is a channel page)
v3.0.0
-
- Grav v1.7 support. Grav v1.6 is no longer supported.
- Individual file field uploads are no longer supported in Grav v1.7. Instead, use the general media upoader and then the filepicker fields to select the appropriate audio/ image files.
-
- Better multi-language support while creating new content via the admin plugin.
- Twig theming is improved considerably.
- Updated README to indicate that admin is now required. If this becomes a problem, I can revisit the requirements.
- Removed
max_upload
audio file size value from plugin configuration.
-
- Episode subtitle in the rss feed now points to the correct field in the admin form. You may need to re-save this data on v2 Podcast episodes to update them to the v3 Podcast format.
v2.1.10
v2.1.10
01/21/2021
-
-
- Changed some more settings in the plugin blueprint to utilize the core's ML labels.
-
- Fixes for 0byte sized feeds for RSS feeds by using
page.template
vs page.name