Skip to content

Releases: Automattic/Edit-Flow

0.9.8

10 Apr 15:13
bd2f429
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.7...0.9.8

0.9.7

26 Aug 17:49
07710e3
Compare
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
Compare
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
Compare
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
Compare
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)

0.9.1

04 Nov 21:21
6dbc835
Compare
Choose a tag to compare
  • 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

15 Jun 01:11
4724a3c
Compare
Choose a tag to compare

Lots of bug fixes and improvements.

0.8.2

16 Sep 22:55
Compare
Choose a tag to compare
  • Minor bug fixes
  • Localization improvements
  • General enhancements!

0.8.1

18 Jun 12:31
Compare
Choose a tag to compare
  • Version bump to up tested tag and include 0.8 notes
  • Added Composer support