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
@@ -53,6 +53,9 @@ For support questions, feedback and ideas, please use the [WordPress.org forums]
53
53
54
54
## Upgrade Notice
55
55
56
+
**0.9.1**
57
+
Bump PHP minimum to 5.6 to match WordPress core. Plus, various bug fixes.
58
+
56
59
**0.9**
57
60
Bump minimum version of PHP to 5.4. Start implementation of Block Editor compatible modules, various improvements and bugfixes.
58
61
@@ -106,6 +109,19 @@ New features, including story budget and editorial metadata, a completely rewrit
106
109
107
110
## Changelog
108
111
112
+
**0.9.1 (November 4, 2019)**
113
+
* Bug fix: Prevent custom status from being reverted when using Gutenberg (https://github.com/Automattic/Edit-Flow/pull/521 -- props mikeyarce, batmoo)
114
+
* Bug fix: Don't break post previews when using custom statuses (https://github.com/Automattic/Edit-Flow/pull/515 -- props
115
+
rebeccahum)
116
+
* Bug fix: Don't auto-subscribe the current user when notification settings are changed (https://github.com/Automattic/Edit-Flow/pull/540 -- props dchymko, jerclarke, mikeyarce)
117
+
* Bug fix: prevent fatals when editing posts on the frontend via certain plugins (https://github.com/Automattic/Edit-Flow/pull/538 -- props kjohnson, dchymko)
118
+
* Bug fix: Don't break classic editor when custom statuses are disabled (https://github.com/Automattic/Edit-Flow/pull/537 -- props batmoo, thesquaremedia)
* Bonus props to jerclarke, mikeyarce, rebeccahum, rinatkhaziev, dchymko, and batmoo for helping with issues/PRs/testing.
124
+
109
125
**0.9 (January 10, 2018)**
110
126
* Feature: Block Editor compatibility for Custom Status module. Props [rinatkhaziev](https://github.com/rinatkhaziev). See [BLOCKS.md](BLOCKS.md) for details.
111
127
* Feature: new filter `ef_calendar_item_html` for Calendar module that allows to print custom markup for each day.
Edit Flow empowers you to collaborate with your editorial team inside WordPress. We've made it modular so you can customize it to your needs:
17
15
18
16
* [Calendar](http://editflow.org/features/calendar/) - A convenient month-by-month look at your content.
@@ -47,7 +45,7 @@ Yep, in the sense that you can activate Edit Flow on each subsite. Edit Flow doe
47
45
48
46
All development happens on [GitHub](https://github.com/Automattic/Edit-Flow).
49
47
50
-
For support questions, feedback and ideas, please use the [WordPress.org forums](http://wordpress.org/tags/edit-flow?forum_id=10), which we look at often. For everything else, say [[email protected]](mailto:[email protected]).
48
+
For support questions, feedback and ideas, please use the [WordPress.org forums](http://wordpress.org/tags/edit-flow?forum_id=10), which we look at often. For everything else, say [[email protected]](mailto:[email protected]).
51
49
52
50
== Screenshots ==
53
51
@@ -59,7 +57,10 @@ For support questions, feedback and ideas, please use the [WordPress.org forums]
59
57
60
58
== Upgrade Notice ==
61
59
62
-
= 0.9 =
60
+
= 0.9.1 =
61
+
Bump PHP minimum to 5.6 to match WordPress core. Plus, various bug fixes.
62
+
63
+
= 0.9 =
63
64
Bump minimum version of PHP to 5.4. Start implementation of Block Editor compatible modules, various improvements and bugfixes.
64
65
65
66
= 0.8.3 =
@@ -112,6 +113,19 @@ New features, including story budget and editorial metadata, a completely rewrit
112
113
113
114
== Changelog ==
114
115
116
+
= 0.9.1 (November 4, 2019)
117
+
* Bug fix: Prevent custom status from being reverted when using Gutenberg (https://github.com/Automattic/Edit-Flow/pull/521 -- props mikeyarce, batmoo)
118
+
* Bug fix: Don't break post previews when using custom statuses (https://github.com/Automattic/Edit-Flow/pull/515 -- props
119
+
rebeccahum)
120
+
* Bug fix: Don't auto-subscribe the current user when notification settings are changed (https://github.com/Automattic/Edit-Flow/pull/540 -- props dchymko, jerclarke, mikeyarce)
121
+
* Bug fix: prevent fatals when editing posts on the frontend via certain plugins (https://github.com/Automattic/Edit-Flow/pull/538 -- props kjohnson, dchymko)
122
+
* Bug fix: Don't break classic editor when custom statuses are disabled (https://github.com/Automattic/Edit-Flow/pull/537 -- props batmoo, thesquaremedia)
* Bonus props to jerclarke, mikeyarce, rebeccahum, rinatkhaziev, dchymko, and batmoo for helping with issues/PRs/testing.
128
+
115
129
= 0.9 (January 10, 2018) =
116
130
* Feature: Block Editor compatibility for Custom Status module. Props [rinatkhaziev](https://github.com/rinatkhaziev). See [BLOCKS.md](BLOCKS.md) for details.
117
131
* Feature: new filter `ef_calendar_item_html` for Calendar module that allows to print custom markup for each day.
0 commit comments