diff --git a/Build/package.json b/Build/package.json index c1e9d8e6d..7148fbe74 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.3", + "version": "14.0.4", "license": "MIT", "devDependencies": { "@popperjs/core": "^2.11.8", diff --git a/CHANGELOG.md b/CHANGELOG.md index d822f5cbe..bb22a3949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 14.0.4 + +## TASK + +- bd111903 [TASK] Force accessible focus styles +- bcb93af6 [TASK] Use legacy set attribute instead of internal attribute + +## BUGFIX + +- 5747f861 [BUGFIX] Explicitly set title for image + +## Contributors + +- Benjamin Kott + # 14.0.3 ## TASK diff --git a/ext_emconf.php b/ext_emconf.php index ef65d7286..504953b97 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.3', + 'version' => '14.0.4', ];