From 946502577c8272aaa133773abbc9350c9eb1f296 Mon Sep 17 00:00:00 2001 From: Serhiy Zakharchenko Date: Mon, 4 Nov 2024 13:08:39 +0000 Subject: [PATCH] Version 3.6.0 --- package.json | 2 +- readme.txt | 9 ++++++++- seriously-simple-podcasting.php | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 73ec5df8..5dfb97d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "3.5.0", + "version": "3.6.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 6055240d..e6b66802 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: podcast, audio, itunes, podcasting, playlist Requires at least: 5.3 Tested up to: 6.6 Requires PHP: 7.4 -Stable tag: 3.5.0 +Stable tag: 3.6.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -165,6 +165,13 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 3.6.0 = +2024-11-04 +[UPDATE] Display episode meta boxes in the sidebar +[FIX] Lifter LMS compatibility +[FIX] Fix player button styles for certain environments +[FIX] Code and security improvements + = 3.5.0 = 2024-09-11 [UPDATE] Enhanced UX/UI for Hosting (Castos connection) settings diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index a3c6172c..12063a3d 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@