diff --git a/README.md b/README.md index 1c3c150..68f5c34 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,13 @@ For more information see the [product backlog](https://github.com/wmde/phragile/ ### Preparation * [Install Phabricator](https://secure.phabricator.com/book/phabricator/article/installation_guide/) - - Phragile >=2.0.0 requires Phabricator release from 2016 Week 8 or newer + + Phragile >= 3.0.0 requires Phabricator release 2016 Week 15 or newer. * [Activate Phabricator OAuth](https://github.com/wmde/phragile/wiki/Activating-Phabricator-OAuth) * Add a custom field for story points to http://yourphabricator/config/edit/maniphest.custom-field-definitions/ e.g.: ```{ "yourcompany:story_points": { "name": "Story Points", "type": "int" } }``` - + **OR** [Install the sprint extension](https://github.com/wikimedia/phabricator-extensions-Sprint) ### Installation diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 46cb7a8..1655e4b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,11 @@ # Phragile release notes +## Version 3.0.0 (2016-05-24) +* Added support for Phabricator release 2016 Week 15 or newer +* Task and transaction data for snapshots is now stored in Phragile's own format which will make future upgrades easier +* Provided a migration script for snapshots +* Fixed a bug with priority filtering + ## Version 2.0.0 (2016-03-29) * Phragile requires Phabricator >=2016 Week 8 * Support Phabricator Projects v3 @@ -12,7 +18,7 @@ * Possibility to delete a sprint * Setting for making story points optional * Page to create sprints that exist on Phabricator but not on Phragile -* Possibility to export snapshot data +* Possibility to export snapshot data * Project statistics page * Direct links to burnup or burndown charts * Support for large projects @@ -26,7 +32,7 @@ * create new sprint projects directly from Phragile * display sprint backlog with priority, storypoints, assignee and status * sort and filter tasks by priority, storypoints, assignee and status -* display closed points per day +* display closed points per day * generate burndown chart * display ideal sprint progress in burndown chart * display burnup chart with scope line diff --git a/UPGRADE.md b/UPGRADE.md index abe62c4..4c83f60 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -27,7 +27,7 @@ To support newer versions of Phabricator, Phragile uses manifest.search instead ## From 1.0 release to 1.1 -Phragile 1.1. starts using Conduit API Tokens instead of the deprecated Conduit API Certificate. +Phragile 1.1. starts using Conduit API Tokens instead of the deprecated Conduit API Certificate. * The setting for the Phragile bot user needs to be updated in the `.env` file. Use `PHRAGILE_BOT_API_TOKEN=` instead of `PHRAGILE_BOT_CERTIFICATE=` * When running browser tests corresponding changes have to be done in the `behat_custom.yml` file. Use `conduit_api_token:` instead of `conduit_certificate:`