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

Use the following instructions to update Bold on your store. Based on your Bold configuration, the instructions differ slightly.

  1. Copy the contents of this repository to app/code/community/Bold/CheckoutPaymentBooster.
  2. Open your terminal and navigate to your project directory.
  3. Run cp app/code/community/Bold/CheckoutPaymentBooster/etc/modules/Bold_CheckoutPaymentBooster.xml app/etc/modules/.
  4. Run cp -r app/code/community/Bold/CheckoutPaymentBooster/design/* app/design/.
  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.