Skip to content

Commit

Permalink
Version 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Oct 24, 2023
1 parent 57a5a2c commit a844f6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 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": "2.23.0",
"version": "2.24.0",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.0
Stable tag: 2.24.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -161,13 +161,21 @@ You can find complete user and developer documentation (along with the FAQs) on

== Changelog ==

= 2.24.0 =
* 2023-10-24
* UPDATE SUMMARY: Implemented Castos Ads, bug fixes
* [UPDATE] Implemented Castos Ads
* [UPDATE] Updated <itunes:explicit> tag on episode level to true or false
* [FIX] Fixed enclosure not working for some customers from 2.23.0
* [FIX] Fixed infinite sync attempts for episodes with wrong file ID

= 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] Updated <itunes:explicit> tag values
* [UPDATE] Code refactoring
* [FIX] Fixed WP assets conflict on widgets page

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: 2.24.0-beta.3
* Version: 2.24.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 @@ -23,7 +23,7 @@
exit;
}

define( 'SSP_VERSION', '2.24.0-beta.3' );
define( 'SSP_VERSION', '2.24.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 a844f6d

Please sign in to comment.