Skip to content

Commit

Permalink
Merge pull request #740 from alleyinteractive/v2.0.8-prep
Browse files Browse the repository at this point in the history
Prep release of version 2.0.8
  • Loading branch information
kevinfodness authored Jul 7, 2020
2 parents 5fc6bea + cbb4a9a commit ef2db37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.7
* Version: 2.0.8
* 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.7';
public static $version = '2.0.8';

/**
* Link to support for the plugin on WordPress.org.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publish-to-apple-news",
"version": "2.0.7",
"version": "2.0.8",
"license": "GPLv3",
"main": "index.php",
"engines": {
Expand Down
6 changes: 5 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.4.0
Requires PHP: 5.6
Stable tag: 2.0.7
Stable tag: 2.0.8
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl.html

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

== Changelog ==

= 2.0.8 =
* Enhancement: Adds styles for Button elements that are links which are added by the Gutenberg editor.
* Enhancement: Bumps the Apple News Format version from 1.7 to 1.11 to make support for new features possible, like LinkButton.

= 2.0.7 =
* Fixes a bug where sections by category is not checked by default for new posts.
* Fixes visual bug when manual section selection are visible.
Expand Down

0 comments on commit ef2db37

Please sign in to comment.