Skip to content

Commit

Permalink
Increment version and change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 29, 2012
1 parent f34063c commit c785067
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion artisan
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 3.2.6
* @version 3.2.7
* @author Taylor Otwell <[email protected]>
* @link http://laravel.com
*/
Expand Down
12 changes: 12 additions & 0 deletions laravel/documentation/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Contents

- [Laravel 3.2.7](#3.2.7)
- [Upgrading From 3.2.6](#upgrade-3.2.7)
- [Laravel 3.2.6](#3.2.6)
- [Upgrading From 3.2.5](#upgrade-3.2.6)
- [Laravel 3.2.5](#3.2.5)
Expand Down Expand Up @@ -37,6 +39,16 @@
- [Laravel 3.1](#3.1)
- [Upgrading From 3.0](#upgrade-3.1)

<a name="3.2.7"></a>
## Laravel 3.2.7

- Fix bug in Eloquent `to_array` method.

<a name="upgrade-3.2.7"></a>
### Upgrading From 3.2.6

- Replace the **laravel** folder.

<a name="3.2.6"></a>
## Laravel 3.2.6

Expand Down
2 changes: 1 addition & 1 deletion paths.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 3.2.6
* @version 3.2.7
* @author Taylor Otwell <[email protected]>
* @link http://laravel.com
*/
Expand Down
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 3.2.6
* @version 3.2.7
* @author Taylor Otwell <[email protected]>
* @link http://laravel.com
*/
Expand Down

0 comments on commit c785067

Please sign in to comment.