Skip to content

Commit

Permalink
[RELEASE] v14.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Aug 14, 2023
1 parent bc90ce2 commit 4533331
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/package.json
Expand Up @@ -5,7 +5,7 @@
"readme": "../README.rst",
"homepage": "http://www.bk2k.info",
"author": "Benjamin Kott",
"version": "14.0.6",
"version": "14.0.7",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.8",
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
# 14.0.7

## TASK

- f066dffc [TASK] Update ddev config

## BUGFIX

- bc90ce27 [BUGFIX] Correct title attribute in external media preview
- 6f11bdfc [BUGFIX] Prevent array offset access on non existing keys
- d73c677c [BUGFIX] Use block styling for image links instead of inline-block

## Contributors

- Benjamin Kott

# 14.0.6

## BUGFIX
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -37,5 +37,5 @@
'author' => 'Benjamin Kott',
'author_email' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '14.0.6',
'version' => '14.0.7',
];

0 comments on commit 4533331

Please sign in to comment.