Skip to content

Releases: joedolson/wp-to-twitter

XPoster v5.0.3

11 May 21:14
Compare
Choose a tag to compare

= 5.0.3 =

  • Bug fix: Remove some unused CSS.
  • Bug fix: CSS issue conflicting with other plugins. Props @reiniggen.
  • Bug fix: Ensure that exact template passed is used in cases where testing a template is needed.
  • Bug fix: Missing service length limits in character counter options.
  • Bug fix: Wrap text in displayed log after AJAX post.
  • Change: Display characters used rather than characters left in character counter.

XPoster v5.0.2

22 Feb 17:30
Compare
Choose a tag to compare

= 5.0.2 =

  • Bug fix: X user connection include an extra nonce, breaking user settings.
  • Bug fix: User styles not enqueued on user edit profile screen.
  • Bug fix: Simplify HTML and fix mis-nested div.
  • Bug fix: Fix duplicate IDs on disconnect checkboxes.

XPoster v5.0.1

16 Feb 20:07
Compare
Choose a tag to compare

= 5.0.1 =

  • Bug fix: Remove whitespace from status update template shown for non-admins.
  • Bug fix: Improve layout of settings message for non-admins.
  • Bug fix: Incorrectly nested closing div broke classic metabox layout for non-admins.

XPoster v5.0.0

09 Feb 21:15
Compare
Choose a tag to compare

= 5.0.0 =

  • 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.
  • Change: simplify #account# and #@# handlers.
  • 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.
  • Change output of #account# and #@# template tags for increased predictability.
  • Code restructure to group service-specific code.

XPoster v5.0.0-RC1

06 Feb 19:42
Compare
Choose a tag to compare
XPoster v5.0.0-RC1 Pre-release
Pre-release

= 5.0.0-RC1 =

  • 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.
  • Change: simplify #account# and #@# handlers.
  • 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.
  • Change output of #account# and #@# template tags for increased predictability.
  • Code restructure to group service-specific code.

XPoster v5.0.0-beta1

25 Jan 01:06
Compare
Choose a tag to compare
XPoster v5.0.0-beta1 Pre-release
Pre-release

= 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.

XPoster v4.3.1

12 Dec 23:33
Compare
Choose a tag to compare

= 4.3.1 =

  • Bug fix: Custom update text not displayed after saving, causing re-save to delete.

XPoster v4.3.0

05 Dec 21:07
Compare
Choose a tag to compare

= 4.3.0 =

  • Add support for Bluesky.
  • Misc. improvements to handling of multiple services.
  • Misc. improvements to UI.
  • Minor debugging improvements.
  • Bug fix: Avoid JS errors if metabox not enqueued.
  • Encode backup title in same manner as primary title.
  • Improve coverage of documented filters.
  • Removed some unused functions.
  • Simplified publishing logic.
  • Only upload images to service if is one of that service's supported mime types.

XPoster v4.2.6

04 Nov 22:16
Compare
Choose a tag to compare

= 4.2.6 =

  • Remove textdomain loader (obsolete since WP 4.6)
  • Bug fix: HTML encode title sent to X API when using backup title value.

XPoster v4.2.5

20 Oct 22:11
Compare
Choose a tag to compare

= 4.2.5 =

  • Bug fix: Fatal error thrown on PHP 8+ if removing stray characters from tag boundaries due to obsolete argument usage in mb_strrpos(). Props @toru.
  • Bug fix: Update classes to allow dynamic properties following PHP 8.2 dynamic prop deprecation.
  • Bug fix: If template tags were re-ordered in the wpt_tags filter, they were not also reordered in values.
  • Change: Add fallback call to post title if not in post info array.
  • Filter: add wpt_custom_tag filter to manage the value of custom tags added in wpt_tags.