Releases: 10up/autoshare-for-twitter
Releases · 10up/autoshare-for-twitter
1.1.0
Added
- Colored icons to represent autoshare status (props @linawiezkowiak, @oszkarnagy, @Sidsector9, @dinhtungdu via #142).
- Sample copy for example responses (props @iamdharmesh, @Sidsector9, @jeffpaul via #149).
- PHP 8 compatibility (props @Sidsector9, @faisal-alvi via #144).
- E2E Tests with Cypress (props @thrijith, @iamdharmesh, @dinhtungdu, @jeffpaul via #145).
Changed
- Update dependency
abraham/twitteroauth
from 1.2.0 to 2.0.0 to ensure PHP 8.0 support (props @Sidsector9, @faisal-alvi via #144). - App setup instructions for getting API keys and tokens (props @iamdharmesh, @Sidsector9, @jeffpaul via #149).
- Bump WordPress version "tested up to" 5.9 (props @iamdharmesh, @Sidsector9, @sudip-10up via #151).
Fixed
- Warning thrown on activating plugin for the first time (props @Sidsector9, @dinhtungdu via #138).
- CI pipeline failures (props @dkotter, @iamdharmesh, @Sidsector9 via #147).
Security
- Bump ajv from 6.10.2 to 6.12.6 (props @dependabot via #141).
- Bump tar from 4.4.8 to 4.4.19 (props @dependabot via #143).
- Bump ini from 1.3.5 to 1.3.8 (props @dependabot via #152).
1.0.6
Note: this was a hotfix release to fix an issue with deploys to WordPress.org.
Added
- Tweeted status column to All Posts table list view (props @thrijith, @dinhtungdu, @linawiezkowiak, @oszkarnagy, @jeffpaul via #121).
Changed
- Bump WordPress version "tested up to" 5.8 (props @thrijith, @barneyjeffries, @jeffpaul via #126).
- WP Snapshot for auotmated testing to WP 5.6 (props @dinhtungdu, @jeffpaul via #107).
- Update dependency
abraham/twitteroauth
from ^0.7.4 to 1.2.0 to ensure PHP 7.4 support and WordPress VIP Go compatability (props @thrijith, @dinhtungdu, @rickalee via #122). - Update PHPUnit test cases to include new functions (props @thrijith via #124).
Fixed
- Ensure that special characters are properly encoded (props @dinhtungdu, @rickalee via #116).
Security
- Bump
lodash
from 4.17.15 to 4.17.21 (props @dependabot via #108, #130). - Bump
elliptic
from 6.5.1 to 6.5.4 (props @dependabot via #109, #123). - Bump
yargs-parser
from 13.1.1 to 13.1.2 (props @dependabot via #111). - Bump
ini
from 1.3.5 to 1.3.7 (props @dependabot via #115). - Bump
y18n
from 4.0.0 to 4.0.1 (props @dependabot via #125). - Bump
ssri
from 6.0.1 to 6.0.2 (props @dependabot via #127). - Bump
rmccue/requests
from 1.7.0 to 1.8.0 (props @dependabot via #129). - Bump
hosted-git-info
from 2.8.4 to 2.8.9 (props @dependabot via #131). - Bump
browserslist
from 4.7.0 to 4.16.6 (props @dependabot via #132). - Bump
path-parse
from 1.0.6 to 1.0.7 (props @dependabot via #134).
1.0.5
Added
- Tweeted status column to All Posts table list view (props @thrijith, @dinhtungdu, @linawiezkowiak, @oszkarnagy, @jeffpaul via #121).
Changed
- Bump WordPress version "tested up to" 5.8 (props @thrijith, @barneyjeffries, @jeffpaul via #126).
- WP Snapshot for auotmated testing to WP 5.6 (props @dinhtungdu, @jeffpaul via #107).
- Update dependency
abraham/twitteroauth
from ^0.7.4 to 1.2.0 to ensure PHP 7.4 support and WordPress VIP Go compatability (props @thrijith, @dinhtungdu, @rickalee via #122). - Update PHPUnit test cases to include new functions (props @thrijith via #124).
Fixed
- Ensure that special characters are properly encoded (props @dinhtungdu, @rickalee via #116).
Security
- Bump
lodash
from 4.17.15 to 4.17.21 (props @dependabot via #108, #130). - Bump
elliptic
from 6.5.1 to 6.5.4 (props @dependabot via #109, #123). - Bump
yargs-parser
from 13.1.1 to 13.1.2 (props @dependabot via #111). - Bump
ini
from 1.3.5 to 1.3.7 (props @dependabot via #115). - Bump
y18n
from 4.0.0 to 4.0.1 (props @dependabot via #125). - Bump
ssri
from 6.0.1 to 6.0.2 (props @dependabot via #127). - Bump
rmccue/requests
from 1.7.0 to 1.8.0 (props @dependabot via #129). - Bump
hosted-git-info
from 2.8.4 to 2.8.9 (props @dependabot via #131). - Bump
browserslist
from 4.7.0 to 4.16.6 (props @dependabot via #132). - Bump
path-parse
from 1.0.6 to 1.0.7 (props @dependabot via #134).
1.0.4
Note: this was a hotfix release to fix an issue with included libraries.
Added
autoshare_for_twitter_disable_on_transition_post_status
filter to disable tweeting based on post status change (props @rickalee via #99)
Changed
- Bumped WordPress version support to 5.4.2 (props @dinhtungdu, @jeffpaul via #106)
- Build, test, and release processes (props @johnwatkins0, @dinhtungdu via #96, #97, #98, #101)
Fixed
- Enable autoshare meta always set to 0 when saving draft (props @dinhtungdu, @rickalee via #103)
1.0.3
Added
autoshare_for_twitter_disable_on_transition_post_status
filter to disable tweeting based on post status change (props @rickalee via #99)
Changed
- Bumped WordPress version support to 5.4.2 (props @dinhtungdu, @jeffpaul via #106)
- Build, test, and release processes (props @johnwatkins0, @dinhtungdu via #96, #97, #98, #101)
Fixed
- Enable autoshare meta always set to 0 when saving draft (props @dinhtungdu, @rickalee via #103)
1.0.2
Added
- WP Acceptance tests (props @johnwatkins0 via #84)
Changed
- New and improved settings page UX (props @dinhtungdu, @jeffpaul, @johnwatkins0, @linawiezkowiak, @oszkarnagy via #78)
Fixed
- Bug that caused posts to be inadvertently tweeted when switching from draft to publish (props @johnwatkins0, @rickalee via #82)
- Build script in release process (props @johnwatkins0 via #77)
1.0.1
Added
autoshare_for_twitter_enabled_default
filter to allow autoshare to be enabled by default for a post type (props @johnwatkins0, @rickalee, @dinhtungdu via #71)
Changed
- Bypass character texturization when the post title is tweeted (props @johnwatkins0, @rickalee via #73)
Removed
- Second instance of the
autoshare_for_twitter_tweet
filter (props @johnwatkins0 via #70)
Version 1.0.0
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
- Refactor v0.1.0 significantly (props @adamsilverstein, @johnwatkins0, @jeffpaul via #1, #49)
Security
- XSS prevention - switch from .innerHTML to text (props @adamsilverstein via #1)