Upgrade Bold
This guide includes information about the module versioning strategy and instructions on how to upgrade your Bold modules on a Magento 1 store.
Versioning and support
Bold uses a semantic versioning model for Magento 1 modules:
- Bold supports each major and minor release for a minimum of three months from the release date of that module.
- The official end-of-support date for each version is announced when the following version is released. You will receive an email if support for your current version will be ended.
- Bold strongly recommends using the latest version of each module. Refer to the Release notes section.
note
This strategy applies only to Magento 1 modules. Refer to the API Versioning page for information about how Bold versions APIs.
Release notes
You can find release notes for Bold's Magento 1 modules on GitHub:
Upgrade your modules
Update Bold on your store.
- Copy the contents of this repository to
app/code/community/Bold
. - Open your terminal and navigate to your project directory.
- Run
cp app/code/community/Bold/Checkout/etc/modules/Bold_Checkout.xml app/etc/modules/
. - Run
cp app/code/community/Bold/CheckoutIntegration/etc/modules/Bold_CheckoutIntegration.xml app/etc/modules/
. - Clear your Magento cache.
- In Magento 1 Admin, navigate to System > Cache Management.
- Click Flush Magento Cache.
- Visit any page in the storefront or the Magento 1 admin.