Contributors: batmoo, danielbachhuber, sbressler, automattic
Donate link: http://editflow.org/contribute/
Tags: workflow, editorial, editorial calendar, custom status, newsroom
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.9
Stable tag: 0.9.9
Redefining your editorial workflow.
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:
- Calendar - A convenient month-by-month look at your content.
- Custom Statuses - Define the key stages to your workflow.
- Editorial Comments - Threaded commenting in the admin for private discussion between writers and editors.
- Editorial Metadata - Keep track of the important details.
- Notifications - Receive timely updates on the content you're following.
- Story Budget - View your upcoming content budget.
- User Groups - Keep your users organized by department or function.
More details for each feature, screenshots and documentation can be found on our website.
We'd love to hear from you! For support questions, feedback and ideas, please use the WordPress.org forums, which we look at often. If you'd like to contribute code, we'd love to have you involved.
The easiest way to install this plugin is to go to Add New in the Plugins section of your blog admin and search for "Edit Flow." On the far right side of the search results, click "Install."
If the automatic process above fails, follow these simple steps to do a manual install:
- Extract the contents of the zip file into your
/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Write and enjoy the merits of a structured editorial workflow!
This plugin uses wp-env for development and is required to run the tests written for the plugin. wp-env requires Docker so please ensure you have that installed on your system first. To install wp-env, use the following command:
npm -g i @wordpress/env
Read more about wp-env here.
This plugin also uses Composer to manage PHP dependencies. Composer can be downloaded here.
- Clone the plugin repo:
git clone [email protected]:Automattic/Edit-Flow.git - Changed to cloned directory:
cd /path/to/repo - Install PHP dependencies:
composer install - Install NPM dependencies:
npm install - Start dev environment:
wp-env start
Ensure that the dev environment has already been started with wp-env start.
PHP Integration Tests:
- Integration test:
composer run integration - Multi-site integration test:
composer run integration-ms
E2E Tests (Playwright):
- Run E2E tests:
npm run test-e2e - Run with visible browser:
npm run test-e2e:headed - Debug mode:
npm run test-e2e:debug
JavaScript Tests:
- Run Jest tests:
npm run test-jest
Yep, in the sense that you can activate Edit Flow on each subsite. Edit Flow doesn't yet offer the ability to manage content across a network of sites.
All development happens on GitHub.
For support questions, feedback and ideas, please use the WordPress.org forums, which we look at often. For everything else, say [email protected].
- The calendar is a convenient month-by-month look at your content. Filter to specific statuses or categories to drill down.
- Custom statuses allow you to define the key stages of your workflow.
- Editorial comments allow for private discussion between writers and editors on a post-by-post basis.
- Keep track of the important details with editorial metadata.
- View all of your upcoming posts with the more traditional story budget view, and hit the print button to take it to your planning meeting.
See CHANGELOG.md for the full changelog.