diff --git a/Build/package.json b/Build/package.json index 193f5cdab..11aa334bd 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": "10.0.10", + "version": "10.0.11", "license": "MIT", "devDependencies": { "bootstrap": "^4.5.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce619aa6..0d858dbfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 10.0.11 + +## TASK + +- [TASK] Update actions to v3 2d2af757 +- [TASK] Replace deprecated set-output command (#1213) 5bb32902 +- [TASK] Use composer 2.2 9b701de7 +- [TASK] Allow composer plugins 15bb3cc4 +- [TASK] Drop commit message check to avoid unnessesary long ci runs ee136eb8 + +## BUGFIX + +- [BUGFIX] Add figure tag to external blocks in rte parsing 9a7283cd +- [BUGFIX] Docs rendering (#1062) 7b3e1a8e +- [BUGFIX] Preserve custom layout values (#1055) fc27b0f7 + # 10.0.10 ## TASK diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 6da4e5692..4d8c79715 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ # coding: utf-8 [general] project = Bootstrap Package -version = 10.0.10 -release = 10.0.10 +version = 10.0.11 +release = 10.0.11 copyright = since 2014 by Benjamin Kott [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 73a75b021..689d467bc 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -36,5 +36,5 @@ 'author' => 'Benjamin Kott', 'author_email' => 'info@bk2k.info', 'author_company' => 'private', - 'version' => '10.0.10', + 'version' => '10.0.11', ];