Skip to content

Latest commit

 

History

History
290 lines (230 loc) · 34.7 KB

CHANGELOG.md

File metadata and controls

290 lines (230 loc) · 34.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.2.1 - 2024-07-08

Changed

Fixed

  • Ampersands no longer converted to HTML entities when adding query parameters to the post URL with the autoshare_for_twitter_post_url filter (props @justinmaurerdotdev, @iamdharmesh via #324).

Security

Developer

2.2.0 - 2024-01-04

Autoshare for Twitter rebranded / renamed to Autopost for X.

Changed

Fixed

Security

2.1.1 - 2023-08-22

Changed

Fixed

Security

2.1.0 - 2023-07-06

Added

Changed

2.0.0 - 2023-05-16

Autoshare for Twitter 2.0.0 utilizes Twitter's v2 API. If you have not already done so, please migrate your app to Twitter's v2 API to continue using Autoshare for Twitter. Learn more about migrating here.

Added

Changed

Security

1.3.0 - 2023-01-20

Added

Changed

Fixed

Security

1.2.1 - 2022-12-07

Note that this release bumps the WordPress minimum from 5.3 to 5.7 and PHP minimum from 7.2 to 7.4.

Added

Changed

Security

1.2.0 - 2022-09-28

Note that this release bumps the WordPress minimum from 4.9 to 5.3.

Added

Changed

Security

1.1.2 - 2022-06-24

Added

Changed

Fixed

1.1.1 - 2022-04-13

Fixed

  • If Autoshare is enabled by default, it does not consider the post-level "Tweet this post" checkbox and always tweets (props @iamdharmesh, @Sidsector9 via #155).

1.1.0 - 2022-04-13

Added

Changed

Fixed

Security

1.0.6 - 2020-09-19

  • Note: this was a hotfix release to fix an issue with deploys to WordPress.org.

1.0.5 - 2021-09-15

Added

Changed

Fixed

Security

1.0.4 - 2020-07-02

  • Note: this was a hotfix release to fix an issue with included libraries.

1.0.3 - 2020-07-01

Added

  • autoshare_for_twitter_disable_on_transition_post_status filter to disable tweeting based on post status change (props @rickalee via #99).

Changed

Fixed

1.0.2 - 2020-03-12

Added

Changed

Fixed

1.0.1 - 2020-02-03

Added

Changed

Removed

  • Second instance of the autoshare_for_twitter_tweet filter (props @johnwatkins0 via #70).

1.0.0 - 2019-12-17

Added

  • Initial public release! 🎉
  • Support Post and Page post types by default, provide Custom Post Type (props @johnwatkins0 via #25).
  • REST API endpoint to replace AJAX callback (props @johnwatkins0 via #33).
  • Build process, PHPCS linting, unit tests, and Travis CI (props @johnwatkins0, @adamsilverstein via #23, #24, #28, #29).
  • Plugin banner and icon images (props @sncampbell via #31).
  • Twitter disclaimer per their trademark guidelines as part of their brand guidelines (props @jeffpaul via #50).

Changed

Security

0.1.0 - 2018-05-11

  • Initial closed source release (props @scottlee).