@@ -5,7 +5,7 @@ Tags: edit flow, workflow, editorial, newsroom, management, journalism, post sta
55Requires at least: 5.1
66Requires PHP: 5.6
77Tested up to: 5.3
8- Stable tag: 0.9.3
8+ Stable tag: 0.9.4
99
1010Redefining your editorial workflow.
1111
@@ -57,6 +57,9 @@ For support questions, feedback and ideas, please use the [WordPress.org forums]
5757
5858== Upgrade Notice ==
5959
60+ = 0.9.4 =
61+ Updates to post list custom status UI. Plus, updates to API and bug fixes.
62+
6063= 0.9.3 =
6164Fixes for localization and notifications
6265
@@ -119,6 +122,17 @@ New features, including story budget and editorial metadata, a completely rewrit
119122
120123== Changelog ==
121124
125+ = 0.9.4 (February 4, 2020) =
126+ * Bug fix: Move 'Customize' link in metadata metabox to inside metabox (https://github.com/Automattic/Edit-Flow/pull/590 -- props jsit)
127+ * Bug fix: Fix ef_custom_status_list filter on get_custom_statuses (https://github.com/Automattic/Edit-Flow/pull/587 -- props jsit)
128+ * Bug fix: Keep save button text updated, without errors (https://github.com/Automattic/Edit-Flow/pull/585 -- props WPprodigy)
129+ * Bug fix: Add ef_week_first_day as script data to prevent echoing script tags (https://github.com/Automattic/Edit-Flow/pull/582 -- props ryelle)
130+ * Improvement: Deprecate ef_get_comments_plus (https://github.com/Automattic/Edit-Flow/pull/581 -- props WPprodigy)
131+ * Improvement: Cleanup block editor compatibility logic (https://github.com/Automattic/Edit-Flow/pull/580 -- props WPprodigy)
132+ * Improvement: Display custom statuses in post states (https://github.com/Automattic/Edit-Flow/pull/579 -- props WPprodigy)
133+ * Improvement: Clean up dashboard-note logic (https://github.com/Automattic/Edit-Flow/pull/578 -- props WPprodigy)
134+
135+
122136= 0.9.3 (December 18, 2019) =
123137* Bug fix: parse date time from numeric string instead of textual date (https://github.com/Automattic/Edit-Flow/pull/546 -- props batmoo, cojennin)
124138* Bug fix: ensure status friendly names are used in notifications (https://github.com/Automattic/Edit-Flow/pull/560 -- props batmoo, cojennin)
0 commit comments