From b6e538a93ef13aa36465b8f9d4351daa5bf8c2e2 Mon Sep 17 00:00:00 2001 From: Serhiy Zakharchenko Date: Thu, 16 Jan 2025 15:10:01 +0000 Subject: [PATCH] Version 3.8.0 --- package.json | 2 +- readme.txt | 8 +++++++- seriously-simple-podcasting.php | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f5bb8341..90f17d21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "3.7.1", + "version": "3.8.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 60967c5d..f76d95b7 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.7 Requires PHP: 7.4 -Stable tag: 3.7.1 +Stable tag: 3.8.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -165,6 +165,12 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 3.8.0 = +2025-01-16 +[UPDATE] Added support for Divi theme to Castos synchronization. +[UPDATE] Added support for Elementor to Castos synchronization. +[UPDATE] Added tag filter for the playlist player (thanks to damian-c). + = 3.7.1 = 2024-12-12 [UPDATE] Improved plugin performance ( lazy loading for settings, caching ). diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 2e73b1b2..17e1e9b6 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@