diff --git a/package.json b/package.json index a40461de..4b3480b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.20.1", + "version": "2.20.2", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index b5504390..4b2d2947 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.20.1 +Stable tag: 2.20.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -161,6 +161,11 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.20.2 = +* 2023-03-15 +* UPDATE SUMMARY: Fix for uncaught PHP error in the dashboard +* [FIX] Fix for uncaught PHP error in the dashboard + = 2.20.1 = * 2023-03-10 * UPDATE SUMMARY: Audio file not redirecting fix diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 17739946..784e5a1d 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@