Skip to content

Commit 4040737

Browse files
authored
Merge pull request #620 from humanmade/backport-619-to-v20-branch
[Backport v20-branch] Document file integrity recommendation
2 parents 4042ad1 + 170ab94 commit 4040737

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Updating WordPress
2+
3+
We recommend that you automate updates to your Altis project using the techniques described
4+
in [Automating Updates](./automatic-updates.md).
5+
6+
However, if you want to update to the latest WordPress security release without updating all other Altis modules, you can do so by
7+
running the following command:
8+
9+
```bash
10+
composer update altis/cms --with-dependencies
11+
```
12+
13+
This will update the `altis/cms` module to the latest version and update any dependencies that are required for that
14+
version including WordPress itself.
15+
16+
Note this will only update bug fix and security releases of WordPress. If there is a new major version of WordPress, that will be
17+
included in a later version of Altis. If you want to update to a new major version you will need to [update to the latest version of
18+
Altis](docs://guides/upgrading/).

0 commit comments

Comments
 (0)