From fe24b6abd14b30a80c9c259303f934b79b92f168 Mon Sep 17 00:00:00 2001 From: Sergey Zakharchenko Date: Fri, 4 Feb 2022 09:48:03 +0200 Subject: [PATCH] Version 2.11.0 --- package.json | 2 +- readme.txt | 17 +++++++++++++++-- seriously-simple-podcasting.php | 4 ++-- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1e761b68..1bed97b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.10.0", + "version": "2.11.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 80ceddd8..d35bb6ec 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: PodcastMotor, psykro, zahardoc, simondowdles, hlashbrooke, whyisjake Tags: podcast, audio, video, vodcast, rss, mp3, mp4, feed, itunes, podcasting, media, stitcher, google play, playlist Requires at least: 4.4 -Tested up to: 5.8 +Tested up to: 5.9 Requires PHP: 5.6 -Stable tag: 2.10.0 +Stable tag: 2.11.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -161,6 +161,19 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.11.0 = +* 2022-02-04 +* UPDATE SUMMARY: Support WordPress 5.9, improved Castos player widget +* [UPDATE] Filter inline episode styles and scripts in RSS feed +* [UPDATE] Castos player Gutenberg widget - possibility to set current and latest episode +* [UPDATE] Made share/subscribe text fields in the player to be read-only +* [UPDATE] Send Post Excerpt to Castos when selected, not post content +* [UPDATE] SSP Settings banner style improvements +* [UPDATE] Site speed optimization (removed redundant styles) +* [FIX] Empty tag fixed +* [FIX] Fixed Gutenberg Castos Player block not showing in editor after save +* [FIX] Removed player HTML code from RSS feed in case Elementor Player block was used + = 2.10.0 = * 2022-01-17 * UPDATE SUMMARY: Yoast Schema integration, ability to set a podcast to private, other improvements diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 70c8beac..e230865e 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@