Skip to content

Commit

Permalink
Merge pull request #1214 from alleyinteractive/feature/bump-version-2…
Browse files Browse the repository at this point in the history
….6.2

v2.6.2 Release
  • Loading branch information
renatonascalves authored Jan 29, 2025
2 parents 77d5372 + 69d5ec7 commit e12365a
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -3,7 +3,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.6.1
* Version: 2.6.2
* Author: Alley
* Author URI: https://alley.com
* 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 @@ -50,7 +50,7 @@ class Apple_News {
* @var string
* @access public
*/
public static string $version = '2.6.1';
public static string $version = '2.6.2';

/**
* 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.5.1",
"version": "2.6.2",
"license": "GPLv3",
"main": "index.php",
"engines": {
Expand Down
2 changes: 1 addition & 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: 6.3
Tested up to: 6.7
Requires PHP: 8.0
Stable tag: 2.6.1
Stable tag: 2.6.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl.html

Expand Down

0 comments on commit e12365a

Please sign in to comment.