Skip to content

Commit

Permalink
Merge pull request #474 from Automattic/readme-updates-0.8.3
Browse files Browse the repository at this point in the history
Readme updates and version bump 0.8.3
  • Loading branch information
rinatkhaziev authored Jun 15, 2018
2 parents 4e5bd20 + d5368a3 commit 4724a3c
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 10 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand All @@ -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**
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
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.8.2
Version: 0.8.3
Author URI: http://editflow.org/
Copyright 2009-2016 Mohammad Jangda, Daniel Bachhuber, et al.
Expand All @@ -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__ ) );
Expand Down
30 changes: 28 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 4724a3c

Please sign in to comment.