diff --git a/package.json b/package.json index 86cfe793..37fb77d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "3.2.0", + "version": "3.3.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 110eb509..e410ba33 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: PodcastMotor, psykro, zahardoc, simondowdles, hlashbrooke, whyisjake Tags: podcast, audio, itunes, podcasting, playlist Requires at least: 5.3 -Tested up to: 6.4 +Tested up to: 6.5 Requires PHP: 7.4 -Stable tag: 3.2.0 +Stable tag: 3.3.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -165,6 +165,14 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 3.3.0 = +2024-05-08 +[UPDATE] Show the "Onboarding wizard" menu item for new users +[UPDATE] Improved scheduled episodes sync - maximum 3 attempts +[UPDATE] Hide player if no file provided +[UPDATE] Cache Castos ads settings +[FIX] Security improvements + = 3.2.0 = 2024-03-20 UPDATE SUMMARY: Improved WC Memberships integration, small fixes diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 38a08032..855a2148 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,14 +1,14 @@