Upgrade Bold
Upgrade Bold Booster for PayPal modules to keep your store up to date with the latest functionality.
Versioning and support
Bold uses a semantic versioning model:
- 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 Adobe Commerce, Magento 1, OpenCart, and Gravity Forms modules. Refer to the API Versioning page for information about how Bold versions APIs.
Release notes
You can find release notes for Bold Booster for PayPal on Adobe Commerce modules on GitHub.
Upgrade your modules
Use the following instructions to update Bold on your store, depending on which platform you use.
- Adobe Commerce
- Magento 1
- Open your terminal and navigate to your project directory.
- Run the following Composer command to update to the latest version of Bold Platform and Bold Checkout.
composer require bold-commerce/module-checkout-payment-booster
- Copy the contents of this repository to
app/code/community/Bold/CheckoutPaymentBooster
. - Open your terminal and navigate to your project directory.
- Run
cp app/code/community/Bold/CheckoutPaymentBooster/etc/modules/Bold_CheckoutPaymentBooster.xml app/etc/modules/
. - Run
cp -r app/code/community/Bold/CheckoutPaymentBooster/design/* app/design/
. - 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.