Releases: CastosHQ/Seriously-Simple-Podcasting
Releases · CastosHQ/Seriously-Simple-Podcasting
Version 1.20.7
- 2019-07-31
- [UPDATE] Updated podcast categories to reflect Apple's podcast category changes
- [FIX] Added default RSS stylesheet back
- [NEW] Add ssp_enable_rss_stylesheet filter to allow disabling of the podcast RSS feed stylesheet
Release 1.20.6
- UPDATE SUMMARY: Various bug fixes related to recent changes to the RSS Feed
- [NEW] Add a setting to control whether RSS feed episode description tags use the post content or the post excerpt
- [FIX] Fixes a bug where Turbocharge settings were enabled even when it is switched off
- [FIX] Fixes a bug when sending series data to a Castos connected podcast
- [FIX] Fixes a bug where the ss_player shortcode renders the media player in the RSS feed
- [FIX] Fixes a bug in the legacy RSS feed url
Release 1.20.5
- [NEW] Add the ability to turbo charge the load times of the RSS feed, by limiting certain fields
- [CHANGE] Updated the RSS feed description tag, itunes:summary tag and googleplay:description tag to meet RSS feed requirements
- [FIX] Fixes a bug when retrieving posts by series
Release 1.20.4
[FIX] Fixes a bug introduced by 1.20.0 which breaks password protecting a feed
Release 1.20.3
- [FIX] Fixes a bug introduced by 1.20.0 where using link_title in the ss_podcast shortcode does not work
- [FIX] Fixes a spelling error in the default Stitcher subscribe option
- [NEW] Check if editor or administrator roles exist, before adding user capabilities to podcast post types
- [NEW] Adds a new download_link REST API field on the episodes endpoint, which allows for stats tracking via the REST API
Release 1.20.2
Merge pull request #369 from TheCraigHewitt/release/1.20.2 Release/1.20.2
Release 1.20.0
Merge pull request #364 from TheCraigHewitt/release/1.20.0 Release/1.20.0
Release 1.19.20
= 1.19.20 =
- 2019-04-29
- [FIX] Fixes a PHP Notice introduced by the 1.19.19 release
= 1.19.19 =
- 2019-04-29
- [FIX] Fixes bug where regular Seriously Simple Podcasting users were not able to use the new importer
= 1.19.18 =
- 2019-04-29
- [NEW] Option to import an external podcast feed, useful when moving from a third party service to Seriously Simple Podcasting (props Jake Spurlock)
- [FIX] Fixes a PHP 7 deprecated function error
= 1.19.17 =
- 2019-03-13
- [FIX] Fixes a bug where the HTML5 player JavaScript was rendered inline, causing wpautop related bugs
- [UPDATE] Updates the Castos Discount form
Release 1.19.16
[FIX] Fixes a bug where draft posts are incorrectly synced with Castos hosting account
[NEW] Adds ssp_series_taxonomy filter that allows the user to edit the series taxonomy being registered (props @mallardduck)
[UPDATE] Implements updates for the new Castos podcast import service
Release 1.19.15
- [FIX] Fixes a bug when attempting to locate the fallback podcast episode player image
- [FIX] Fixes an error related to not initialising an $image_data_array variable when rendering the player image
- [FIX] Cleaned up unused RSS importer code (props @adduc)
- [NEW] Make SSP HTML5 player accessible to screen readers (props @itmaybejj)
- [TWEAK] Add website URL to Castos API verification payload
- [TWEAK] General code clean up and improvements