From 934e8e4fe54866e1b44ec067ea9cc1f58796e52d Mon Sep 17 00:00:00 2001 From: Benjamin Kott Date: Tue, 6 Dec 2022 14:31:41 +0100 Subject: [PATCH] [RELEASE] v11.0.4 --- Build/package.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/Build/package.json b/Build/package.json index c24a4c9fe..65ac3272b 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": "11.0.3", + "version": "11.0.4", "license": "MIT", "devDependencies": { "bootstrap": "^4.5.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index 31cf2eb7d..8a70191f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 11.0.4 + +## TASK + +- [TASK] Update actions to v3 563a70ef +- [TASK] Replace deprecated set-output command (#1213) a6611d4f +- [TASK] Remove obsolete labeler config 5258b087 +- [TASK] Allow composer plugins 19d88fa0 +- [TASK] Drop labeler to avoid unnessesary long ci runs f8153125 +- [TASK] Update Bug Report template (#1069) fcfd9ee5 + +## BUGFIX + +- [BUGFIX] Add figure tag to external blocks in rte parsing 46ae5623 +- [BUGFIX] Replace deprecated PHP 8.1 filter FILTER_SANITIZE_STRING a1e6d1d4 +- [BUGFIX] CGL in CI workflow (#1064) 0458a4a2 +- [BUGFIX] Docs rendering (#1062) 538f91e0 +- [BUGFIX] Wrong table classes and add missing ones (#927) fa72366b +- [BUGFIX] Preserve custom layout values (#1055) 0c506bea + # 11.0.3 ## TASK diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index fe4880982..dbcf1ee8f 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ # coding: utf-8 [general] project = Bootstrap Package -version = 11.0.3 -release = 11.0.3 +version = 11.0.4 +release = 11.0.4 copyright = since 2014 by Benjamin Kott [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index a0237042e..270b31107 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' => '11.0.3', + 'version' => '11.0.4', ];