Skip to content

Commit

Permalink
Merge branch 'master' into v2.0.1-built
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfodness committed Sep 3, 2019
2 parents 8e73d7c + 34c1a39 commit cb42b1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apple-news.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: Publish to Apple News
* Plugin URI: http://github.com/alleyinteractive/apple-news
* Description: Export and sync posts to Apple format.
* Version: 2.0.0
* Version: 2.0.1
* Author: Alley
* Author URI: https://alley.co
* Text Domain: apple-news
Expand Down
2 changes: 1 addition & 1 deletion includes/class-apple-news.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Apple_News {
* @var string
* @access public
*/
public static $version = '2.0.0';
public static $version = '2.0.1';

/**
* Link to support for the plugin on WordPress.org.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: publish, apple, news, iOS
Requires at least: 4.0
Tested up to: 5.2.2
Requires PHP: 5.6
Stable tag: 2.0.0
Stable tag: 2.0.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -46,6 +46,9 @@ Please visit our [wiki](https://github.com/alleyinteractive/apple-news/wiki) for

== Changelog ==

= 2.0.1 =
* Bugfix: Including the built pluginSidebar.js files with the WordPress.org distribution which were erroneously left off.

= 2.0.0 =
* Enhancement: Adds full support for Gutenberg. If Gutenberg is active for a post, uses a Gutenberg PluginSidebar to house all of the Apple News options rather than a metabox. Also adds support for new HTML generated by Gutenberg, including various embeds.
* Enhancement: Adds support for the isPaid flag to indicate that a post is part of News+ and requires a subscription to view.
Expand Down

0 comments on commit cb42b1c

Please sign in to comment.