Skip to content

Commit e3a3a8f

Browse files
Released 1.0.0
1 parent f47bbd1 commit e3a3a8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ CHANGE LOG
22
==========
33

44

5+
## V1.0 (12/02/2014)
6+
7+
* Bumped to stable
8+
9+
510
## V1.0 RC 2 (10/02/2014)
611

712
* Fix live minification redirect issue

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Laravel HTMLMin is a simple HTML minifier for [Laravel 4.1](http://laravel.com).
3535

3636
Please check the system requirements before installing Laravel HTMLMin.
3737

38-
To get the latest version of Laravel HTMLMin, simply require `"graham-campbell/htmlmin": "1.0.*@RC"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
38+
To get the latest version of Laravel HTMLMin, simply require `"graham-campbell/htmlmin": "1.0.*"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
3939

4040
Once Laravel HTMLMin is installed, you need to register the service provider. Open up `app/config/app.php` and add the following to the `providers` key.
4141

0 commit comments

Comments
 (0)