Skip to content

Releases: joedolson/wp-to-twitter

WP to Twitter 3.3.12

26 Apr 19:24
Compare
Choose a tag to compare

= 1.10.12 =

  • Missed ssl_verify=false removed

WP to Twitter 3.3.11

28 Mar 18:54
Compare
Choose a tag to compare

= 3.3.11 =

  • Pass post ID to wpt_retweet_text filter.
  • Don't throw duplicate Tweet error if Tweet is blank.

WP to Twitter v3.3.10

29 Jan 21:26
Compare
Choose a tag to compare

= 3.3.10 =

  • Change: Display UI for post types that are private but have a UI (e.g., WooCommerce coupons)
  • Bug fix: User permissions for connecting to Oauth overrode ability to enter personal settings.
  • Bug fix: Exit meta migration if post does not exist.

WP to Twitter 3.3.9

05 Oct 20:59
Compare
Choose a tag to compare

= 3.3.9 =

  • Added filter to cancel Tweets for custom reasons after all other filters executed.
  • Removed video on app creation, due to Twitter's radical revision of creation process.
  • Update setup instructions inside app.

WP to Twitter v3.3.8

20 Sep 20:18
Compare
Choose a tag to compare

= 3.3.8 =

  • Change function name for checking edit vs. new for clarity.
  • Update debugging function to pass post ID of current Tweet.
  • Bug fix: PHP Notice in settings.
  • Bug fix: If rate limiting cron not set, automatically recreate.

WP to Twitter v.3.3.7

31 Jul 16:47
Compare
Choose a tag to compare

= 3.3.7 =

  • Change: Remove replacement character setting unless in use for non-space character
  • Change: Capitalize each word in tags sent to Twitter (accessibility)

WP to Twitter v. 3.3.6

21 May 16:26
Compare
Choose a tag to compare
  • Bug fix: Check for existing short URL should not run when parsing text of Tweets for URLs.

WP to Twitter 3.3.5

23 Apr 15:09
Compare
Choose a tag to compare

= 3.3.5 =

  • Bug fix: Assignment replaced with comparison in connection creation.

WP to Twitter 3.3.4

21 Apr 16:44
Compare
Choose a tag to compare

= 3.3.4 =

  • Bug fix: fallback normalizer method called incorrectly

Only relevant for installations on servers without the PEAR Normalizer class.

WP to Twitter 3.3.3

20 Apr 22:13
Compare
Choose a tag to compare

= 3.3.3 =

  • Removed: upgrade paths from version 2.4.x
  • Removed: support for YOURLS version 1.3
  • Removed: support for Twitter Friendly Links (plug-in not updated in 8 years)
  • Removed: Ability to enable the Goo.gl URL shortener (see: https://developers.google.com/url-shortener/)
  • Removed: fallback functions required for PHP 4 support.
  • Add 'show images' as option in feeds.
  • Support for alt attributes displayed in Feeds
  • Improved URL generation to link to searched Tweets.
  • Improve parsing of URLs in Tweets.
  • Don't save URLs if no shortener used or shortener returns no value.
  • Option to ignore stored URLs when sending Tweets.
  • Code now conforms with WordPress PHP standards with the exception of four deprecated functions.