Skip to content

Commit

Permalink
Version 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Nov 16, 2023
1 parent 0a345fb commit 3b608c8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 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.24.0",
"version": "2.25.0",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
Expand Down
15 changes: 12 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: PodcastMotor, psykro, zahardoc, simondowdles, hlashbrooke, whyisjake
Tags: podcast, audio, video, vodcast, rss, mp3, mp4, feed, itunes, podcasting, media, stitcher, google play, playlist
Requires at least: 4.4
Tested up to: 6.3
Requires PHP: 5.6
Stable tag: 2.24.0
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 2.25.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.25.0 =
* 2023-11-16
* UPDATE SUMMARY: Save and display original Castos file name, V4V improvements, minor enhancements
* [UPDATE] Save and display original Castos file name
* [UPDATE] V4V: custom value and key
* [UPDATE] Added the date formatting filter
* [UPDATE] Refactoring: moved metabox fields to separate templates
* [FIX] Feed: fixed <googleplay:description> tag

= 2.24.0 =
* 2023-10-24
* UPDATE SUMMARY: Implemented Castos Ads, bug fixes
Expand Down
8 changes: 4 additions & 4 deletions seriously-simple-podcasting.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/**
* Plugin Name: Seriously Simple Podcasting
* Version: 2.25.0-beta.5
* Version: 2.25.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
* Author URI: https://castos.com/?utm_medium=sspodcasting&utm_source=wordpress&utm_campaign=wpplugin_08_2019
* Requires PHP: 5.6
* Requires PHP: 7.4
* Requires at least: 4.4
* Tested up to: 6.3
* Tested up to: 6.4
*
* Text Domain: seriously-simple-podcasting
*
Expand All @@ -23,7 +23,7 @@
exit;
}

define( 'SSP_VERSION', '2.25.0-beta.5' );
define( 'SSP_VERSION', '2.25.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 3b608c8

Please sign in to comment.