Skip to content

Releases: Automattic/edit-flow

Edit Flow 0.10.3

12 Jan 16:07
0.10.3
410f6f9

Choose a tag to compare

Added

  • feat: add WordPress Playground blueprint for live preview by @GaryJones in #885

Fixed

  • fix: prevent Edit Flow nonce checks from killing unrelated forms by @GaryJones in #883
  • fix: add missing imports for Extended Post Status block editor panel by @GaryJones in #884

Documentation

  • docs: move Development section from README to CONTRIBUTING by @GaryJones in #880

Maintenance

  • ci: optimise CI workflows with path filters and split tests by @GaryJones in #881
  • test: add integration test for revision nonce handling by @GaryJones in #879

Full Changelog: 0.10.2...0.10.3

Edit Flow 0.10.2

07 Jan 16:30
0.10.2
0492e90

Choose a tag to compare

Fixed

  • fix: skip revisions in notifications save to prevent nonce verification failure - this completes the fix started in #873 for the "Cheatin' uh?" error when saving posts with notifications

Changed

  • build: add .gitattributes to exclude dev files from release archives
  • build: remove obsolete files (bin/, documentation/, bundled translations, PUBLISHING.md)

Full Changelog: 0.10.1...0.10.2

Edit Flow 0.10.1

07 Jan 15:34
0.10.1
2e783be

Choose a tag to compare

Fixed

  • fix: correct nonce action for Classic Editor post saves by @GaryJones in #873
  • fix: return JSON response for user group subscription AJAX saves by @GaryJones in #874

Maintenance

  • ci: optimise workflow efficiency and reduce redundancy by @GaryJones in #871
  • chore: consolidate WordPress.org assets in .wordpress-org directory by @GaryJones in #872

Full Changelog: 0.10.0...0.10.1

0.10.0

06 Jan 11:51
0.10.0
23b8196

Choose a tag to compare

PHP Compatibility: Minimum PHP version has been lowered from 8.0 to 7.4 for broader compatibility.

Fixed

  • fix(story-budget): respect ef_story_budget_taxonomy_used filter in dropdown by @GaryJones in #861
  • fix: prevent spurious "Leave site?" warning on new posts with custom statuses by @GaryJones in #860
  • fix: scope module asset loading to relevant pages only by @GaryJones in #858
  • fix: allow text selection in calendar overlay without triggering drag by @GaryJones in #857
  • fix: update post date to current time when publishing from custom status by @GaryJones in #856
  • fix: resolve calendar drag-and-drop not persisting post date changes by @GaryJones in #854
  • fix: guard against null return from get_edit_post_link() and get_permalink() by @GaryJones in #853
  • fix: prevent get_custom_statuses() from corrupting WordPress's term cache by @GaryJones in #852
  • fix: add Private option to bulk edit status dropdown by @GaryJones in #851
  • fix: resolve stale cache causing incorrect display in custom status Quick Edit by @GaryJones in #849
  • fix: add type guard to prevent PHP warning in preview link filter by @GaryJones in #834

Added

  • feat(custom-status): add status migration tool and WP-CLI commands by @GaryJones in #859
  • feat(notifications): add Post Author and Auto-subscribed badges by @GaryJones in #847
  • feat(story-budget): improve UX with Screen Options and collapsible categories by @GaryJones in #846

Changed

  • style(story-budget): refresh print stylesheet for modern WordPress by @GaryJones in #848

Maintenance

  • ci: automate WordPress.org deployment with GitHub Actions by @GaryJones in #867
  • fix: resolve all PHPCS violations for WordPress coding standards by @GaryJones in #866
  • ci: add PHP lint workflow for syntax and coding standards checks by @GaryJones in #865
  • refactor(editorial-metadata): replace unmaintained timepicker addon with native inputs by @GaryJones in #864
  • chore: remove unused VIP feature flag setting and related code by @GaryJones in #862
  • chore: rename workflow to match plugin standards by @GaryJones in #850
  • chore: migrate build system from webpack to wp-scripts by @GaryJones in #845
  • chore: simplify ESLint config after eslint-plugin-wpvip fix by @GaryJones in #844
  • ci: standardise test matrix and update readme by @GaryJones in #840
  • chore: migrate to ESLint 9 with flat config by @GaryJones in #839
  • chore: migrate dependabot reviewers to CODEOWNERS by @GaryJones in #836
  • ci: Improve CI infrastructure and expand PHP compatibility by @GaryJones in #835
  • ci: pin E2E tests to Ubuntu 22.04 for Playwright compatibility by @GaryJones in #833

New Contributors

Full Changelog: 0.9.9...0.10.0

0.9.9

04 Jun 00:12
0.9.9
780790e

Choose a tag to compare

What's Changed

Full Changelog: 0.9.8...0.9.9

0.9.8

10 Apr 15:13
bd2f429

Choose a tag to compare

What's Changed

Full Changelog: 0.9.7...0.9.8

0.9.7

26 Aug 17:49
07710e3

Choose a tag to compare

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

Full Changelog: 0.9.6...0.9.7

0.9.5

08 Apr 12:48
c921564

Choose a tag to compare

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

19 Dec 04:06
34ddde9

Choose a tag to compare

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

25 Nov 05:13
3eb2acd

Choose a tag to compare

Changelog

  • Bug fix: Prevent issues with scheduling and trashing posts when using the block editor (#556 -- props cojennin, davisshaver, batmoo)