Skip to content

Commit

Permalink
Merge pull request #736 from alleyinteractive/v2.0.6-prep
Browse files Browse the repository at this point in the history
Disable Link Button component, bump version to 2.0.6
  • Loading branch information
kevinfodness authored Jun 16, 2020
2 parents 43f63b9 + 35216a2 commit 96c01fc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 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.5
* Version: 2.0.6
* Author: Alley
* Author URI: https://alley.co
* Text Domain: apple-news
Expand Down
1 change: 0 additions & 1 deletion includes/apple-exporter/class-component-factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public static function initialize(
self::register_component( 'ul', '\\Apple_Exporter\\Components\\Body' );
self::register_component( 'pre', '\\Apple_Exporter\\Components\\Body' );
self::register_component( 'hr', '\\Apple_Exporter\\Components\\Divider' );
self::register_component( 'a', '\\Apple_Exporter\\Components\\Link_Button' );
// Non HTML-based components.
self::register_component( 'intro', '\\Apple_Exporter\\Components\\Intro' );
self::register_component( 'cover', '\\Apple_Exporter\\Components\\Cover' );
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.5';
public static $version = '2.0.6';

/**
* 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.5",
"version": "2.0.6",
"license": "GPLv3",
"main": "index.php",
"engines": {
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.4.0
Requires PHP: 5.6
Stable tag: 2.0.5
Stable tag: 2.0.6
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.6 =
* Bugfix: Rolled back support for Button elements for now due to a problematic implementation.

= 2.0.5 =
* Enhancement: Added support for audio, video, and table captions in Gutenberg.
* Enhancement: Adds styles for Button elements that are links.
Expand Down

0 comments on commit 96c01fc

Please sign in to comment.