Skip to content

Commit

Permalink
Version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Sep 11, 2024
1 parent 83773e7 commit b767037
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seriously-simple-podcasting",
"version": "3.4.1",
"version": "3.5.0",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
Stable tag: 3.5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -165,6 +165,19 @@ You can find complete user and developer documentation (along with the FAQs) on

== Changelog ==

= 3.5.0 =
2024-09-11
[UPDATE] Enhanced UX/UI for Hosting (Castos connection) settings
[UPDATE] Display success and error messages for Castos connection
[UPDATE] Auto-disconnect SSP when users are disconnected on Castos
[UPDATE] Display Castos sync status after saving episodes
[UPDATE] Added filter for allowed tags in the feed description
[UPDATE] Removed the "1,000 Subscriber Challenge" from the settings sidebar
[FIX] Handle PHP exceptions in the ssp_readfile_chunked() function
[FIX] Catch potential PHP errors during episode file downloads
[FIX] Support additional classes in the player and podcast playlist blocks
[FIX] Use dark mode for the playlist block when dark mode is set in the settings

= 3.4.1 =
2024-07-31
[UPDATE] Improved and fixed synchronization with the latest version of Paid Memberships Pro.
Expand Down
4 changes: 2 additions & 2 deletions seriously-simple-podcasting.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Seriously Simple Podcasting
* Version: 3.5.0-alpha.8
* Version: 3.5.0
* Plugin URI: https://castos.com/seriously-simple-podcasting/?utm_medium=sspodcasting&utm_source=wordpress&utm_campaign=wpplugin_08_2019
* Description: Podcasting the way it's meant to be. No mess, no fuss - just you and your content taking over the world.
* Author: Castos
Expand All @@ -22,7 +22,7 @@
exit;
}

define( 'SSP_VERSION', '3.5.0-alpha.8' );
define( 'SSP_VERSION', '3.5.0' );
define( 'SSP_PLUGIN_FILE', __FILE__ );
define( 'SSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SSP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit b767037

Please sign in to comment.