Edit Flow

Description

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 www.remarpro.com forums, which we look at often. If you’d like to contribute code, we’d love to have you involved.

Screenshots

  • 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.

Installation

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:

  1. Extract the contents of the zip file into your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Write and enjoy the merits of a structured editorial workflow!

FAQ

Does Edit Flow work with multisite?

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.

Edit Flow doesn’t do X, Y, and Z. That makes me sad.

All development happens on GitHub.

For support questions, feedback and ideas, please use the www.remarpro.com forums, which we look at often. For everything else, say [email protected].

Reviews

April 12, 2024
..was this release an accident? no accompanying changelog, kills the site with this error: Parse error: syntax error, unexpected ‘int’ (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /opt/rh/httpd24/root/var/www/html/wp-content/plugins/edit-flow/modules/calendar/calendar.php on line 25 xargs: sh: exited with status 255; aborting
April 7, 2022
I can’t believe I just discovered this plugin today – I’ve been needing something like this for years. It’s exactly everything an online publisher could want for creating, managing, and organizing large amounts of content. The custom post status, the internal notes – it’s really just fantastic – THANK YOU!
August 16, 2018 2 replies
Great plugin, logical interface. But there are two huge downsides: No active support from the developers It does not work on Gutenberg So if you’re not working with Gutenberg (which will be the default editor in WP 5.0) and you have no need for support: go for it! Great plugin! In all other cases: find something better, and let me know what you’ve found, I need a replacement as well ??
June 23, 2018
Been using it for awhile after I stopped a subscription that did both editorial and social. Used another plugin for social and knew of this one. So gave it a run and it does exactly what I need. I create and work on several posts at once and currently post 6 out of 7 days. I need something that keeps me on track. I particularly like the metadata that really keep me on track. Incredible value for a free plugin!
Read all 50 reviews

Contributors & Developers

“Edit Flow” is open source software. The following people have contributed to this plugin.

Contributors

“Edit Flow” has been translated into 7 locales. Thank you to the translators for their contributions.

Translate “Edit Flow” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.9.9 (May 24, 2024)

  • Enhancements: bump lowest supported PHP version to 8.0 and lowest WordPress version to 6.0 (https://github.com/Automattic/Edit-Flow/pull/727)
  • Test fix: Update ESLint configuration and format JS files (https://github.com/Automattic/Edit-Flow/pull/723)
  • Enhancements: Move JS environment to node 20, upgrade packages (https://github.com/Automattic/Edit-Flow/pull/725)

0.9.8 (April 10, 2024)

  • Fix WP 5.9 deprecation notice with who in WP_User_Query (https://github.com/Automattic/Edit-Flow/pull/701)
  • Add PHP 8.2 fixes (https://github.com/Automattic/Edit-Flow/pull/700)
  • Bump @babel/traverse from 7.1.6 to 7.23.2 (https://github.com/Automattic/Edit-Flow/pull/714)

0.9.7 (Aug 26, 2022)

  • Bug fix: Allow scheduled posts to be shifted around on calendar (https://github.com/Automattic/Edit-Flow/pull/614)
  • Bug fix: Add back unpublish status, small css tweak for statuses (https://github.com/Automattic/Edit-Flow/pull/613)
  • Enhancements: Renaming some frontend calendar configuration variable (https://github.com/Automattic/Edit-Flow/pull/615)
  • Bug fix: Swap join() with implode() for PHP 8 compatibility (https://github.com/Automattic/Edit-Flow/pull/627)
  • Enhancements: Give each attribute in Edit Flow settings page a different id (https://github.com/Automattic/Edit-Flow/pull/650)
  • Bug fix: Fix test_story_budget_set_number_days_filter_invalid in PHP 8.0 (https://github.com/Automattic/Edit-Flow/pull/644)
  • 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)
  • 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)
  • Enhancements: Remove redundant jQuery selector #the-list a.editinline (https://github.com/Automattic/Edit-Flow/pull/668)
  • Enhancements: Remove redundant jQuery selector #toggle_details (https://github.com/Automattic/Edit-Flow/pull/669)
  • Bug fix: Fixes non-variable being passed by reference (https://github.com/Automattic/Edit-Flow/pull/667)

0.9.6 (April 26, 2020)

  • Bug fix: Fix bug causing error on save button click for post after hovering over button (https://github.com/Automattic/Edit-Flow/pull/604)
  • Enhancements: Bring Gutenebrg to Calendar filters (https://github.com/Automattic/Edit-Flow/pull/603)
  • Enhancmenets: Tweak styling on Calendar (https://github.com/Automattic/Edit-Flow/pull/605)

0.9.5 (April 8, 2020)

  • Bug fix: Fix bug preventing previewing posts authored by other users (https://github.com/Automattic/Edit-Flow/pull/597 — props mallorydxw)
  • Imrpovement: Status dropdowns are now be Edit Flow specific but filterable (https://github.com/Automattic/Edit-Flow/pull/595)
  • Improvement: Support i18n in Story Budget date picker (https://github.com/Automattic/Edit-Flow/pull/569)
  • Bug fix: Prevent multiple custom fields from being created (https://github.com/Automattic/Edit-Flow/pull/591)
  • Bug fix: Fix slug behavior (https://github.com/Automattic/Edit-Flow/pull/575)

0.9.4 (February 4, 2020)

  • Bug fix: Move ‘Customize’ link in metadata metabox to inside metabox (https://github.com/Automattic/Edit-Flow/pull/590 — props jsit)
  • Bug fix: Fix ef_custom_status_list filter on get_custom_statuses (https://github.com/Automattic/Edit-Flow/pull/587 — props jsit)
  • Bug fix: Keep save button text updated, without errors (https://github.com/Automattic/Edit-Flow/pull/585 — props WPprodigy)
  • 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)
  • Improvement: Deprecate ef_get_comments_plus (https://github.com/Automattic/Edit-Flow/pull/581 — props WPprodigy)
  • Improvement: Cleanup block editor compatibility logic (https://github.com/Automattic/Edit-Flow/pull/580 — props WPprodigy)
  • Improvement: Display custom statuses in post states (https://github.com/Automattic/Edit-Flow/pull/579 — props WPprodigy)
  • Improvement: Clean up dashboard-note logic (https://github.com/Automattic/Edit-Flow/pull/578 — props WPprodigy)

0.9.3 (December 18, 2019)

  • Bug fix: parse date time from numeric string instead of textual date (https://github.com/Automattic/Edit-Flow/pull/546 — props batmoo, cojennin)
  • Bug fix: ensure status friendly names are used in notifications (https://github.com/Automattic/Edit-Flow/pull/560 — props batmoo, cojennin)
  • Bug fix: fix WP Menu post title notice (https://github.com/Automattic/Edit-Flow/pull/552 – props batmoo, cojennin)
  • Updates to tests, build pipeline (props batmoo, dchymko, cojennin)

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)
  • 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)
  • Bug fix: prevent fatals when editing posts on the frontend via certain plugins (https://github.com/Automattic/Edit-Flow/pull/538 — props kjohnson, dchymko)
  • Bug fix: Don’t break classic editor when custom statuses are disabled (https://github.com/Automattic/Edit-Flow/pull/537 — props batmoo, thesquaremedia)
  • Bug fix: Prevent count() warning on PHP 7.2 (https://github.com/Automattic/Edit-Flow/pull/534 — props batmoo, NeilWJames)
  • Bug fix: Prevent multiple plugin entries on the plugins page (https://github.com/Automattic/Edit-Flow/pull/530 — props batmoo, mboynes, joshbetz)
  • Bug fix: jQuery compatibility issues (https://github.com/Automattic/Edit-Flow/pull/499 — props jameslesliemiller)
  • Dev: Fix Travis CI Tests (props dchymko)
  • Bonus props to jerclarke, mikeyarce, rebeccahum, rinatkhaziev, dchymko, and batmoo for helping with issues/PRs/testing.

0.9 (January 10, 2018)

  • Feature: Block Editor compatibility for Custom Status module. Props rinatkhaziev. See BLOCKS.md for details.
  • Feature: new filter ef_calendar_item_html for Calendar module that allows to print custom markup for each day.
  • UI Improvement: start removing arbitrary colors and conform to WP Color guide. A collective effort.
  • UI Improvement: Add [NO ACCESS] and [NO EMAIL] to the list of notified users to indicate that a user doesn’t have the access to the post and that a user doesn’t have an email set, respectively. Props WPprodigy jerclarke.

0.8.3 (June 14, 2018)

  • UI Improvement: Made primary buttons on Settings screen consistent with WordPress UI. Props cojennin.
  • UI Improvement: Display who particularly was notified about an editorial comment. Props goodguyry, WPprodigy
  • Improvement: Updated Russian translation and documentation. Props achumakov.
  • Improvement: Eliminate a few cases of raw SQL queries in favor of date_query. Props justnorris.
  • Improvement: Cache calendar items for each user individually to prevent potential cache pollution. Props justnorris.
  • Improvement: various i18n updates.
  • Improvement: Move ef_story_budget_posts_query_args filter down to allow overriding the date query in Story Budget module.
  • Improvement: Limit results in Calendar to 200 per page, potentially saving from trouble on websites with large amount of content.
  • Improvement: Don’t generate rewrite rules for notepad as they’re unused.
  • Improvement: Support modifying HTML output of a Calendar day via ef_pre_calendar_single_date_item_html filter. Props cklosowski.

  • Improvement: show custom post statuses in Calendar and Story Budget. Props mikeyarce

  • WordPress Coding Standards improvements and code cleanup by many unsung heroes (primarily justnorris).
  • Bug fix: Prevent user from removing “Draft” post status, breaking the auto-draft functionality.
  • Bug fix: Fix ef_pre_insert_editorial_comment filter so that it actually has meaning. Props sudar.
  • Bug fix: Fix PHP Warning: array_map(): Argument #2 should be an array. Props Michael Auteri.
  • Bug fix: Always offset post times to UTC+0 for Calendars to prevent incorrect times when adding to iCalendar/Google Calendar. Props justnorris.
  • Bug fix: Use taxonomy when checking for term existence when trying to prevent term collision. Props shadyvb.
  • Bug fix: Correctly handle screen options update for Story Budget columns. Props raduconst
  • Bug fix: EF_Calendar::get_beginning_of_week and EF_Calendar::get_ending_of_week should respect DST now. Props FewKinG
  • Bug fix: Build home_url() previews with trailing slash. Props jeremyfelt

0.8.2 (Sept 16, 2016)

  • Improvement: Updated Spanish localization thanks to moucho
  • Improvement: New Swedish localization thanks to Warpsmith
  • Improvement: Japanese localization 100% on translate.www.remarpro.com
  • Improvement: Updated Brazilian Portuguese translation. Props arthurdapaz
  • Improvement: Internationalization improvements in settings and calendar. Props robertsky
  • Improvement: Corrections made to Brazilian Portuguese translation. Props angelosds
  • Improvement: Updates Travis CI to support containerization, PHP 7 and HHVM
  • Bug fix: Fix PHP warning in class-module.php. Props jerclarke
  • Bug fix: Add label to Dashboard Notes so it displays as “Dashboard Notes” when exporting
  • Bug fix: Clean up PHP code to comply with PHP Strict Standards
  • Bug fix: Removed deprecated get_currentuserinfo. Props kraftbj
  • Bug fix: Adding $post param to preview_post_link filter to fix PHP warning. Props micahwave
  • Bug fix: Calendar current_user_can capability check corrected. Props keg
  • Bug fix: Clean up custom status timestamp fix and add unit tests to test different cases of the hack
  • Bug fix: Fix error messaging for module settings pages. Props natebot
  • Bug fix: Add check on user-settings.php to prevent error. Props paulabbott
  • Bug fix: Add check for empty author when sending notification. Props petenelson
  • Bug fix: Remove PHP4 constructor from screen options. Props mjangda

0.8 (Dec 19, 2013)

  • New feature: Dashboard Notepad. Editors and admins can use a notepad widget on the dashboard to leave instructions, important announcements, etc. for every WordPress user.
  • New feature: Double-click to create a new post on the calendar, or edit the details associated with an existing post. Thanks bbrooks and cojennin
  • Post subscriptions are now saved via AJAX, which means you can add or remove subscribers without hitting “Save Post”. This is especially useful for editorial comments. Thanks cojennin
  • Subscribe to a post’s updates using a quick “Follow” link on Manage Posts, the Calendar, or Story Budget.
  • Assign a date and time to editorial metadata’s date field. Thanks cojennin
  • Modify which filters are used on the calendar and story budget, or add your own. Thanks cojennin
  • Scheduled publication time is now included in relevant email notifications. Props mattoperry
  • Calendar and story budget module descriptions link to their respective pages in the admin for usability. Props rgalindo05
  • New Russian localization thanks to te-st.ru
  • Updated Japanese localization thanks to naokomc
  • Updated Dutch localization thanks to kardotim
  • Bug fix: User group selection no longer appears in network admin.
  • Improved slug generation when changing title of Drafts thanks to natebot
  • Bug fix: Permalink slugs are now editable after initial save. Props nickdaugherty
  • Bug fix: Permit calendar filters to be properly reset.
  • Bug fix: Posts, pages, custom post types, etc. can now be previewed correctly.
  • Bug fix: Fix Strict Standards PHP notice with add_caps_to_role(). Props azizur
  • Bug fix: PHP compatability issue. Props ziz.
  • Bug fix: Correct calendar encoding. Props willvanwazer
  • Bug fix: Check for $screen in filter_manage_posts_column. Props styledev.
  • Bug fix: Correct Edit Flow icon size. Props Fstop.
  • Improvement: Add editorial metadata to the Posts screen. Props drrobotnik
  • Improvement: Visual support for MP6. Props keoshi.
  • Bug fix: Catch WP_Error returning with get_terms(). Props paulgibbs
  • Improvement: Better unit testing with PHPUnit thanks to willvanwazer and mbijon
  • Bug fix: Correctly close out list item in editorial comments. Props jkovis

The following folks did some tremendous work helping with the release of Edit Flow v0.8: azizur, bbrooks, danielbachhuber, drrobotnik, Fstop, jkovis, kardotim, keoshi mattoperry, [mbijon] (https://github.com/mbijon), [naokomc](https://github.com/naokom, natebot, nickdaugherty, paulgibbs, rgalindo05, te-st.ru, willvanwazer, ziz.

0.7.6 (Jan. 30, 2013)

  • Bug fix for 3.4.2 compatibility.

0.7.5 (Jan. 29, 2013)

  • New Japanese localization thanks to naokomc
  • New French localization thanks to boris-hocde
  • Allow custom post statuses to be completely disabled for a post type, preventing situations where ‘draft’ posts could disappear when the draft status was deleted.
  • Better implementation of the hack we have to employ for editable slugs in the post edit screen. Thanks cojennin for the assist.
  • Editorial metadata names can now be up to 200 characters (instead of 20 previously). Props cojennin
  • Bug fix: Load modules on ‘init’ so the strings associated with each class can be properly translated
  • Bug fix: Pagination functional again when filtering to a post type
  • Bug fix: Pre-PHP 5.2.9 array_unique() compatibility
  • Bug fix: Respect the timezone when indicating which day is Today
  • Bug fix: Calendar should work for all post types, regardless of which are supposed to be added to it

0.7.4 (Nov. 21, 2012)

  • Added ‘Scheduled’ as one of the statuses you see in the ‘Posts At A Glance’ widget. ‘Private’ and other core statuses can be added with a filter
  • Sort posts on the Manage Posts view by visible editorial metadata date fields
  • Modify email notifications with two filters
  • Bug fix: Proper support for unicode characters in custom status and editorial metadata descriptions
  • Bug fix: Show the proper last modified value on the story budget when the server’s timezone is not set to GMT. Props danls
  • Bug fix: Make the jQuery UI theme for Edit Flow more specific so it doesn’t conflict with core modals
  • Bug fix: Use the proper singlular label for a post type when generating notification text
  • Bug fix: Post slug now updates when the post has a custom status.
  • Bug fix: When determining whether a user can change a post’s status, check the ‘edit_posts’ cap for the post type.

0.7.3 (Jul. 3, 2012)

  • Bug fix: Support PHP 5.2.x by removing the anonymous functions we mistakenly added
  • Bug fix: Only update user’s Story Budget saved filters when the Story Budget is being viewed, to avoid other views setting the filter values

0.7.2 (Jul. 3, 2012)

  • Users without the ‘publish_posts’ capability can now use and change custom statuses. Props Daniel Chesterton
  • Support for trashing posts from the calendar. Thanks Dan York for the idea and a bit of code
  • Updated codebase to use PHP5-style OOP references
  • Fixed some script and stylesheet references that had a double ‘//’ in the URI path
  • New edit_flow_supported_module_post_types_args filter allows you to enable custom statuses and other modules for private post types

0.7.1 (Apr. 11, 2012)

  • Show the year on the calendar and story budget if it’s not the current year
  • Allow users to save post subscriptions the first time they save the post. This also fixes the bug where a user wouldn’t be subscribed until they saved the post twice
  • Changed the behavior of notifications for the user changing a status or leaving a comment. Previously, they’d receive an email with the action they just performed; now they do not. This can be changed with a filter
  • New Italian localization thanks to Luca Patané
  • Bug fix: Auto-subscribe the post author to their posts by default but make it filterable
  • Bug fix: Only show authors in the user dropdown for the calendar and the story budget. This new behavior can be filtered out however
  • Bug fix: Metaboxes are registered with proper priority. Props benbalter
  • Bug fix: If a user hasn’t ever opened the calendar before, the date should default to today, not the Unix Epoch
  • Bug fix: Prevent editorial metadata filters from stomping on others’ uses by actually returning the original value when we don’t want to manipulate it
  • Bug fix: Specify a max-width on <select> dropdowns in the calendar and story budget so long values don’t break formatting

0.7 (Jan. 9, 2012)

  • Entire plugin was rewritten into a modular architecture (e.g. each feature is broken into a module you can enable or disable). One point of the modular architecture is to make it much easier for others to contribute new features. For the end user, there’s a brand new settings page where you can manage your modules. Each module then registers a configuration view for module settings. Most have options to choose which post types you’d like it activated for, along with other configuration options.
  • Calendar is far more functional. Content is viewed in a six week view by default, and number of weeks is configurable in screen options. Posts can be dragged and dropped between dates. Click on a post title to get the details about the post, including editorial metadata.
  • Custom statuses can be drag and drop ordered with AJAX. All statuses (including core ‘draft’ and ‘pending’) can be edited or deleted.
  • Editorial Metadata terms can be ordered with AJAX. Terms can be made “viewable” and then will be displayed on the manage posts view and calendar if enabled.
  • Story Budget shows “viewable” editorial metadata and fixes a few bugs, including not showing posts in a subcategory of a parent category.
  • Notifications/subscriptions are filtered so you can disable the auto-subscribing of authors or editorial commenters.
  • Important note: If upgrading from pre-v0.6, please upgrade to v0.6.5 first to ensure all of your data remains intact.
  • Read the full release post

0.6.5 (Sept. 19, 2011)

  • Bug fix: Workaround for a bug in core where the timestamp is set when a post is saved with a custom status. Instead, we update the timestamp on publish to current time if a custom post date hasn’t been set. Thanks saomay for help tracking the bug down.

0.6.4 (Jul. 22, 2011)

  • Display unpublished custom statuses inline with the post title, per WordPress standard UI
  • New number type for editorial metadata, so you can have fields like “Word Count”
  • Dropped the admin option for disabling custom statuses on posts. It didn’t work, and this is handled by post_type_supports()
  • Add a ‘Clear’ link to editorial metadata date fields to allow user to easily clear the input
  • Bug fix: Proper support for bulk editing custom statuses
  • Bug fix: Contributor saving a new post respects the default custom status, instead of reverting to ‘draft’ as the post status
  • Bug fix: Better respect for user roles and capabilities in Story Budget
  • Bug fix: Custom statuses in Quick Edit now work as you’d expect them
  • Bug fix: Show all taxonomy terms (most likely categories) on the Story Budget, regardless of whether they include published content
  • Bug fix: If there are no editorial metadata fields available, a message will display instead of leaving an empty post meta box

0.6.3 (Mar. 21, 2011)

  • Restored email notifications to old delivery method instead of queueing with WP cron because of reliability issues.
  • Better approach to including files so Edit Flow works properly on Windows systems.
  • Option to see all unpublished content on story budget and editorial calendar with a filter to include scheduled posts as unpublished content.

0.6.2 (Jan. 26, 2011)

  • Bug fix: Post Titles were broken in email notifications. (Thanks kfawcett and madguy000!)
  • Bug fix: Bulk editing any post types would cause editorial metadata to occasionally be deleted. (Thanks meganknight!)

0.6.1 (Jan. 9, 2011)

  • Custom Post Type support for custom post statuses, editorial metadata, editorial comments, notifications, (Thanks to all who requested this!)
  • Added search and filtering tools for user and usergroup lists
  • Email notifications are now queued to improve performance and avoid issues with spam
  • Posts in calendar now have a unique classname based on the status (Thanks erikajurney)
  • The “Posts I’m Following” widget has a cleaner look
  • Bug fix: Users without JavaScript no longer see the status dropdown
  • Bug fix: Users with JavaScript no longer see the respond button for editorial comments
  • Bug fix: Contributors should not have the ability to publish through Quick Edit
  • Bug fix: Proper i18n support (Thanks Beto Frega and others)
  • Bug fix: Editorial Comments issue in IE (Thanks asecondwill and James Skaggs)
  • Bug fix: Always email admin feature was not working (Thanks nicomollet)
  • Bug fix: Notifications for scheduled posts did not include links (Thanks erikajurney)

0.6 (Nov. 9, 2010)

  • New feature: Editorial Metadata. Previously, Edit Flow had ‘due date’, ‘location’ and ‘description’, as available editorial metadata. We’ve expanded this functionality to be completely customizable; admins can add any number of editorial metadata with the following types: checkbox, date, location, paragraph, text, or user dropdown.
  • New feature: Story Budget. View all of your upcoming posts in a more traditional story budget view. Posts are grouped by category, and view can be filtered by post status, category, user, or limited to a date range. Hit the print button to take it on the go.
  • Completely rewritten calendar view now saves filter state on a user by user basis. Also, highlights current day, and displays status and time for each post.
  • Temporarily disabled QuickPitch widget until we rewrite it to support editorial metadata.
  • Bug fix: Editorial comments should no longer show up in the stock Recent Comments widget or in the comments view in the WordPress Admin. The comment count number should also be correct.
  • Bug fix: Duplicate custom post statuses and usergroups are handled in more sane ways (aka creating, editing, and deleting should work as expected)

0.5.3 (Oct. 6, 2010)

  • Fixes issue where default Custom Statuses and User Groups were returning even after being deleted

0.5.1 (Jul. 29, 2010)

  • Editorial calendar improvements: filter by category or author
  • QuickPitch stories get default status instead of pitch status
  • No email notifications for “Auto Draft” post status
  • Backwards compatibility with WordPress 2.9.x

0.5 (Jul. 3, 2010)

  • Calendar view for visualizing and spec assignments at a glance
  • Improvements for WordPress 3.0 compatibility

0.4

  • Users that edit a post automatically get subscribed to that post (only if they have the manage subscriptions capability)
  • Edit Flow automatically hides editorial comments if the plugin is disabled
  • Moved default custom status additions to upgrade function so they don’t get added every time you activate
  • Bug fix: remove editorial comments from comments feed

0.3.3 (Feb. 4, 2010)

  • Added tooltips with descriptions to the Status dropdown and Status Filter links. Thanks to Gil Namur for the great idea!
  • Fixed the issue where subscribed users/usergroups were not receiving notifications

0.3.2 (Jan. 28, 2010)

  • Fixed fatal error if notifications were disabled

0.3.1

  • Small bug fixes

0.3

  • Note: Edit Flow now requires 2.9+
  • Notification emails on status change now have specific subject lines messages based on action taken
  • Action links in comment notifications now take the user to the comment form; i.e. clicking reply link in the email will focus on the comment text box and reply to the message
  • Usergroups!
  • Assign users and usergroups that should be notified of post updates
  • Removed notify by role option since it’s redundant because of usergroups
  • Added “Always notify admin option”
  • Added option to hide the status dropdown on Post and Page edit pages (default set to show)
  • Added option to globally disable QuickPitch widget
  • Bug fix: Custom Status names cannot be longer than 20 chars
  • Bug fix: Deleted users are removed as subscribers from posts
  • Bug fix: Blank menu items should now be sorta hidden

0.2

  • Custom Statuses are now supported for pages
  • Editorial Comments (with threading)
  • Email Notifications (on post status change and editorial comment)
  • Additional Post metadata
  • Quick Pitch Dashboard widget
  • Bug fix: sorting issue on Manage Posts page (Mad props to David Smith from Columbia U.)
  • Other bug fixes
  • Better localization support

0.1.5

  • Ability to assign custom statuses to posts
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17