Initial release of Click & Pledge Drupal Commerce payment extension
Fixes the following issues: https://www.drupal.org/project/bootstrap_layout_builder/issues/3162247
Update steps Update your codebase:
composer self-update composer require drupal/bootstrap_layout_builder:^1.3 --no-update composer update
Run database updates from UI or Drush (if required - depending on the version from which you are updating):
Add an underscore to allowed database role names.
Adds Bootstrap Styles as a dependency which allow having dynamic and configurable styles' "Plugins" like background color, background media, padding, margin, any other plugins defined in the Bootstrap Styles module, or in your custom modules.
Fixes security issues: Moderately critical - Information disclosure - SA-CONTRIB-2020-032 & Moderately critical - Information disclosure - SA-CONTRIB-2020-033
The fixes introduced in the 1.1 security release contained a few minor mistakes.
Version 7.x-1.18-rc2 released as 7.x-1.18. Changes since 7.x-1.17: