Skip to content

Commit

Permalink
[RELEASE] v12.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 6, 2022
1 parent c500ed0 commit 5cb72fa
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": "12.0.5",
"version": "12.0.6",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.5",
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 12.0.6

## TASK

- [TASK] Update actions to v3 7f16644f
- [TASK] Replace deprecated set-output command (#1213) 22a3a4f6
- [TASK] Streamline upgrade wizards (#1210) 59d1c325
- [TASK] Use public directory for setup instead of web ec4476b6
- [TASK] Adapt ddev config for BP_12 ab2d4d8c
- [TASK] Fix indention d2deb08e

## BUGFIX

- [BUGFIX] Add figure tag to external blocks in rte parsing c500ed01
- [BUGFIX] Prevent PHP Warning: Undefined array key (#1208) e22a400c
- [BUGFIX] PHPStan return types (#1199) aee78298
- [BUGFIX] Properly check return type (#1182) 8e519af9
- [BUGFIX] Swap caption and title in photoswipe if no title is given (#1181) 7342e2a6
- [BUGFIX] Replace deprecated PHP 8.1 filter FILTER_SANITIZE_STRING 061a6d84

# 12.0.5

## BREAKING
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 = 12.0.5
release = 12.0.5
version = 12.0.6
release = 12.0.6
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' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '12.0.5',
'version' => '12.0.6',
];

0 comments on commit 5cb72fa

Please sign in to comment.