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 Jun 22, 2015
1 parent b9135a1 commit 5c3dc19
Show file tree
Hide file tree
Showing 3 changed files with 8 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.1.0 - for Laravel 5)
# Tiny Issue v2.1.1 - for Laravel 5)
[![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' => '28-04-2015',
'tinyissue.version' => '2.1.0',
'tinyissue.release_date' => '22-06-2015',
'tinyissue.version' => '2.1.1',
'tinyissue.uploads_dir' => env('APP_UPLOAD_DIR', 'uploads'),
]);
}
Expand Down
6 changes: 5 additions & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Tiny Issue Change Log

## Tiny Issue v2.1.1

- Bug fixes

## Tiny Issue v2.1.0

- Feature: Export project issues to CSV or XLS file
Expand Down Expand Up @@ -102,4 +106,4 @@

- Move `app/assets/uploads` to `/uploads`
- Run the `install/update_v1-1_1.sql` in your database
- Replace the `app` folder
- Replace the `app` folder

4 comments on commit 5c3dc19

@sillydong
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I can't find way to create issues so I comment here to ask for help. In my project, I need to modify some js and css, but I don't know the less compile rule. Could you please tell me the less rule, Thanks.
I'm using intellij IDE.

@satrun77
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can learn about less from: http://lesscss.org/

@sillydong
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used filewatcher plugin in intellij to compile less file, but what rule should I follow to put resources/css/* resources/js/* to public/css/* public/js/* and what should be put to public/build ?
Thanks for your patient!

@sillydong
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should use elixir and gulpfile.js, sorry for the disturbing, thanks a lot!

Please sign in to comment.