diff --git a/README.md b/README.md index 02975fb1c..e74d84f37 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Contributors: batmoo, danielbachhuber, sbressler, automattic Donate link: http://editflow.org/contribute/ Tags: edit flow, workflow, editorial, newsroom, management, journalism, post status, custom status, notifications, email, comments, editorial comments, usergroups, calendars, editorial calendar, story budget Requires at least: 4.5 -Tested up to: 4.6.1 -Stable tag: 0.8.2 +Tested up to: 4.9.6 +Stable tag: 0.8.3 Redefining your editorial workflow. @@ -56,6 +56,9 @@ For support questions, feedback and ideas, please use the [WordPress.org forums] ## Upgrade Notice +**0.8.3** +Improvements and bugfixes. + **0.8.2** Minor enhancements and bug fixes, translation updates. @@ -80,10 +83,10 @@ Contributors and other users without the 'publish_posts' capability can access c **0.7.1** Enhancements and bug fixes, including defaulting to the proper date in the calendar and an Italian localization. -**0.7** +**0.7** Complete rewrite into a modular architecture. Lots of polish added. Important note: If upgrading from pre-v0.6, please upgrade to v0.6.5 first -**0.6.5** +**0.6.5** Fixes an issue where the post timestamp would be set as soon as a custom status was used. **0.6.4** @@ -103,6 +106,18 @@ New features, including story budget and editorial metadata, a completely rewrit ## Changelog +**0.8.3 (June 14, 2018)** +* UI Improvement: Made primary buttons on Settings screen consistent with WordPress UI. Props [cojennin](https://github.com/cojennin). +* UI Improvement: Display who particularly was notified about an editorial comment. Props [goodguyry](https://github.com/goodguyry), [WPprodigy](https://github.com/WPprodigy) +* Improvement: Updated Russian translation and documentation. Props [achumakov](https://github.com/achumakov). +* Improvement: Eliminate a few cases of raw SQL queries in favor of `date_query`. Props [justnorris](https://github.com/justnorris). +* Improvement: Cache calendar items for each user individually to prevent potential cache pollution. Props [justnorris](https://github.com/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](https://github.com/cklosowski). + **0.8.2 (Sept. 16, 2016)** * Improvement: Updated Spanish localization thanks to [moucho](https://github.com/moucho) * Improvement: New Swedish localization thanks to [Warpsmith](https://github.com/Warpsmith) @@ -306,13 +321,13 @@ The following folks did some tremendous work helping with the release of Edit Fl * 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 +* 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 +* 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 diff --git a/edit_flow.php b/edit_flow.php index 971f3c20f..6e6024e32 100644 --- a/edit_flow.php +++ b/edit_flow.php @@ -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.8.2 +Version: 0.8.3 Author URI: http://editflow.org/ Copyright 2009-2016 Mohammad Jangda, Daniel Bachhuber, et al. @@ -28,7 +28,7 @@ */ // Define contants -define( 'EDIT_FLOW_VERSION' , '0.8.3-alpha' ); +define( 'EDIT_FLOW_VERSION' , '0.8.3' ); define( 'EDIT_FLOW_ROOT' , dirname(__FILE__) ); define( 'EDIT_FLOW_FILE_PATH' , EDIT_FLOW_ROOT . '/' . basename(__FILE__) ); define( 'EDIT_FLOW_URL' , plugins_url( '/', __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 26ab4367e..ee998ea72 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: batmoo, danielbachhuber, sbressler, automattic Donate link: http://editflow.org/contribute/ Tags: edit flow, workflow, editorial, newsroom, management, journalism, post status, custom status, notifications, email, comments, editorial comments, usergroups, calendars, editorial calendar, story budget Requires at least: 4.5 -Tested up to: 4.8 -Stable tag: 0.8.2 +Tested up to: 4.9.6 +Stable tag: 0.8.3 Redefining your editorial workflow. @@ -56,6 +56,9 @@ For support questions, feedback and ideas, please use the [WordPress.org forums] == Upgrade Notice == += 0.8.3 = +Improvements and bugfixes. + = 0.8.2 = Minor enhancements and bug fixes, translation updates. @@ -103,6 +106,29 @@ New features, including story budget and editorial metadata, a completely rewrit == Changelog == += 0.8.3 (June 14, 2018) = +* UI Improvement: Made primary buttons on Settings screen consistent with WordPress UI. Props [cojennin](https://github.com/cojennin). +* UI Improvement: Display who particularly was notified about an editorial comment. Props [goodguyry](https://github.com/goodguyry), [WPprodigy](https://github.com/WPprodigy) +* Improvement: Updated Russian translation and documentation. Props [achumakov](https://github.com/achumakov). +* Improvement: Eliminate a few cases of raw SQL queries in favor of `date_query`. Props [justnorris](https://github.com/justnorris). +* Improvement: Cache calendar items for each user individually to prevent potential cache pollution. Props [justnorris](https://github.com/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](https://github.com/cklosowski). + +* Improvement: show custom post statuses in Calendar and Story Budget. Props [mikeyarce](https://github.com/mikeyarce) +* WordPress Coding Standards improvements and code cleanup by many unsung heroes (primarily [justnorris](https://github.com/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](https://github.com/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](https://github.com/justnorris). +* Bug fix: Use taxonomy when checking for term existence when trying to prevent term collision. Props [shadyvb](https://github.com/shadyvb). +* Bug fix: Correctly handle screen options update for Story Budget columns. Props [raduconst](https://github.com/raduconst) +* Bug fix: EF_Calendar::get_beginning_of_week and EF_Calendar::get_ending_of_week should respect DST now. Props [FewKinG](https://github.com/FewKinG) +* Bug fix: Build home_url() previews with trailing slash. Props [jeremyfelt](https://github.com/jeremyfelt) + = 0.8.2 (Sept 16, 2016) = * Improvement: Updated Spanish localization thanks to [moucho](https://github.com/moucho) * Improvement: New Swedish localization thanks to [Warpsmith](https://github.com/Warpsmith)