Skip to content

Commit af42dec

Browse files
committed
update change log and version.
1 parent affcad0 commit af42dec

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

artisan

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.1.8
6+
* @version 3.1.9
77
* @author Taylor Otwell <taylorotwell@gmail.com>
88
* @link http://laravel.com
99
*/

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.1.9](#3.1.9)
6+
- [Upgrading From 3.1.8](#upgrade-3.1.9)
57
- [Laravel 3.1.8](#3.1.8)
68
- [Upgrading From 3.1.7](#upgrade-3.1.8)
79
- [Laravel 3.1.7](#3.1.7)
@@ -21,6 +23,16 @@
2123
- [Laravel 3.1](#3.1)
2224
- [Upgrading From 3.0](#upgrade-3.1)
2325

26+
<a name="3.1.9"></a>
27+
## Laravel 3.1.9
28+
29+
- Fixes cookie session driver bug that caused infinite loop on some occasions.
30+
31+
<a name="upgrade-3.1.9"></a>
32+
## Upgrading From 3.1.8
33+
34+
- Replace the **laravel** folder.
35+
2436
<a name="3.1.8"></a>
2537
## Laravel 3.1.8
2638

paths.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.1.8
6+
* @version 3.1.9
77
* @author Taylor Otwell <taylorotwell@gmail.com>
88
* @link http://laravel.com
99
*/

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.1.8
6+
* @version 3.1.9
77
* @author Taylor Otwell <taylorotwell@gmail.com>
88
* @link http://laravel.com
99
*/

0 commit comments

Comments
 (0)