Skip to content

Commit

Permalink
Update version numbers and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed May 25, 2024
1 parent 5582258 commit 8a65f43
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 4.2.3
* Version: 4.2.4
*/

/*
Copyright 2011-2024 Joe Dolson (email : joe@joedolson.com)
Copyright 2008-2024 Joe Dolson (email : joe@joedolson.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
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.3`
* Stable tag: `4.2.4`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
3 changes: 2 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.3
Stable tag: 4.2.4

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

Expand Down Expand Up @@ -64,6 +64,7 @@ Check out my <a href="https://github.com/joedolson/plugin-extensions/tree/master
* Bug fix: Add selected shortener to debugging info.
* Bug fix: Verify that last status is an array & return unrecognized error message if not identifiable.
* Change: Add $get_url parameter to `wpt_shorten_url` to explicitly determine whether existing short URLs are fetched.
* Feature: Status update template tag buttons in editor.

= 4.2.3 =

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.3
* Version: 4.2.4
*/

/*
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.3';
$wpt_version = '4.2.4';

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

0 comments on commit 8a65f43

Please sign in to comment.