diff --git a/changelog.md b/changelog.md index ba2f6df7..d75eeacc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,16 +1,9 @@ # Laravel Change Log -## Version 2.1.0 - -- Fix: Authentication cookies are not deleted properly when custom domains or paths are used. - -### Upgrading from 2.0.9 - -- Replace **laravel** directory. - ## Version 2.0.9 - Minor: Made "timestamps" method in Eloquent model protected instead of private. +- Fix: Authentication cookies are not deleted properly when custom domains or paths are used. ### Upgrading from 2.0.8 diff --git a/public/index.php b/public/index.php index 9b12abc2..8f8f4a04 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ * Laravel - A PHP Framework For Web Artisans * * @package Laravel - * @version 2.1.0 + * @version 2.0.9 * @author Taylor Otwell * @link http://laravel.com */