Skip to content

Commit

Permalink
Merge pull request #557 from Automattic/update/0.9.2
Browse files Browse the repository at this point in the history
Prepare 0.9.2
  • Loading branch information
mjangda authored Nov 25, 2019
2 parents 0d6adea + c7c0e47 commit 3eb2acd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 244 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ For support questions, feedback and ideas, please use the [WordPress.org forums]

## Upgrade Notice

**0.9.2**
Fixes issues with scheduling and trashing posts in block editor.

**0.9.1**
Bump PHP minimum to 5.6 to match WordPress core. Plus, various bug fixes.

Expand Down Expand Up @@ -109,6 +112,10 @@ New features, including story budget and editorial metadata, a completely rewrit

## Changelog

**0.9.1 (November 24, 2019)**
* Bug fix: Prevent issues with scheduling and trashing posts when using the block editor (https://github.com/Automattic/Edit-Flow/pull/556 -- props cojennin, davisshaver, batmoo)


**0.9.1 (November 4, 2019)**
* Bug fix: Prevent custom status from being reverted when using Gutenberg (https://github.com/Automattic/Edit-Flow/pull/521 -- props mikeyarce, batmoo)
* Bug fix: Don't break post previews when using custom statuses (https://github.com/Automattic/Edit-Flow/pull/515 -- props
Expand Down
241 changes: 1 addition & 240 deletions blocks/dist/custom-status.build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions edit_flow.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://editflow.org/
Description: Remixing the WordPress admin for better editorial workflow options.
Author: Daniel Bachhuber, Scott Bressler, Mohammad Jangda, Automattic, and others
Version: 0.9.1
Version: 0.9.2
Author URI: http://editflow.org/
Copyright 2009-2019 Mohammad Jangda, Daniel Bachhuber, Automattic, et al.
Expand Down Expand Up @@ -46,7 +46,7 @@ function _ef_print_php_version_admin_notice() {
}

// Define contants
define( 'EDIT_FLOW_VERSION' , '0.9.1' );
define( 'EDIT_FLOW_VERSION' , '0.9.2' );
define( 'EDIT_FLOW_ROOT' , dirname(__FILE__) );
define( 'EDIT_FLOW_FILE_PATH' , EDIT_FLOW_ROOT . '/' . basename(__FILE__) );
define( 'EDIT_FLOW_URL' , plugins_url( '/', __FILE__ ) );
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: edit flow, workflow, editorial, newsroom, management, journalism, post sta
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 5.3
Stable tag: 0.9.1
Stable tag: 0.9.2

Redefining your editorial workflow.

Expand Down Expand Up @@ -57,6 +57,9 @@ For support questions, feedback and ideas, please use the [WordPress.org forums]

== Upgrade Notice ==

= 0.9.2 =
Fixes issues with scheduling and trashing posts in block editor.

= 0.9.1 =
Bump PHP minimum to 5.6 to match WordPress core. Plus, various bug fixes.

Expand Down Expand Up @@ -113,7 +116,10 @@ New features, including story budget and editorial metadata, a completely rewrit

== Changelog ==

= 0.9.1 (November 4, 2019)
= 0.9.1 (November 24, 2019) =
* Bug fix: Prevent issues with scheduling and trashing posts when using the block editor (https://github.com/Automattic/Edit-Flow/pull/556 -- props cojennin, davisshaver, batmoo)

= 0.9.1 (November 4, 2019) =
* Bug fix: Prevent custom status from being reverted when using Gutenberg (https://github.com/Automattic/Edit-Flow/pull/521 -- props mikeyarce, batmoo)
* Bug fix: Don't break post previews when using custom statuses (https://github.com/Automattic/Edit-Flow/pull/515 -- props
rebeccahum)
Expand Down

0 comments on commit 3eb2acd

Please sign in to comment.