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 Feb 18, 2016
1 parent f2a1944 commit 1f3d4ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
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.4.0 - for Laravel 5.1+
# Tiny Issue v2.5.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
6 changes: 3 additions & 3 deletions app/Providers/ConfigServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class ConfigServiceProvider extends ServiceProvider
public function register()
{
config([
'tinyissue.release_date' => '12-01-2016',
'tinyissue.version' => '2.4.0',
'tinyissue.uploads_dir' => env('APP_UPLOAD_DIR', 'uploads'),
'tinyissue.release_date' => '18-02-2016',
'tinyissue.version' => '2.5.0',
'tinyissue.uploads_dir' => env('APP_UPLOAD_DIR', 'uploads'),
]);
}
}
5 changes: 5 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Tiny Issue Change Log

## Tiny Issue v2.5.0

- Feature: project Kanban board
- Feature: configurable date format

## Tiny Issue v2.4.0

- Compatible with PHP 5.5, PHP 5.6, & PHP 7
Expand Down

0 comments on commit 1f3d4ec

Please sign in to comment.