From f8aa9c7d359863b0f3a0966f84f6c44d4ee6a9dd Mon Sep 17 00:00:00 2001 From: Benjamin Kott Date: Mon, 4 Oct 2021 15:42:37 +0200 Subject: [PATCH] [RELEASE] v12.0.3 --- Build/package.json | 2 +- CHANGELOG.md | 19 ++++++++++++++++++- Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/Build/package.json b/Build/package.json index 1261d732e..fde72ecb9 100644 --- a/Build/package.json +++ b/Build/package.json @@ -5,7 +5,7 @@ "readme": "../README.rst", "homepage": "http://www.bk2k.info", "author": "Benjamin Kott", - "version": "12.0.2", + "version": "12.0.3", "license": "MIT", "devDependencies": { "@popperjs/core": "^2.10.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index c896d0b69..e6b0cb324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 12.0.3 + +## TASK + +- [TASK] Migrate form definition (#1095) 13707e54 + +## BUGFIX + +- [BUGFIX] BrandingService conditions (#1094) 41718f62 +- [BUGFIX] Remove pollution of global scss variables add3aeac +- [BUGFIX] Ensure accordion elements collapse as intended with bootstrap 5 c2ea116b +- [BUGFIX] Avoid overrides of global scss variables within card-panel comonent 05ef945f +- [BUGFIX] Fix breadcrumb when "breadcrumbExtendedValue" is used 576014e7 + # 12.0.2 ## TASK @@ -37,6 +51,10 @@ # 12.0.0 +## SECURITY + +- [SECURITY] Ensure content element subheader is HTML encoded de3a568f + ## BREAKING - [!!!][TASK] Add support for Bootstrap v5 (#1016) 8c63fd58 @@ -258,7 +276,6 @@ - [DOCS] Fix some typos (#1001) 3c501e44 - [DOCS] Fix bullet lists (#1000) bd79929d - [DOCS] Fix typo (#998) bc68d846 -- [SECURITY] Ensure content element subheader is HTML encoded de3a568f - [DOCS] Add render-docs helpers (#901) 6d0a6581 - [DOCS] Fix code blocks (#825) 4bca8502 - [DOCS] Add documentation hints to README (#802) 279c9761 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 1a9b74fb9..ea23f29c0 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ # coding: utf-8 [general] project = Bootstrap Package -version = 12.0.2 -release = 12.0.2 +version = 12.0.3 +release = 12.0.3 copyright = since 2014 by Benjamin Kott [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index d61439fee..5d3922bf3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -37,5 +37,5 @@ 'author' => 'Benjamin Kott', 'author_email' => 'info@bk2k.info', 'author_company' => 'private', - 'version' => '12.0.2', + 'version' => '12.0.3', ];