From f1e2ff419b34888215225af5e1607bec69965309 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 3 Sep 2011 09:13:17 -0500 Subject: [PATCH 1/2] updated change log. --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index e83c857c..496ee9c1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Laravel Change Log +## Version 1.5.7 + +- Fixed bug that prevented view composers from being called for module named views. + +### Upgrading from 1.5.6 + +- Replace **system** directory. + ## Version 1.5.6 - Fix bug that caused exceptions to not be shown when attempting to render a view that doesn't exist. From fdc1c3467626d0c7d6a40482bb3378ecf0c81406 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 3 Sep 2011 09:13:31 -0500 Subject: [PATCH 2/2] incremented version. --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index c633bf95..388a3fae 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ * Laravel - A clean and classy framework for PHP web development. * * @package Laravel - * @version 1.5.6 + * @version 1.5.7 * @author Taylor Otwell * @link http://laravel.com */