Skip to content

Commit d1c1fe4

Browse files
committed
fix bug in eloquent model and update version.
1 parent 02cb96a commit d1c1fe4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

artisan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Laravel - A PHP Framework For Web Artisans
55
*
66
* @package Laravel
7-
* @version 3.2.9
7+
* @version 3.2.10
88
* @author Taylor Otwell <taylorotwell@gmail.com>
99
* @link http://laravel.com
1010
*/

laravel/documentation/changes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Contents
44

5+
- [Laravel 3.2.10](#3.2.10)
6+
- [Upgrading From 3.2.9](#upgrade-3.2.10)
57
- [Laravel 3.2.9](#3.2.9)
68
- [Upgrading From 3.2.8](#upgrade-3.2.9)
79
- [Laravel 3.2.8](#3.2.8)
@@ -43,6 +45,16 @@
4345
- [Laravel 3.1](#3.1)
4446
- [Upgrading From 3.0](#upgrade-3.1)
4547

48+
<a name="3.2.10"></a>
49+
## Laravel 3.2.10
50+
51+
- Fix bug in Eloquent model.
52+
53+
<a name="upgrade-3.2.9"></a>
54+
### Upgrading From 3.2.9
55+
56+
- Replace the **laravel** folder.
57+
4658
<a name="3.2.9"></a>
4759
## Laravel 3.2.9
4860

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Laravel - A PHP Framework For Web Artisans
44
*
55
* @package Laravel
6-
* @version 3.2.9
6+
* @version 3.2.10
77
* @author Taylor Otwell <taylorotwell@gmail.com>
88
* @link http://laravel.com
99
*/

0 commit comments

Comments
 (0)