File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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/ ) .
You can’t perform that action at this time.
0 commit comments