Skip to content

Commit

Permalink
[RELEASE] v10.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 6, 2022
1 parent 9a7283c commit 2f62ec2
Show file tree
Hide file tree
Showing 4 changed files with 20 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": "10.0.10",
"version": "10.0.11",
"license": "MIT",
"devDependencies": {
"bootstrap": "^4.5.3",
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 = 10.0.10
release = 10.0.10
version = 10.0.11
release = 10.0.11
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 @@ -36,5 +36,5 @@
'author' => 'Benjamin Kott',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '10.0.10',
'version' => '10.0.11',
];

0 comments on commit 2f62ec2

Please sign in to comment.