diff --git a/Build/package.json b/Build/package.json index 65f2c6c2f..7d4835f57 100644 --- a/Build/package.json +++ b/Build/package.json @@ -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", diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9f6b410..4a8177213 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/ext_emconf.php b/ext_emconf.php index fb15d15f4..6f66c4412 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -37,5 +37,5 @@ 'author' => 'Benjamin Kott', 'author_email' => 'info@bk2k.info', 'author_company' => 'private', - 'version' => '14.0.6', + 'version' => '14.0.7', ];