Skip to content

Commit 359ee49

Browse files
committed
Added ## Laravel 3.2.5, and changed 'Upgrading From ...' to <h3>
Signed-off-by:Hirohisa Kawase <hiro.soft@gmail.com>
1 parent 7298c93 commit 359ee49

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

laravel/documentation/changes.md

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@
3636
- [Upgrading From 3.0](#upgrade-3.1)
3737

3838
<a name="3.2.5"></a>
39+
## Laravel 3.2.5
3940

4041
- Revert nested where code back to 3.2.3 tag.
4142

4243
<a name="upgrade-3.2.5"></a>
43-
## Upgrading From 3.2.4
44+
### Upgrading From 3.2.4
4445

4546
- Replace the **laravel** folder.
4647

@@ -52,7 +53,7 @@
5253
- Various bug fixes and improvements.
5354

5455
<a name="upgrade-3.2.3"></a>
55-
## Upgrading From 3.2.3
56+
### Upgrading From 3.2.3
5657

5758
- Replace the **laravel** folder.
5859

@@ -63,7 +64,7 @@
6364
- Added `laravel.resolving` event for all IoC resolutions.
6465

6566
<a name="upgrade-3.2.3"></a>
66-
## Upgrading From 3.2.2
67+
### Upgrading From 3.2.2
6768

6869
- Replace the **laravel** folder.
6970

@@ -79,7 +80,7 @@
7980
- Added `password` option to Auth configuration.
8081

8182
<a name="upgrade-3.2.2"></a>
82-
## Upgrading From 3.2.1
83+
### Upgrading From 3.2.1
8384

8485
- Replace the **laravel** folder.
8586

@@ -94,7 +95,7 @@
9495
- Added `format` method to message container.
9596

9697
<a name="upgrade-3.2.1"></a>
97-
## Upgrading From 3.2
98+
### Upgrading From 3.2
9899

99100
- Replace the **laravel** folder.
100101

@@ -151,7 +152,7 @@
151152
- Added `array_except` and `array_only` helpers, similar to `Input::except` and `Input::only` but for arbitrary arrays.
152153

153154
<a name="upgrade-3.2"></a>
154-
## Upgrading From 3.1
155+
### Upgrading From 3.1
155156

156157
- Add new `asset_url` and `profiler` options to application configuration.
157158
- Replace **auth** configuration file.
@@ -176,7 +177,7 @@ Add the following code above `Blade::sharpen()` in `application/start.php`..
176177
- Fixes cookie session driver bug that caused infinite loop on some occasions.
177178

178179
<a name="upgrade-3.1.9"></a>
179-
## Upgrading From 3.1.8
180+
### Upgrading From 3.1.8
180181

181182
- Replace the **laravel** folder.
182183

@@ -186,7 +187,7 @@ Add the following code above `Blade::sharpen()` in `application/start.php`..
186187
- Fixes possible WSOD when using Blade's @include expression.
187188

188189
<a name="upgrade-3.1.8"></a>
189-
## Upgrading From 3.1.7
190+
### Upgrading From 3.1.7
190191

191192
- Replace the **laravel** folder.
192193

@@ -198,7 +199,7 @@ Add the following code above `Blade::sharpen()` in `application/start.php`..
198199
- Classify migration names.
199200

200201
<a name="upgrade-3.1.7"></a>
201-
## Upgrading From 3.1.6
202+
### Upgrading From 3.1.6
202203

203204
- Replace the **laravel** folder.
204205

@@ -208,7 +209,7 @@ Add the following code above `Blade::sharpen()` in `application/start.php`..
208209
- Fixes many-to-many eager loading in Eloquent.
209210

210211
<a name="upgrade-3.1.6"></a>
211-
## Upgrading From 3.1.5
212+
### Upgrading From 3.1.5
212213

213214
- Replace the **laravel** folder.
214215

@@ -218,7 +219,7 @@ Add the following code above `Blade::sharpen()` in `application/start.php`..
218219
- Fixes bug that could allow secure cookies to be sent over HTTP.
219220

220221
<a name="upgrade-3.1.5"></a>
221-
## Upgrading From 3.1.4
222+
### Upgrading From 3.1.4
222223

223224
- Replace the **laravel** folder.
224225

@@ -229,7 +230,7 @@ Add the following code above `Blade::sharpen()` in `application/start.php`..
229230
- Fixes SQL "where in" (...) short-cut bug.
230231

231232
<a name="upgrade-3.1.4"></a>
232-
## Upgrading From 3.1.3
233+
### Upgrading From 3.1.3
233234

234235
- Replace the **laravel** folder.
235236

@@ -239,7 +240,7 @@ Add the following code above `Blade::sharpen()` in `application/start.php`..
239240
- Fixes **delete** method in Eloquent models.
240241

241242
<a name="upgrade-3.1.3"></a>
242-
## Upgrade From 3.1.2
243+
### Upgrade From 3.1.2
243244

244245
- Replace the **laravel** folder.
245246

@@ -249,7 +250,7 @@ Add the following code above `Blade::sharpen()` in `application/start.php`..
249250
- Fixes Eloquent query method constructor conflict.
250251

251252
<a name="upgrade-3.1.2"></a>
252-
## Upgrade From 3.1.1
253+
### Upgrade From 3.1.1
253254

254255
- Replace the **laravel** folder.
255256

@@ -259,7 +260,7 @@ Add the following code above `Blade::sharpen()` in `application/start.php`..
259260
- Fixes Eloquent model hydration bug involving custom setters.
260261

261262
<a name="upgrade-3.1.1"></a>
262-
## Upgrading From 3.1
263+
### Upgrading From 3.1
263264

264265
- Replace the **laravel** folder.
265266

@@ -297,48 +298,48 @@ Add the following code above `Blade::sharpen()` in `application/start.php`..
297298
- Added "before" and "after" validation checks for dates.
298299

299300
<a name="upgrade-3.1"></a>
300-
## Upgrading From 3.0
301+
### Upgrading From 3.0
301302

302-
### Replace your **application/start.php** file.
303+
#### Replace your **application/start.php** file.
303304

304305
The default **start.php** file has been expanded in order to give you more flexibility over the loading of your language, configuration, and view files. To upgrade your file, copy your current file and paste it at the bottom of a copy of the new Laravel 3.1 start file. Next, scroll up in the **start** file until you see the default Autoloader registrations (line 61 and line 76). Delete both of these sections since you just pasted your previous auto-loader registrations at the bottom of the file.
305306

306-
### Remove the **display** option from your **errors** configuration file.
307+
#### Remove the **display** option from your **errors** configuration file.
307308

308309
This option is now set at the beginning of your **application/start** file.
309310

310-
### Call the parent controller's constructor from your controller.
311+
#### Call the parent controller's constructor from your controller.
311312

312313
Simply add a **parent::__construct();** to to any of your controllers that have a constructor.
313314

314-
### Prefix Laravel migration created indexes with their table name.
315+
#### Prefix Laravel migration created indexes with their table name.
315316

316317
If you have created indexes on tables using the Laravel migration system and you used to the default index naming scheme provided by Laravel, prefix the index names with their table name on your database. So, if the current index name is "id_unique" on the "users" table, make the index name "users_id_unique".
317318

318-
### Add alias for Eloquent in your application configuration.
319+
#### Add alias for Eloquent in your application configuration.
319320

320321
Add the following to the **aliases** array in your **application/config/application.php** file:
321322

322323
'Eloquent' => 'Laravel\\Database\\Eloquent\\Model',
323324
'Blade' => 'Laravel\\Blade',
324325

325-
### Update Eloquent many-to-many tables.
326+
#### Update Eloquent many-to-many tables.
326327

327328
Eloquent now maintains **created_at** and **updated_at** column on many-to-many intermediate tables by default. Simply add these columns to your tables. Also, many-to-many tables are now the singular model names concatenated with an underscore. For example, if the relationship is between User and Role, the intermediate table name should be **role_user**.
328329

329-
### Remove Eloquent bundle.
330+
#### Remove Eloquent bundle.
330331

331332
If you are using the Eloquent bundle with your installation, you can remove it from your bundles directory and your **application/bundles.php** file. Eloquent version 2 is included in the core in Laravel 3.1. Your models can also now extend simply **Eloquent** instead of **Eloquent\Model**.
332333

333-
### Update your **config/strings.php** file.
334+
#### Update your **config/strings.php** file.
334335

335336
English pluralization and singularization is now automatic. Just completely replace your **application/config/strings.php** file.
336337

337-
### Add the **fetch** option to your database configuration file.
338+
#### Add the **fetch** option to your database configuration file.
338339

339340
A new **fetch** option allows you to specify in which format you receive your database results. Just copy and paste the option from the new **application/config/database.php** file.
340341

341-
### Add **database** option to your Redis configuration.
342+
#### Add **database** option to your Redis configuration.
342343

343344
If you are using Redis, add the "database" option to your Redis connection configurations. The "database" value can be zero by default.
344345

0 commit comments

Comments
 (0)