You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,9 @@ For support questions, feedback and ideas, please use the [WordPress.org forums]
51
51
52
52
## Upgrade Notice
53
53
54
+
**0.9.7**
55
+
PHP 8 compatible now with various bug fixes
56
+
54
57
**0.9.6**
55
58
Fix bug around post save, bring Gutenberg to Calendar filters
56
59
@@ -122,6 +125,19 @@ New features, including story budget and editorial metadata, a completely rewrit
122
125
123
126
## Changelog
124
127
128
+
**0.9.7 (August 26, 2022)**
129
+
* Bug fix: Allow scheduled posts to be shifted around on calendar (https://github.com/Automattic/Edit-Flow/pull/614)
130
+
* Bug fix: Add back unpublish status, small css tweak for statuses (https://github.com/Automattic/Edit-Flow/pull/613)
131
+
* Enhancements: Renaming some frontend calendar configuration variable (https://github.com/Automattic/Edit-Flow/pull/615)
132
+
* Bug fix: Swap join() with implode() for PHP 8 compatibility (https://github.com/Automattic/Edit-Flow/pull/627)
133
+
* Enhancements: Give each attribute in Edit Flow settings page a different id (https://github.com/Automattic/Edit-Flow/pull/650)
134
+
* Bug fix: Fix test_story_budget_set_number_days_filter_invalid in PHP 8.0 (https://github.com/Automattic/Edit-Flow/pull/644)
135
+
* Bug fix: Allow updating post slugs in Quick Edit and Classic Editor with a different status from published (https://github.com/Automattic/Edit-Flow/pull/648)
136
+
* Bug fix: Fix jQuery warnings as WordPress upgraded it from 1.12.4-wp to 3.5.1 (https://github.com/Automattic/Edit-Flow/pull/649)
Tags: edit flow, workflow, editorial, newsroom, management, journalism, post status, custom status, notifications, email, comments, editorial comments, usergroups, calendars, editorial calendar, story budget
5
5
Requires at least: 5.2
6
6
Requires PHP: 5.6
7
-
Tested up to: 5.4
8
-
Stable tag: 0.9.6
7
+
Tested up to: 5.8
8
+
Stable tag: 0.9.7
9
9
10
10
Redefining your editorial workflow.
11
11
@@ -57,6 +57,9 @@ For support questions, feedback and ideas, please use the [WordPress.org forums]
57
57
58
58
== Upgrade Notice ==
59
59
60
+
= 0.9.7 =
61
+
PHP 8 compatible now with various bug fixes
62
+
60
63
= 0.9.6 =
61
64
Fix bug around post save, bring Gutenberg to Calendar filters
62
65
@@ -128,6 +131,19 @@ New features, including story budget and editorial metadata, a completely rewrit
128
131
129
132
== Changelog ==
130
133
134
+
= 0.9.7 (Aug 26, 2022) =
135
+
* Bug fix: Allow scheduled posts to be shifted around on calendar (https://github.com/Automattic/Edit-Flow/pull/614)
136
+
* Bug fix: Add back unpublish status, small css tweak for statuses (https://github.com/Automattic/Edit-Flow/pull/613)
137
+
* Enhancements: Renaming some frontend calendar configuration variable (https://github.com/Automattic/Edit-Flow/pull/615)
138
+
* Bug fix: Swap join() with implode() for PHP 8 compatibility (https://github.com/Automattic/Edit-Flow/pull/627)
139
+
* Enhancements: Give each attribute in Edit Flow settings page a different id (https://github.com/Automattic/Edit-Flow/pull/650)
140
+
* Bug fix: Fix test_story_budget_set_number_days_filter_invalid in PHP 8.0 (https://github.com/Automattic/Edit-Flow/pull/644)
141
+
* Bug fix: Allow updating post slugs in Quick Edit and Classic Editor with a different status from published (https://github.com/Automattic/Edit-Flow/pull/648)
142
+
* Bug fix: Fix jQuery warnings as WordPress upgraded it from 1.12.4-wp to 3.5.1 (https://github.com/Automattic/Edit-Flow/pull/649)
0 commit comments