Skip to content

Commit

Permalink
Version bump and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbossenger committed Jul 24, 2019
1 parent 7f0c65d commit b575f38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 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: 5.2
Requires PHP: 5.6
Stable tag: 1.20.5
Stable tag: 1.20.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,10 +102,14 @@ You can find complete user and developer documentation (along with the FAQs) on

== Changelog ==

= 1.20.6-beta =
* 2019-07-22
* [NEW] Adds a setting to control how the RSS feed episode description is selected, either post excerpt or full post content
= 1.20.6 =
* 2019-07-24
* UPDATE SUMMARY: Various bug fixes related to recent changes to the RSS Feed
* [NEW] Add a setting to control whether RSS feed episode description tags use the post content or the post excerpt
* [FIX] Fixes a bug where Turbocharge settings were enabled even when it is switched off
* [FIX] Fixes a bug when sending series data to a Castos connected podcast
* [FIX] Fixes a bug where the ss_player shortcode renders the media player in the RSS feed
* [FIX] Fixes a bug in the legacy RSS feed url

= 1.20.5 =
* 2019-07-10
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: 1.20.6-beta
* Version: 1.20.6
* Plugin URI: https://www.castos.com/seriously-simple-podcasting
* 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 @@ -26,7 +26,7 @@
use SeriouslySimplePodcasting\Controllers\Options_Controller;
use SeriouslySimplePodcasting\Rest\Rest_Api_Controller;

define( 'SSP_VERSION', '1.20.6-beta' );
define( 'SSP_VERSION', '1.20.6' );
define( 'SSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SSP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit b575f38

Please sign in to comment.