Releases: joedolson/wp-to-twitter
Releases · joedolson/wp-to-twitter
WP to Twitter v3.7.0
= 3.7.0 =
- Bug fix: text field responsiveness.
- Bug fix: Sanitize link visibility parameters.
- Remove sales and promotional elements.
- Add FAQ and remove support form.
WP to Twitter v3.6.2
= 3.6.2 =
- Bug fix: YOURLS returns a 400 error if a URL is re-submitted, but WP to Twitter only handled JSON object if a 200 was returned.
- Bug fix: Provide context labels for wp_die and die calls
- Bug fix: Hum shortener threw errors if you attempted to shorten a link, since it only works for posts.
- Bug fix: Missing sanitization in AJAX Tweet requests from admin.
- Bug fix: Correctly handle YOURLS url shortening requests when there is already an existing shortened URL for that path.
WP to Twitter v3.6.1
= 3.6.1 =
- Bug fix: Don't expect a nonce or attempt to handle post meta if post not submitted from WordPress admin.
WP to Twitter v3.6.0
= 3.6.0 =
- Bug fix: Fix incorrect textdomains.
- Security: Missing nonce verification in metabox.
- Change: New filter
wpt_postpone_rendering
to allow Pro to delay template rendering. - Docs: Start adding hook docs - https://joedolson.github.io/wp-to-twitter/. Work in progress.
WP to Twitter v3.5.6
= 3.5.6 =
- Bug fix: Change in link to Twitter API error codes.
- Bug fix: Restore sales page, accidentally removed in previous update.
- Change: Option added to enable debugging from admin (in Advanced Settings.)
WP to Twitter v3.5.5
= 3.5.5 =
- Change: Twitter app setup instructions updated.
- Removed: URL data migration. Any data that needs migrating should be long completed.
WP to Twitter v3.5.4
= 3.5.4 =
- Change: Twitter help/configuration endpoint retired. Values changed to static.
- Change: Misc. UI updates.
- Bug fix: Re-query YOURLS endpoint if format throws no-match result.
- Allow enabling debugging without Pro.
- Log Tweet status IDs.
WP to Twitter v3.5.3
= 3.5.3 =
- Bug fix: Query to Twitter config endpoint should never run more than once a day.
WP to Twitter v3.5.2
= 3.5.2 =
- Bug fix: missing CSS for headings.
- Bug fix: Add option & filter to allow autoposting to work. Option will break manual posting, however.
WP to Twitter v3.5.1
= 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