From 4ac8f8bbce7edf9254a304302b4b1efb7abdf8dc Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 21 Apr 2014 10:47:03 +0100 Subject: [PATCH] Released 1.1.0 --- CHANGELOG.md | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50bb008..9a6418c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 6b1b7d8..e0bd743 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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