Skip to content

Commit

Permalink
Update versions and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 25, 2025
1 parent 3b2e1ea commit 31b5d3e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Text Domain: wp-to-twitter
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Version: 4.3.2
* Version: 5.0.0-beta1
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-to-twitter",
"version": "4.3.2",
"version": "5.0.0-beta1",
"private": true,
"description": "Bluesky/Mastodon WordPress plug-in.",
"author": "Joe Dolson",
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 Bluesky or Mastodon status updates.
* Tags: accessibility, WordPress
* Requires at least: 6.0
* Tested up to: 6.7
* Stable tag: `4.3.2`
* Stable tag: `5.0.0-beta1`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
19 changes: 18 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.7
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: wp-to-twitter
Stable tag: 4.3.2
Stable tag: 5.0.0-beta1

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

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

== Changelog ==

= 5.0.0-beta1 =

* Feature: Ability to disable connected services without disconnecting.
* Feature: Select which services you wish to send a given update to.
* Feature: Pass custom update text for each connected service.
* Feature: Define an excerpt length unique to each service.
* Change: Extend default excerpt length.
* Change: Always defer template execution until status update is sent.
* Change: Make character counting messages indicate which service limit is reached.
* Bug fix: Make AJAX submissions aware of more metabox settings.
* Improved error handling.
* Design updates.
* Move XPoster Pro specific code into XPoster Pro package.
* More code documentation.
* Update references to Tweets to be service independent.
* Significant structural reorganization.

= 4.3.2 =

* Bug fix: Failed to update one version number.
Expand Down
2 changes: 1 addition & 1 deletion src/wp-to-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Text Domain: wp-to-twitter
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Version: 4.3.2
* Version: 5.0.0-beta1
*/

/*
Expand Down

0 comments on commit 31b5d3e

Please sign in to comment.