Skip to content

Commit

Permalink
Version bump to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbossenger committed Jun 5, 2019
1 parent 56893cb commit ade0788
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 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.1
Stable tag: 1.20.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.20.2-beta =
* 2019-05-30
* [FIX] Fixes a legacy bug where post type registration was prioritised over other custom post types
= 1.20.2 =
* 2019-06-05
* [FIX] Fixes a legacy bug where the series custom taxonomy was not available an certain custom post types, if enabled

= 1.20.1 =
* 2019-05-28
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.2-beta
* Version: 1.20.2
* 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.2-beta' );
define( 'SSP_VERSION', '1.20.2' );
define( 'SSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SSP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit ade0788

Please sign in to comment.