Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 847fba4

Browse files
committed
minor #25473 [HttpFoundation] sync upgrade and changelog files (xabbuh)
This PR was merged into the 4.1-dev branch. Discussion ---------- [HttpFoundation] sync upgrade and changelog files | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- e54109b sync upgrade and changelog files
2 parents a19afcd + e54109b commit 847fba4

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

UPGRADE-4.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
UPGRADE FROM 4.0 to 4.1
22
=======================
33

4+
HttpFoundation
5+
--------------
6+
7+
* Passing the file size to the constructor of the `UploadedFile` class is deprecated and won't be
8+
supported anymore in 5.0.
9+
10+
* The `getClientSize()` method of the `UploadedFile` class is deprecated. Use `getSize()` instead.
11+
412
Security
513
--------
614

UPGRADE-5.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
UPGRADE FROM 4.x to 5.0
22
=======================
33

4+
HttpFoundation
5+
--------------
6+
7+
* The `$size` argument of the `UploadedFile` constructor has been removed.
8+
9+
* The `getClientSize()` method of the `UploadedFile` class has been removed.
10+
411
Security
512
--------
613

src/Symfony/Component/HttpFoundation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
4.1.0
5+
-----
6+
7+
* Passing the file size to the constructor of the `UploadedFile` class is deprecated and won't be
8+
supported anymore in 5.0.
9+
10+
* The `getClientSize()` method of the `UploadedFile` class is deprecated. Use `getSize()` instead.
11+
412
4.0.0
513
-----
614

0 commit comments

Comments
 (0)