How to Update
Regularly update to keep your theme stable and secure.
Check for updates
The composer outdated
command will check the registry to see if your local installation of the package is outdated:
composer outdated open-function-computers-llc/better-wordpress
Update packages
The composer update
command can update either all of your packages or just better-wordpress
:
# All Packages
composer update
# Just better-wordpress
composer update open-function-computers-llc/better-wordpress