diff --git a/Build/package.json b/Build/package.json index d28c63838..c1e9d8e6d 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.2", + "version": "14.0.3", "license": "MIT", "devDependencies": { "@popperjs/core": "^2.11.8", diff --git a/CHANGELOG.md b/CHANGELOG.md index 179660e53..d822f5cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 14.0.3 + +## TASK + +- 637fe97d [TASK] Streamline link titles in file uploads + +## BUGFIX + +- e1eee66b [BUGFIX] Filenames are no headlines +- 99b466fd [BUGFIX] Avoid clipping of footer meta menu focus styles +- 50f2e126 [BUGFIX] Update cookie consent styling +- f27c6494 [BUGFIX] Force button focus styles to be accessible +- 86b218fc [BUGFIX] Correct search result markup + +## Contributors + +- Benjamin Kott + # 14.0.2 ## BUGFIX diff --git a/composer.json b/composer.json index d68becd5b..1e271522a 100644 --- a/composer.json +++ b/composer.json @@ -76,7 +76,7 @@ }, "extra": { "branch-alias": { - "dev-master": "14.0.x-dev" + "dev-BP_14_0": "14.0.x-dev" }, "typo3/cms": { "extension-key": "bootstrap_package", diff --git a/ext_emconf.php b/ext_emconf.php index 652ac667e..ef65d7286 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.2', + 'version' => '14.0.3', ];