Skip to content

Commit fe12671

Browse files
committed
docs: make function names linkable
1 parent 123a2b3 commit fe12671

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/changelogs/v4.0.5.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Release Date: January 31, 2021
1212
Enhancements
1313
------------
1414

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.
1616
- 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.
1818
- 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.
1919
- 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``.
2020
- 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

Comments
 (0)