Software Updates

If CB was installed using composer

CB updates as package along with composer updates to the Magento site. If you like to update only CB, use this command:

composer update rovexo/configbox-magento2 --with-all-dependencies

Then run the following commands to upgrade, deploy, and clean the cache.

bin/magento setup:upgrade --keep-generated bin/magento setup:static-content:deploy bin/magento cache:clean

Magento may give additional instructions on commands to run. Kindly follow the instructions as needed.

Mind Breaking Changes

We minimize breaking changes within a major release (3.x, 4.x, ..), in case there are Breaking Changes, we document them on the Breaking Changes Page, grouped by platform and release number.

See which CB version is available

Use this composer command:

composer show -a rovexo/configbox-magento2 | grep versions

You’ll see an output similar to this, it lists all versions, the first numbered release being the latest:

See which version of ConfigBox is installed

Use this composer command:

You’ll see an output similar to this:

 

If CB was installed using the Magento Web Wizard (Marketplace Installations)

Make sure that the Magento website is in developer mode and then head to System > Web Setup Wizard.

 

Choose the Component Manager and then hit “Sign In” (if not done prior) using the Access Keys created for your Marketplace account (in step 2 above).

See if there are Updates pending and follow the steps of the installation wizard.

Mind Breaking Changes

We minimize breaking changes within a major release (3.x, 4.x, ..), in case there are Breaking Changes, we document them on the Breaking Changes Page, grouped by platform and release number.

Kindly check the version shown in the component manager and the latest available version and check in the Breaking Changes Page if amends are needed.