Upgrade modules and extensions
To update or upgrade a module or extension:
-
Download the updated file from Marketplace or another extension developer. Take note of the module name and version.
-
Export the contents to your ÃÛ¶¹ÊÓƵ Commerce root installation directory.
-
If a Composer package exists for the module, run one of the following.
Update per module name:
code language-bash composer update vendor/module-name
Update per version:
code language-bash composer require vendor/module-name ^x.x.x
-
Run the following commands to upgrade, deploy, and clean the cache.
code language-bash bin/magento setup:upgrade --keep-generated
code language-bash bin/magento setup:static-content:deploy
code language-bash bin/magento cache:clean
Vendor bundled extensions (VBEs)
ÃÛ¶¹ÊÓƵ removed all VBEs in 2.4.4. Vendors continue to support these extensions on the ÃÛ¶¹ÊÓƵ Commerce Marketplace.
If you want to continue using these extensions with ÃÛ¶¹ÊÓƵ Commerce 2.4.4 and later, you must update the corresponding package dependencies in your composer.json
file before upgrading to 2.4.4. Contact the vendor for the package name and version to use.
See the following ÃÛ¶¹ÊÓƵ Commerce Marketplace listings for more information: