From 2c29e49f42bb88f0acce06682b57eda3bc752236 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 28 Nov 2011 23:13:15 -0600 Subject: [PATCH] incremented version and updated changelog. --- changelog.md | 8 ++++++++ public/index.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bd9f6138..e0531b1c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Laravel Change Log +## Version 2.0.3 + +- The application URL is now auto-detected. + +### Upgrading from 2.0.2 + +- Replace **laravel** directory. + ## Version 2.0.2 - Fixed bug in validator class that prevented required file uploads from being validated correctly. diff --git a/public/index.php b/public/index.php index 2a790c97..3aad7911 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ * Laravel - A PHP Framework For Web Artisans * * @package Laravel - * @version 2.0.2 + * @version 2.0.3 * @author Taylor Otwell * @link http://laravel.com */