Skip to main content

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.

  1. Copy the contents of this repository to app/code/community/Bold.
  2. Open your terminal and navigate to your project directory.
  3. Run cp app/code/community/Bold/Checkout/etc/modules/Bold_Checkout.xml app/etc/modules/.
  4. Run cp app/code/community/Bold/CheckoutIntegration/etc/modules/Bold_CheckoutIntegration.xml app/etc/modules/.
  5. Clear your Magento cache.
    1. In Magento 1 Admin, navigate to System > Cache Management.
    2. Click Flush Magento Cache.
    3. Visit any page in the storefront or the Magento 1 admin.