You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.0.5.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Release Date: January 31, 2021
12
12
Enhancements
13
13
------------
14
14
15
-
- New URL helper function ``url_to()`` which creates absolute URLs based on controllers.
15
+
- New URL helper function :php:func:`url_to()` which creates absolute URLs based on controllers.
16
16
- New Model option: ``$useAutoIncrement`` which when set to ``false`` allows you to provide your own primary key for each record in the table. Handy when we want to implement 1:1 relation or use UUIDs for our model.
17
-
- New URL helper function ``url_is()`` which allows you to check the current URL to see if matches the given string.
17
+
- New URL helper function :php:func:`url_is()` which allows you to check the current URL to see if matches the given string.
18
18
- Services now have their config parameters strictly typehinted. This will ensure no one will pass a different config instance. If you need to pass a new config with additional properties, you need to extend that particular config.
19
19
- Support for setting SameSite attribute on Session and CSRF cookies has been added. For security and compatibility with latest browser versions, the default setting is ``Lax``.
20
20
- Guessing file extensions from mime type in ``Config\Mimes::guessExtensionFromType`` now only reverse searches the ``$mimes`` array if no extension is proposed (i.e., usually not for uploaded files).
0 commit comments