Upgrade the ContentBannerGui module
Edit on GitHubUpgrading from version 1.* to version 2.*
Version 2.0.0 of the ContentBannerGui
module introduces the Content Items functionality that allows creating and managing content and later selecting where it should be inserted.
With the ContentBannerGui
version 2.0, we have made the following changes:
- Changed twig expression template.
- Changed the parameter ID to KEY.
- Changed the issue with saving relative URL for click and image URLs.
You can find more details about the changes on the ContentBannerGui module release notes page.
Estimated migration time: 30 minutes
To upgrade to the new version of the module, do the following:
- Upgrade the
Content
Module to version 2.0.0. Follow the steps described in Upgrade the Content module. - Upgrade the
ContentBanner
to version 2.0.0. Follow the steps described in Upgrade the ContentBanner module. - Upgrade the
ContentBannerGui
module to version 2.0.0:
composer require spryker/content-banner-gui:"^2.0.0" --update-with-dependencies
- Run the following command to re-generate transfer objects:
console transfer:generate
- Run the following command to re-generate Zed translations:
console translator:generate-cache
Thank you!
For submitting the form