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: docs/en/appendices/5-4-migration-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,6 @@ version is reported as `unknown`), the header is omitted.
71
71
- A backwards compatible Container implementation has been added to the core. You can opt-in to use it instead of the current
72
72
`league/container` implementation by setting `App.container` to `cake` inside your `config/app.php`.
73
73
See [Dependency Injection Container](../development/dependency-injection) for more details.
74
-
-`Text::mask()` was added to mask a portion of a string with a repeated character. See [Text Masking](../core-libraries/text.md#text-masking) for more details.
75
74
76
75
### Commands
77
76
@@ -135,6 +134,7 @@ version is reported as `unknown`), the header is omitted.
135
134
path manipulation. See [Filesystem Utilities](../core-libraries/filesystem.md).
136
135
-`Security::encrypt()` can now be configured to use longer keys with separate encryption and authentication keys that are derived from the provided key.
137
136
You can set `Security.encryptWithRawKey` to enable this behavior. See [here](https://github.com/cakephp/cakephp/pull/19325) for more details.
137
+
- Added `Text::mask()` method which masks a portion of a string with a repeated character. See [Text Masking](../core-libraries/text.md#text-masking) for more details.
0 commit comments