Skip to content

Commit

Permalink
Version bump to 1.18.1
Browse files Browse the repository at this point in the history
Updated changelog
  • Loading branch information
jonathanbossenger committed Oct 25, 2017
1 parent e0a22ce commit 9bc96b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion 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: 4.8
Requires PHP: 5.3.3
Stable tag: 1.18.0
Stable tag: 1.18.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.18.1 =
* 2017-10-25
* [FIX] Fixed subscribe links for episodes in a series

= 1.18.0 =
* 2017-10-09
* [NEW] Added new and updated iTunes tags to podcast feed as announced at WWDC2017
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.18.0
* Version: 1.18.1
* Plugin URI: https://www.seriouslysimplepodcasting.com/
* Description: Podcasting the way it's meant to be. No mess, no fuss - just you and your content taking over the world.
* Author: PodcastMotor
Expand Down Expand Up @@ -38,7 +38,7 @@
return;
}

define( 'SSP_VERSION', '1.18.0' );
define( 'SSP_VERSION', '1.18.1' );
define( 'SSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SSP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 9bc96b5

Please sign in to comment.