Upgrade the Country module
Edit on GitHubThis document describes how to upgrade the Country module.
Prerequisites
Upgrade from version 3.* to version 4.0.0
In this version of the Country
module, we have enabled the configuration of currencies per store in the database. The Country
module version 4 introduces the spy_country_store
database table to persist stores-countries in Zed. You can find more details about the changes on the Country module release page.
Estimated migration time: 5 min
To upgrade to the new version of the module, follow the steps:
- Upgrade the
Country
module to the new version:
composer require spryker/country:"^4.0.0" --update-with-dependencies
- Update transfer objects:
vendor/bin/console transfer:generate
- Apply database changes:
vendor/bin/console propel:install
Thank you!
For submitting the form