Skip to content

Commit

Permalink
[RELEASE] v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEV User committed Dec 13, 2022
1 parent 55b4e93 commit 33ccae2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 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": "13.0.0",
"version": "13.0.1",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.6",
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 13.0.1

## BREAKING

- e852dc36 [!!!][BUGFIX] Correct responsive image config for backend layouts (#1232)

## BUGFIX

- 55b4e934 [BUGFIX] Correct image scaling in thumbnail menus
- 4ffcea6a [BUGFIX] Correct image scaling in card menus
- fd3ba341 [BUGFIX] Correct image scaling in card groups
- dcc08bb3 [BUGFIX] Correct image scaling in accordions
- 195f60cc [BUGFIX] Correct image scaling in tabs
- e852dc36 [!!!][BUGFIX] Correct responsive image config for backend layouts (#1232)
- 4d5c8d46 [BUGFIX] Use extension configuration service to access config

## Contributors

- Benjamin Kott

# 13.0.0

## BREAKING
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' => '13.0.0',
'version' => '13.0.1',
];

0 comments on commit 33ccae2

Please sign in to comment.