Skip to content

Commit

Permalink
Modifying the deployignore to include composer.json, bumping to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jan 4, 2024
1 parent eed4651 commit 7ae8a41
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .deployignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ assets/js/util
behat.yml
bin
bitbucket-pipelines.yml
composer.json
composer.lock
multisite.xml
multisite.xml.dist
node_modules
npm-debug.log
package-lock.json
package.json
phpcs.xml
phpcs.xml.dist
phpstan.neon.dist
Expand All @@ -53,3 +49,5 @@ vendor
webpack.config.js
wp-cli.local.yml
yarn.lock
DOCKER_ENV
babel.config.json
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.4.2
* Version: 2.4.3
* 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 @@ -46,7 +46,7 @@ class Apple_News {
* @var string
* @access public
*/
public static $version = '2.4.2';
public static $version = '2.4.3';

/**
* Link to support for the plugin on WordPress.org.
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: 6.3
Tested up to: 6.4.2
Requires PHP: 8.0
Stable tag: 2.4.2
Stable tag: 2.4.3
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.4.3 =

* No changes, re-releasing to trigger a new release.

= 2.4.2 =

* No changes, re-releasing to trigger a new release.
Expand Down

0 comments on commit 7ae8a41

Please sign in to comment.