File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ 4.2 Migration Guide
2+ ###################
3+
4+ CakePHP 4.2 is an API compatible upgrade from 4.0. This page outlines the
5+ deprecations and features added in 4.2.
6+
7+
8+ Deprecations
9+ ============
10+
11+ 4.2 introduces a few deprecations. All of these features will continue for the
12+ duration of 4.x but will be removed in 5.0. You can use the
13+ :ref: `upgrade tool <upgrade-tool-use >` to automate updating usage of deprecated
14+ features::
15+
16+ bin/cake upgrade rector --rules cakephp42 <path/to/app/src>
17+
18+ Behavior Changes
19+ ================
20+
21+ While the following changes do not change the signature of any methods they do
22+ change the semantics or behavior of methods.
23+
24+ New Features
25+ ============
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ Migration Guides
22################
33
44Migration guides contain information regarding the new features introduced in
5- each version and the migration path between 3.x and 4.x.
5+ each version and the migration path between 3.x and 4.x.
66
77* :doc: `./4-0-upgrade-guide `
88* :doc: `./4-0-migration-guide `
99* :doc: `./4-1-migration-guide `
10+ * :doc: `./4-2-migration-guide `
You can’t perform that action at this time.
0 commit comments