Skip to content

Commit

Permalink
[RELEASE] v12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEV-Local User committed Sep 17, 2021
1 parent 151f487 commit dfca4ad
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
Empty file modified .ddev/commands/web/build
100644 → 100755
Empty file.
Empty file modified .ddev/commands/web/npm
100644 → 100755
Empty file.
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-dev",
"version": "12.0.2",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.10.1",
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 12.0.2

## TASK

- [TASK] Update frontend dependencies 151f4877
- [TASK] Update scssphp to v1.7.0 168b6c90
- [TASK] Update Bug Report template (#1069) 95ba43c4
- [TASK] Provide frontend build custom commands (#1068) 6c56d7ba
- [TASK] Exclude submenues from indexing (#1061) 1c4b80a2
- [TASK] correct Photoswipe opening animation (#941) 3a6f50cd

## BUGFIX

- [BUGFIX] Add automatic contrast calculations again for backgrounds - fixes #1057 e56f5ec4
- [BUGFIX] Hide header for container elements - fixes #1079 98faa9ad
- [BUGFIX] Ensure spacing for frames is applied when set to none 48ec125d
- [BUGFIX] Missing theme colors (#1067) 85867a1b
- [BUGFIX] Array access warnings in PHP 8 (#1063) 1511a449
- [BUGFIX] CGL in CI workflow (#1064) 7dafab16
- [BUGFIX] Docs rendering (#1062) 2122e791
- [BUGFIX] Mark menu items correctly as closed - fixes #1052 9bc37078
- [BUGFIX] Include correct popper.js version for bootstrap 5 f9fccd09
- [BUGFIX] Wrong table classes and add missing ones (#927) faaa75c7
- [BUGFIX] Preserve custom layout values (#1055) 63667857
- [BUGFIX] Add Bootstrap v5 options to Fullscreen and Small carousel (#1053) 10b2eced
- [BUGFIX] Remove deprecated softref `images` (#1046) 07bdd774
- [BUGFIX] Make embedded layouts more strict and reset backgrounds properly 42395176

# 12.0.1

## BUGFIX
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-dev
release = 12.0.2-dev
version = 12.0.2
release = 12.0.2
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' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '12.0.2-dev',
'version' => '12.0.2',
];

0 comments on commit dfca4ad

Please sign in to comment.