Skip to content

Commit 96c01fc

Browse files
authored
Merge pull request #736 from alleyinteractive/v2.0.6-prep
Disable Link Button component, bump version to 2.0.6
2 parents 43f63b9 + 35216a2 commit 96c01fc

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Diff for: apple-news.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Plugin Name: Publish to Apple News
1515
* Plugin URI: http://github.com/alleyinteractive/apple-news
1616
* Description: Export and sync posts to Apple format.
17-
* Version: 2.0.5
17+
* Version: 2.0.6
1818
* Author: Alley
1919
* Author URI: https://alley.co
2020
* Text Domain: apple-news

Diff for: includes/apple-exporter/class-component-factory.php

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public static function initialize(
105105
self::register_component( 'ul', '\\Apple_Exporter\\Components\\Body' );
106106
self::register_component( 'pre', '\\Apple_Exporter\\Components\\Body' );
107107
self::register_component( 'hr', '\\Apple_Exporter\\Components\\Divider' );
108-
self::register_component( 'a', '\\Apple_Exporter\\Components\\Link_Button' );
109108
// Non HTML-based components.
110109
self::register_component( 'intro', '\\Apple_Exporter\\Components\\Intro' );
111110
self::register_component( 'cover', '\\Apple_Exporter\\Components\\Cover' );

Diff for: includes/class-apple-news.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Apple_News {
3939
* @var string
4040
* @access public
4141
*/
42-
public static $version = '2.0.5';
42+
public static $version = '2.0.6';
4343

4444
/**
4545
* Link to support for the plugin on WordPress.org.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "publish-to-apple-news",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"license": "GPLv3",
55
"main": "index.php",
66
"engines": {

Diff for: readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: publish, apple, news, iOS
55
Requires at least: 4.0
66
Tested up to: 5.4.0
77
Requires PHP: 5.6
8-
Stable tag: 2.0.5
8+
Stable tag: 2.0.6
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl.html
1111

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

4747
== Changelog ==
4848

49+
= 2.0.6 =
50+
* Bugfix: Rolled back support for Button elements for now due to a problematic implementation.
51+
4952
= 2.0.5 =
5053
* Enhancement: Added support for audio, video, and table captions in Gutenberg.
5154
* Enhancement: Adds styles for Button elements that are links.

0 commit comments

Comments
 (0)