Skip to content

Commit c4ac423

Browse files
committed
Update version, tested to, readme.
1 parent 6a02709 commit c4ac423

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Text Domain: wp-to-twitter
1717
* License: GPL-2.0+
1818
* License URI: http://www.gnu.org/license/gpl-2.0.txt
19-
* Version: 5.0.2
19+
* Version: 5.0.3
2020
*/
2121

2222
/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-to-twitter",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"private": true,
55
"description": "Bluesky/Mastodon WordPress plug-in.",
66
"author": "Joe Dolson",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Automatically send your posts as Bluesky or Mastodon status updates.
99
* Donate link: https://www.joedolson.com/donate/
1010
* Tags: accessibility, WordPress
1111
* Requires at least: 6.0
12-
* Tested up to: 6.7
13-
* Stable tag: `5.0.2`
12+
* Tested up to: 6.8
13+
* Stable tag: `5.0.3`
1414
* License: GPLv2 or later
1515
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1616

src/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Contributors: joedolson
33
Donate link: https://xposterpro.com
44
Tags: bluesky, post, social, sharing, mastodon
55
Requires at least: 6.4
6-
Tested up to: 6.7
6+
Tested up to: 6.8
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
Text Domain: wp-to-twitter
10-
Stable tag: 5.0.2
10+
Stable tag: 5.0.3
1111

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

src/wp-to-twitter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Text Domain: wp-to-twitter
1717
* License: GPL-2.0+
1818
* License URI: http://www.gnu.org/license/gpl-2.0.txt
19-
* Version: 5.0.2
19+
* Version: 5.0.3
2020
*/
2121

2222
/*
@@ -78,7 +78,7 @@
7878
require_once plugin_dir_path( __FILE__ ) . 'wpt-truncate.php';
7979
require_once plugin_dir_path( __FILE__ ) . 'wpt-rate-limiting.php';
8080

81-
define( 'XPOSTER_VERSION', '5.0.2' );
81+
define( 'XPOSTER_VERSION', '5.0.3' );
8282

8383
register_activation_hook( __FILE__, 'wpt_check_version' );
8484
/**

0 commit comments

Comments
 (0)