Skip to content

Commit

Permalink
Version 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Nov 9, 2022
1 parent 8d5d6ec commit 6c32f71
Show file tree
Hide file tree
Showing 3 changed files with 19 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.17.0",
"version": "2.18.0",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
Expand Down
18 changes: 16 additions & 2 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.0
Tested up to: 6.1
Requires PHP: 5.6
Stable tag: 2.17.0
Stable tag: 2.18.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.18.0 =
* 2022-11-09
* UPDATE SUMMARY: WooCommerce Memberships integration, Value 4 Value, minor improvements and fixes
* [UPDATE] WooCommerce Memberships integration
* [UPDATE] Feed: Value 4 Value settings
* [UPDATE] Feed settings: added link to Dynamo tool
* [UPDATE] Feed speed improvements and cache improvements
* [UPDATE] Podcast list block: option to show player below excerpt
* [UPDATE] Feed: updated plugin links
* [FIX] Fixed possible plugin translation issue
* [FIX] Fixed mixed up podcast funding values
* [FIX] Fixed fatal error when $response_object->message is not a string
* [FIX] Added audible image to Elementor subscribe links block

= 2.17.0 =
* 2022-10-11
* UPDATE SUMMARY: Sync and import improvements
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.18.0-beta.4
* Version: 2.18.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.18.0-beta.4' );
define( 'SSP_VERSION', '2.18.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 6c32f71

Please sign in to comment.