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
Fixed `a bug <https://github.com/codeigniter4/CodeIgniter4/issues/2913>`_ on CSRF protection.
11
-
Now CSRF protection works on PUT/PATCH/DELETE requests when CSRF filter is applied.
12
-
If you use such requests, you need to send CSRF token.
12
+
BREAKING
13
+
========
13
14
14
-
Enhancements:
15
+
- Fixed `a bug <https://github.com/codeigniter4/CodeIgniter4/issues/2913>`_ on CSRF protection. Now CSRF protection works on PUT/PATCH/DELETE requests when CSRF filter is applied. If you use such requests, you need to send CSRF token.
16
+
17
+
Enhancements
18
+
============
15
19
16
20
- Added Cache config for reserved characters
17
21
- The ``addForeignKey`` function of the ``Forge`` class can now define composite foreign keys in an array
18
22
- The ``dropKey`` function of the ``Forge`` class can remove key
19
23
20
-
Changes:
24
+
Changes
25
+
=======
21
26
22
27
- Always escape identifiers in the ``set``, ``setUpdateBatch``, and ``insertBatch`` functions in ``BaseBuilder``.
23
28
24
-
Deprecations:
29
+
Deprecations
30
+
============
25
31
26
32
- Deprecated ``CodeIgniter\\Cache\\Handlers\\BaseHandler::RESERVED_CHARACTERS`` in favor of the new config property
0 commit comments