diff --git a/package.json b/package.json index ea5d3a3b..55ec9890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.20.3", + "version": "2.21.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 5781f89b..fdf1d3ed 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: podcast, audio, video, vodcast, rss, mp3, mp4, feed, itunes, podcasting, m Requires at least: 4.4 Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 2.20.3 +Stable tag: 2.21.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -161,6 +161,15 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.21.0 = +* 2023-05-24 +* UPDATE SUMMARY: Fixed media prefix regression, improved translation strings, use minified CSS +* [UPDATE] Improved translation strings +* [UPDATE] Improved getting remote feed functionality +* [UPDATE] Minor admin design changes +* [FIX] Use minified CSS and JS files +* [FIX] Fixed no media prefix in feed when gist to bypass passthrough URLs is used + = 2.20.3 = * 2023-03-30 * UPDATE SUMMARY: Updated the supported WordPress version, minor improvements diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 1a31c062..2e67cee2 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@