Skip to content

Commit

Permalink
[RELEASE] v11.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 6, 2022
1 parent 46ae562 commit 934e8e4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 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": "11.0.3",
"version": "11.0.4",
"license": "MIT",
"devDependencies": {
"bootstrap": "^4.5.3",
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 = 11.0.3
release = 11.0.3
version = 11.0.4
release = 11.0.4
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' => '11.0.3',
'version' => '11.0.4',
];

0 comments on commit 934e8e4

Please sign in to comment.