Upgrade the ContentBannerGui module

Edit on GitHub

Upgrading 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:

  1. Upgrade the Content Module to version 2.0.0. Follow the steps described in Migration Guide - Content.
  2. Upgrade the ContentBanner to version 2.0.0. Follow the steps described in Migration Guide - ContentBanner.
  3. Upgrade the ContentBannerGui module to version 2.0.0:
composer require spryker/content-banner-gui:"^2.0.0" --update-with-dependencies
  1. Run the following command to re-generate transfer objects:
console transfer:generate
  1. Run the following command to re-generate Zed translations:
console translator:generate-cache