diff --git a/.ddev/commands/web/build b/.ddev/commands/web/build old mode 100644 new mode 100755 diff --git a/.ddev/commands/web/npm b/.ddev/commands/web/npm old mode 100644 new mode 100755 diff --git a/Build/package.json b/Build/package.json index 491b676b0..1261d732e 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-dev", + "version": "12.0.2", "license": "MIT", "devDependencies": { "@popperjs/core": "^2.10.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1552c157b..c896d0b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 744bf71af..1a9b74fb9 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -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] diff --git a/ext_emconf.php b/ext_emconf.php index 54b951046..d61439fee 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-dev', + 'version' => '12.0.2', ];