Skip to content

Commit 0eef38a

Browse files
committed
Update for 4.7
1 parent 955f337 commit 0eef38a

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

config/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
]
3434

3535
# 4.next is a pre-release branch
36-
is_prerelease = False
36+
is_prerelease = True
3737

3838
# Languages available.
3939
languages = ['en', 'pt_BR', 'es', 'ja', 'fr']
4040

4141
# The GitHub branch name for this version of the docs
4242
# for edit links to point at.
43-
branch = '4.x'
43+
branch = '4.next'
4444

4545
# Add any paths that contain custom themes here, relative to this directory.
4646
html_theme_path = []

en/appendices.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ introduced in each version and the migration path between versions.
1414
appendices/4-1-migration-guide
1515
appendices/4-2-migration-guide
1616
appendices/4-3-migration-guide
17+
appendices/4-4-migration-guide
18+
appendices/4-5-migration-guide
19+
appendices/4-6-migration-guide
20+
appendices/4-7-migration-guide
1721
appendices/fixture-upgrade
1822

1923
Backwards Compatibility Shimming
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
4.7 Migration Guide
2+
###################
3+
4+
CakePHP 4.7 is an API compatible upgrade from 4.0. This page outlines the
5+
deprecations and features added in 4.7.
6+
7+
Upgrading to 4.7.0
8+
==================
9+
10+
You can can use composer to upgrade to CakePHP 4.7.0::
11+
12+
php composer.phar require --update-with-dependencies "cakephp/cakephp:^4.7"
13+
14+
.. note::
15+
CakePHP 4.7 requires PHP 7.4 or greater.
16+
17+
New Features
18+
============
19+
20+
TODO

0 commit comments

Comments
 (0)