Skip to content

Commit

Permalink
[RELEASE] v14.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jul 10, 2023
1 parent 637fe97 commit bee2707
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 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.2",
"version": "14.0.3",
"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.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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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.2',
'version' => '14.0.3',
];

0 comments on commit bee2707

Please sign in to comment.