Skip to content

Releases: joedolson/wp-to-twitter

WP to Twitter v3.5.1

10 Mar 20:10
Compare
Choose a tag to compare

= 3.5.1 =

  • Bug fix: Run metadate save on wp_after_insert_post, as well, when it exists.
  • Bug fix: Incorrect value passed to wp_localize_script.
  • Move PHP tests from Travis-CI to GitHub Actions.
  • Fix results of PHP testing.
  • Minor clean-up in debugging.
  • Update screenshots for repository.
  • Changed WP requirement to >= 4.9.8
  • Bug fix: Post meta saving after post published in block editor

WP to Twitter v3.5.0

11 Dec 17:35
Compare
Choose a tag to compare

= 3.5.0 =

  • Update connection instructions to match Project & App structure at Twitter.
  • Update metabox design and layout.
  • Toggle default length based on current locale.
  • Remove stored URLs; no longer important to avoid repeat shortener queries.
  • Mask app tokens after saving.
  • Automatically switch to staging mode if environment query returns staging.
  • Bug fix: remove whitespace in some settings inputs
  • New: use wp_after_insert_post action (new in WP 5.6) so terms & metadata are saved at the time posts are published when using the block editor.
  • Numerous updates for WP Tweets Pro users.

WP to Twitter v3.4.10

25 Sep 21:36
Compare
Choose a tag to compare

= 3.4.10 =

  • Feature: ability to add mentions in tags to be parsed with @ instead of #.
  • Feature: Add support for Hum URL shortener
  • Improve install process for 3rd-party plugin URL shorteners.
  • Use Full post modified & publish dates in debugging info. (Including seconds.)

WP to Twitter v3.4.9

12 Aug 18:56
Compare
Choose a tag to compare

= 3.4.9 =

  • Clear a couple PHP notices.
  • Add styles for Pro.

WP to Twitter v3.4.8

30 Jul 18:28
Compare
Choose a tag to compare

= 3.4.8 =

  • Bug fix: Incorrect variable type in default tab assignment.
  • Bug fix: Two incorrectly named array keys in debugging.
  • Bug fix: Shortened URLs shouldn't be called if using WP permalinks.

WP to Twitter v3.4.7

10 Jul 19:08
Compare
Choose a tag to compare

= 3.4.7 =

  • Bug fix: Changed rules for differentiating between new and edited posts.
  • Bug fix: Bit.ly supporting plug-in changed function name.
  • Bug fix: Variable types different between default settings & saved settings.
  • Bug fix: Prevent scheduled Tweets (Pro) if post has been deleted.
  • Update debugging messages & data for better clarity.

= 3.4.6 =

  • Bug fix: YOURLS queries not executing.

WP to Twitter v3.4.5

21 Jun 20:37
Compare
Choose a tag to compare

= 3.4.5 =

  • Add support for @ references on tags.
  • Add support for Codehaveli Bitly URL Shortener
  • Remove deprecated category filters. (UI disabled in 2014.)
  • Don't query shorteners if they are enabled but settings are missing.

WP to Twitter 3.4.4

12 Nov 22:26
Compare
Choose a tag to compare

= 3.4.4 =

  • Bug fix: Due to external add-ons, need to test URL shortener settings as strings, not integers.
  • Bugfix: If YOURLS JSON object does not exist, it cannot have values.
  • Change: Support custom domains in jotURL.
  • Change: Add user info to debugging records.

WP to Twitter 3.4.3

07 Oct 22:32
Compare
Choose a tag to compare

= 3.4.3 =

  • Bug fix: Failed to account for a URL value that could be false in template parsing.

WP to Twitter 3.4.2

07 Oct 19:00
Compare
Choose a tag to compare

= 3.4.2 =

  • Bug fix: don't parse Username settings if user is connected to Twitter (Pro)
  • Bug fix: Non-semantic text in user settings.
  • Bug fix: type error in media comparison.
  • Improve logic for exiting media handling. (Pro)