Skip to content

Commit

Permalink
[RELEASE] v12.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 4, 2021
1 parent 13707e5 commit f8aa9c7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
'author' => 'Benjamin Kott',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '12.0.2',
'version' => '12.0.3',
];

0 comments on commit f8aa9c7

Please sign in to comment.