Skip to content

Releases: jgonyea/grav-plugin-podcast

v3.1.0

11 Apr 19:31
Compare
Choose a tag to compare

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

19 Mar 06:09
Compare
Choose a tag to compare

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

16 Mar 15:22
Compare
Choose a tag to compare

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

05 Mar 22:56
Compare
Choose a tag to compare

v3.0.5

02/05/2021

    • Removed admin plugin as dependency.
    • Fixed an h3 closing tag

v3.0.4

04 Oct 19:54
Compare
Choose a tag to compare

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

02 Oct 02:34
Compare
Choose a tag to compare

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

01 Oct 23:55
Compare
Choose a tag to compare

v3.0.2

10/01/2021

    • Invalid "Explicit content" flag validation check removed

v3.0.1

27 Jan 04:03
Compare
Choose a tag to compare

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

25 Jan 07:24
Compare
Choose a tag to compare
    • 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

21 Jan 18:10
Compare
Choose a tag to compare

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