Skip to content

Commit

Permalink
[RELEASE] v14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jun 26, 2023
1 parent dc4723e commit aa92b90
Show file tree
Hide file tree
Showing 3 changed files with 20 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": "14.0.0",
"version": "14.0.1",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.8",
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 14.0.1

## TASK

- dc4723ee [TASK] Improve icon selector performance in backend (#1392)
- 35de69f6 [TASK] Add new external media field to assign an iframe title (#1296) (#1371)

## BUGFIX

- 223d9a31 [BUGFIX] Correct docs for overrideParserVariables
- 25be2791 [BUGFIX] Slightly increase contrast for succes, info, warning
- 3f68d295 [BUGFIX] Slightly increase contrast for danger color

## Contributors

- Benjamin Kott
- schmigotzki

# 14.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' => '14.0.0',
'version' => '14.0.1',
];

0 comments on commit aa92b90

Please sign in to comment.