diff --git a/README.md b/README.md index 9fcc02afc..295b57125 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Tiny Issue v2.5.1 - for Laravel 5.1+ +# Tiny Issue v2.6.0 - for Laravel 5.1+ [![SensioLabsInsight](https://insight.sensiolabs.com/projects/a6c6ecdf-13f6-4e51-a9f0-f1fffebf1fdd/mini.png)](https://insight.sensiolabs.com/projects/a6c6ecdf-13f6-4e51-a9f0-f1fffebf1fdd) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/satrun77/tinyissue/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/satrun77/tinyissue/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/satrun77/tinyissue/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/satrun77/tinyissue/?branch=master) diff --git a/app/Providers/ConfigServiceProvider.php b/app/Providers/ConfigServiceProvider.php index 8c55141dd..5c34dc411 100644 --- a/app/Providers/ConfigServiceProvider.php +++ b/app/Providers/ConfigServiceProvider.php @@ -30,8 +30,8 @@ class ConfigServiceProvider extends ServiceProvider public function register() { config([ - 'tinyissue.release_date' => '09-03-2016', - 'tinyissue.version' => '2.5.1', + 'tinyissue.release_date' => '22-04-2016', + 'tinyissue.version' => '2.6.0', 'tinyissue.uploads_dir' => env('APP_UPLOAD_DIR', 'uploads'), ]); } diff --git a/changes.md b/changes.md index 6007dd2b2..19940e448 100644 --- a/changes.md +++ b/changes.md @@ -1,5 +1,16 @@ # Tiny Issue Change Log +## Tiny Issue v2.6.0 + +- Redesign the Kanban view. +- Feature: Admin to prevent users from logging in. Make users Inactive or Blocked. +- Improved the menu items. +- Redesign all of the forms for adding or editing issues to be more consistent and user friendly. +- Tags management simplified to 3 standard "unchangeable" groups (Types, Status, & Resolution). +- Feature: added support for german translation. Thanks to @nickbe +- Stop links from leaving full screen mode on iOS devices. +- Bug fixes and other minor improvements. + ## Tiny Issue v2.5.1 - Bug fixes