diff --git a/package.json b/package.json index 4b3480b9..ea5d3a3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.20.2", + "version": "2.20.3", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index c2b64c24..5781f89b 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: 6.1 +Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 2.20.2 +Stable tag: 2.20.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -161,6 +161,17 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.20.3 = +* 2023-03-30 +* UPDATE SUMMARY: Updated the supported WordPress version, minor improvements +* [UPDATE] Updated the supported WordPress version +* [UPDATE] Feed: removed deprecated keywords tag +* [UPDATE] Updated plugin description +* [UPDATE] Renamed Podcast to Episode when creating new episodes +* [UPDATE] Removed redundant index.scss file +* [UPDATE] Use local fonts for Onboarding Wizzard +* [UPDATE] Possibility for custom actions on save episode image event + = 2.20.2 = * 2023-03-15 * UPDATE SUMMARY: Fix for uncaught PHP error in the dashboard diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 1fb23526..f79aac12 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,14 +1,14 @@