Skip to content

Commit c738cf3

Browse files
Released 1.1.0
1 parent b7770c6 commit c738cf3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CHANGE LOG
77
* Upgrade to Laravel 4.2
88

99

10-
## V1.1 (Upcoming)
10+
## V1.1 (21/04/2014)
1111

1212
* PHP 5.6 and HHVM compatibility
1313
* Composer tweaks

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Laravel HTMLMin is a simple HTML minifier for [Laravel 4.1](http://laravel.com).
3434

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

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

3939
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.
4040

@@ -91,7 +91,9 @@ This class contains no public methods of interest. This class should be added to
9191
**Further Information**
9292

9393
Feel free to check out the [API Documentation](http://grahamcampbell.github.io/Laravel-HTMLMin
94-
) for Laravel HTMLMin. You may see an example of implementation in [Laravel Navigation](https://github.com/GrahamCampbell/Laravel-Navigation) or [Bootstrap CMS](https://github.com/GrahamCampbell/Bootstrap-CMS).
94+
) for Laravel HTMLMin.
95+
96+
You may see an example of implementation in [Laravel Navigation](https://github.com/GrahamCampbell/Laravel-Navigation) or [Bootstrap CMS](https://github.com/GrahamCampbell/Bootstrap-CMS).
9597

9698

9799
## Updating Your Fork

0 commit comments

Comments
 (0)