Skip to content

Commit

Permalink
Update readme & version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 20, 2023
1 parent 89734c8 commit 693c3ff
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 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.0.3
* Version: 4.1.0
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Automatically send your posts as Tweets.
* Donate link: https://www.joedolson.com/donate/
* Tags: accessibility, WordPress
* Requires at least: 6.0
* Tested up to: 6.3
* Stable tag: `4.0.3`
* Tested up to: 6.4
* Stable tag: `4.1.0`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
18 changes: 16 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Contributors: joedolson
Donate link: https://xposterpro.com
Tags: twitter, microblogging, bitly, yourls, redirect, shortener, post, links, social, sharing, media, tweet
Requires at least: 6.0
Tested up to: 6.3
Tested up to: 6.4
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: wp-to-twitter
Stable tag: 4.0.3
Stable tag: 4.1.0

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

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

== Changelog ==

= 4.1.0 =

* Bug fix: X.com upload endpoint doesn't support gif; disable upload if gif.
* Bug fix: Fix screen name comparisons so Pro scripts load correctly.
* Bug fix: Save default Tweet length option so character count uses correct value.
* Update: override block editor sidebar padding.
* Update: Combine separate admin script registrations into one function.
* Update: Add versions to registered scripts and styles.
* Update: Remove tab interface in post sidebar.
* Update: Add default template to tweet text box as placeholder.
* Update: Change default excerpt length to 60.
* Update: Add missing sales link & update docs link.
* Update: Remove obsolete FAQ question.

= 4.0.3 =

* Remove X.com feed and search widgets.
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.0.3
* Version: 4.1.0
*/

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

global $wpt_version;
$wpt_version = '4.0.3';
$wpt_version = '4.1.0';

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

0 comments on commit 693c3ff

Please sign in to comment.