Skip to content

Commit

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

Expand Down Expand Up @@ -97,10 +97,13 @@ You can find complete user and developer documentation (along with the FAQs) on
== Changelog ==

= 1.18.0 =
* 2017-09-28
* 2017-10-09
* [NEW] Added new and updated iTunes tags to podcast feed as announced at WWDC2017
* [NEW] Added new and updated iTunes tags as episode settings in current meta box
* [NEW] Added new and updated iTunes tags as series specific settings podcast settings area
* [NEW] Added Stitcher and Google Play subscription links
* [TWEAK] Removed duration from beneath the player
* [TWEAK] Fixed the wording of the explicit checkbox (props [Ken Andries](https://github.com/Douglasdc3))

= 1.17.3 =
* 2017-08-29
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-beta
* Version: 1.18.0
* 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-beta' );
define( 'SSP_VERSION', '1.18.0' );
define( 'SSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SSP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit ca1b874

Please sign in to comment.