diff --git a/package.json b/package.json index 28b1a24c..63e317ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.19.0", + "version": "2.20.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 15e7ddde..c7d9db7f 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.1 Requires PHP: 5.6 -Stable tag: 2.19.0 +Stable tag: 2.20.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -161,6 +161,18 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.20.0 = +* 2023-03-06 +* UPDATE SUMMARY: Migration for legacy file URLs, improvements and fixes +* [UPDATE] Migration for legacy file URLs +* [UPDATE] Post Duplicator plugin compatibility +* [UPDATE] Do not carry over the media prefix to subsequent podcasts +* [UPDATE] Added Dynamo Link to Episode Creation page +* [UPDATE] Improved podcasts listing page (added publishing dates, removed redundant columns) +* [UPDATE] Identify that NGINX may be an issue and surface instructions +* [FIX] Fixed duplicating prefix in RSS feed +* [FIX] Fixed some PHP warnings + = 2.19.0 = * 2022-12-06 * UPDATE SUMMARY: Player and RSS feed improvements diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 46312a01..d5410caf 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@