From 43989c2a620c86fe2f5a64d26b39f2e9635c04d6 Mon Sep 17 00:00:00 2001 From: Sergey Zakharchenko Date: Wed, 15 Mar 2023 10:27:54 +0000 Subject: [PATCH] Version 2.20.2 --- package.json | 2 +- readme.txt | 7 ++++++- seriously-simple-podcasting.php | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) 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 @@