From 9193bf30b63c71424ee6954eaa10f7b257fc4275 Mon Sep 17 00:00:00 2001 From: Sergiy Zakharchenko Date: Mon, 2 Oct 2023 17:05:26 +0100 Subject: [PATCH] Version 2.23.0 --- package.json | 2 +- readme.txt | 12 +++++++++++- seriously-simple-podcasting.php | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7b44bd54..3068a394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.22.1", + "version": "2.23.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 526ed5d4..aa6b934b 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.3 Requires PHP: 5.6 -Stable tag: 2.22.1 +Stable tag: 2.23.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -161,6 +161,16 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.23.0 = +* 2023-10-02 +* UPDATE SUMMARY: Improved the Castos sync process +* [UPDATE] Improved the Castos sync process +* [UPDATE] Settings style improvements +* [UPDATE] Delete audio file data when the episode is trashed +* [UPDATE] Updated itunes:explicit tag values +* [UPDATE] Code refactoring +* [FIX] Fixed WP assets conflict on widgets page + = 2.22.1 = * 2023-09-13 * UPDATE SUMMARY: Support new Elementor API diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 588718ef..9d2d550c 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@