Skip to content

Commit

Permalink
Misc: increment version & update changes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
satrun77 committed May 9, 2016
1 parent 6e71a97 commit 858be20
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Tiny Issue Change Log

## Tiny Issue v2.7.0

- Date format settings to dropdown field with predefined options.
- Feature: split issue activities into 2 tabs for comments and other activities logs.
- Feature: allow tag sorting for project Kanban columns.
- Feature: Limit tags displayed and issues within the tags by user role.
- Simplified the tag labels by removing the group prefix.
- Bug fixes and other improvements.

## Tiny Issue v2.6.0

- Redesign the Kanban view.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tiny Issue v2.6.0 - for Laravel 5.1+
# Tiny Issue v2.7.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)
Expand Down
4 changes: 2 additions & 2 deletions app/Providers/ConfigServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class ConfigServiceProvider extends ServiceProvider
public function register()
{
config([
'tinyissue.release_date' => '22-04-2016',
'tinyissue.version' => '2.6.0',
'tinyissue.release_date' => '09-05-2016',
'tinyissue.version' => '2.7.0',
'tinyissue.uploads_dir' => env('APP_UPLOAD_DIR', 'uploads'),
]);
}
Expand Down

0 comments on commit 858be20

Please sign in to comment.