Skip to content

Commit

Permalink
Update versions & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Apr 14, 2024
1 parent 4992529 commit a5ca23a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 4.2.2
* Version: 4.2.3
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Automatically send your posts as X.com or Mastodon status updates.
* Tags: accessibility, WordPress
* Requires at least: 6.0
* Tested up to: 6.5
* Stable tag: `4.2.2`
* Stable tag: `4.2.3`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
9 changes: 8 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: wp-to-twitter
Stable tag: 4.2.2
Stable tag: 4.2.3

Posts to X when you update your WordPress blog or add a link, with your chosen URL shortening service.

Expand Down Expand Up @@ -58,6 +58,13 @@ Check out my <a href="https://github.com/joedolson/plugin-extensions/tree/master

== Changelog ==

= 4.2.3 =

* Bug fix: Update deprecated JS.
* Bug fix: Handle case if connection response is not valid JSON.
* Bug fix: Minor improvements to CSS & JS.
* Update tested to & copyrights.

= 4.2.2 =

* Bug fix: Last Tweet notice improperly called array. Props @mattyrob, @pyro-code01.
Expand Down
4 changes: 2 additions & 2 deletions src/wp-to-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 4.2.2
* Version: 4.2.3
*/

/*
Expand Down Expand Up @@ -69,7 +69,7 @@
require_once plugin_dir_path( __FILE__ ) . 'wpt-rate-limiting.php';

global $wpt_version;
$wpt_version = '4.2.2';
$wpt_version = '4.2.3';

add_action( 'init', 'wpt_load_textdomain' );
/**
Expand Down

0 comments on commit a5ca23a

Please sign in to comment.