Last updated
Was this helpful?
Last updated
Was this helpful?
Step 1: Test the new version locally
Step 2: Set the version you tested in bin/init.sh.
This version will be used on server deploys.
Other developers will automatically get the version when running.
Step 3: Install the Wordpress version you specified.
Step 2:
Set version for local development in ./docker-compose-local.yml
.
Set version for AWS server hosting in ./docker-compose.yml
.
Naviga Web packages and StarterKit are continuously updated with PHP versions.
Step 1: Update to latest package versions based on constraints in ./composer.json
.
Step 2: Test and verify the new package versions.
Step 3: Commit composer.lock
to save versions into your project.
Step 1: Check what is old and could be updated.
Step 2: Update the packages you want manually.
Step 3: Commit package.json
and package-lock.json
to save versions into your project.
Step 1: Find latest patch version for .
For security and functionality reasons you should keep your project updated with latest version. Naviga maintain the version in StarterKit. Here's what you need to maintain in your project.