Releases: Automattic/Edit-Flow
Releases · Automattic/Edit-Flow
0.9.9
What's Changed
- Bump the minimum PHP version to 8.0 and WP version to 6.0 by @alecgeatches and @ingeniumed
- Update the node version to 20, and upgrade the JS packages to their latest versions by @alecgeatches and @ingeniumed
- Fix all the e2e tests, and update the GitHub Actions by @alecgeatches and @ingeniumed
Full Changelog: 0.9.8...0.9.9
0.9.8
What's Changed
- Fix WP 5.9 deprecation notice with
who
in WP_User_Query by @rebeccahum in #701 - Add PHP 8.2 fixes by @rebeccahum in #700
- Bump @babel/traverse from 7.1.6 to 7.23.2 by @dependabot in #714
- Bump version to 0.9.8 by @rebeccahum in #719
Full Changelog: 0.9.7...0.9.8
0.9.7
What's Changed
- Allow scheduled posts to be shifted around on calendar by @cojennin in #614
- Add back unpublish status, small css tweak for statuses by @cojennin in #613
- Renaming some frontend calendar configuration variable by @cojennin in #615
- Swap join() with implode() by @mjangda in #627
- Remove Travis mentions in the repo by @htdat in #642
- Fix: Give each attribute in Edit Flow settings page a different id by @htdat in #650
- PHP 8.0 and PHPCS: partly fix compatibility with composer packages by @htdat in #643
- Fix test_story_budget_set_number_days_filter_invalid in PHP 8.0 by @htdat in #644
- Fix: updating post slugs in Quick Edit and Classic Editor by @htdat in #648
- add 'cs' script to composer for easy running of phpcs by @trepmal in #653
- Fix jQuery warnings as WordPress upgraded it from 1.12.4-wp to 3.5.1 by @htdat in #649
- Remove redundant jQuery selector #the-list a.editinline by @htdat in #668
- Remove redundant jQuery selector #toggle_details by @htdat in #669
- Fixes non-variable being passed by reference by @mikeyarce in #667
Maintenance
- Bump npm from 6.14.4 to 6.14.6 by @dependabot in #617
- Bump websocket-extensions from 0.1.3 to 0.1.4 by @dependabot in #616
- Add Security Policy by @mjangda in #628
- Move from Travis CI to GitHub Actions by @htdat in #635
- E2E: Update the way selecting a future date for schedulePost by @htdat in #665
- Bump merge-deep from 3.0.2 to 3.0.3 by @dependabot in #659
- Update npm packages by @htdat in #645
Full Changelog: 0.9.6...0.9.7
0.9.5
Changelog
- Bug fix: Fix bug preventing previewing posts authored by other users (#597 -- props mallorydxw)
- Imrpovement: Status dropdowns are now be Edit Flow specific but filterable (#595)
- Improvement: Support i18n in Story Budget date picker (#569)
- Bug fix: Prevent multiple custom fields from being created (#591)
- Bug fix: Fix slug behavior (#575)
0.9.3
Changelog
- Bug fix: parse date time from numeric string instead of textual date (#546 -- props batmoo, cojennin)
- Bug fix: ensure status friendly names are used in notifications (#560 -- props batmoo, cojennin)
- Bug fix: fix WP Menu post title notice (#552 - props batmoo, cojennin)
- Updates to tests, build pipeline (props batmoo, dchymko, cojennin)
0.9.2
0.9.1
- Bug fix: Prevent custom status from being reverted when using Gutenberg (#521 -- props mikeyarce, batmoo)
- Bug fix: Don't break post previews when using custom statuses (#515 -- props
rebeccahum) - Bug fix: Don't auto-subscribe the current user when notification settings are changed (#540 -- props dchymko, jerclarke, mikeyarce)
- Bug fix: prevent fatals when editing posts on the frontend via certain plugins (#538 -- props kjohnson, dchymko)
- Bug fix: Don't break classic editor when custom statuses are disabled (#537 -- props batmoo, thesquaremedia)
- Bug fix: Prevent
count()
warning on PHP 7.2 (#534 -- props batmoo, NeilWJames) - Bug fix: Prevent multiple plugin entries on the plugins page (#530 -- props batmoo, mboynes, joshbetz)
- Bug fix: jQuery compatibility issues (#499 -- props jameslesliemiller)
- Dev: Fix Travis CI Tests (props dchymko)
- Bonus props to jerclarke, mikeyarce, rebeccahum, rinatkhaziev, dchymko, and batmoo for helping with issues/PRs/testing.
0.8.3
Lots of bug fixes and improvements.
0.8.2
0.8.1
- Version bump to up tested tag and include 0.8 notes
- Added Composer support