Releases: joedolson/wp-to-twitter
Releases · joedolson/wp-to-twitter
WP to Twitter 3.3.12
= 1.10.12 =
- Missed ssl_verify=false removed
WP to Twitter 3.3.11
= 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
= 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
= 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
= 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
= 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
- Bug fix: Check for existing short URL should not run when parsing text of Tweets for URLs.
WP to Twitter 3.3.5
= 3.3.5 =
- Bug fix: Assignment replaced with comparison in connection creation.
WP to Twitter 3.3.4
= 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
= 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.