Skip to content

Commit

Permalink
Released 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 21, 2014
1 parent 49d0c7b commit 4ac8f8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CHANGE LOG
* Upgrade to Laravel 4.2


## V1.1 (Upcoming)
## V1.1 (21/04/2014)

* PHP 5.6 and HHVM compatibility
* Composer tweaks
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Laravel Markdown is a simple [PHP Markdown Next](https://github.com/nazar-pc/php

Please check the system requirements before installing Laravel Markdown.

To get the latest version of Laravel Markdown, simply require `"graham-campbell/markdown": "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.
To get the latest version of Laravel Markdown, simply require `"graham-campbell/markdown": "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.

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

Expand Down Expand Up @@ -69,7 +69,9 @@ This class contains no public methods of interest. This class should be added to
**Further Information**

Feel free to check out the [API Documentation](http://grahamcampbell.github.io/Laravel-Markdown
) for Laravel Markdown. You may see an example of implementation in [Bootstrap CMS](https://github.com/GrahamCampbell/Bootstrap-CMS).
) for Laravel Markdown.

You may see an example of implementation in [Bootstrap CMS](https://github.com/GrahamCampbell/Bootstrap-CMS).


## Updating Your Fork
Expand Down

0 comments on commit 4ac8f8b

Please sign in to comment.