Skip to content

Commit

Permalink
[RELEASE] v14.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jul 17, 2023
1 parent c0a8ab4 commit a4e2c3a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 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.5",
"version": "14.0.6",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.8",
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 14.0.6

## BUGFIX

- c0a8ab4a [BUGFIX] Cleanup release...

## Contributors

- Benjamin Kott

# 14.0.5

## TASK
Expand Down Expand Up @@ -2154,7 +2164,7 @@
- 914a4254 [BUGFIX] Add composer self-update to travis
- da8c97d0 [BUGFIX] Correct indention
- 1e798736 [BUGFIX] Use correct assignment for TypoScript value
- b8d89b14 [BUGFIX] Make class.ext_update.php work on PHP
- b8d89b14 [BUGFIX] Make class.ext_update.php work on PHP
- 1cf9b927 [BUGFIX] There is no boostrap package

## MISC
Expand Down Expand Up @@ -2377,7 +2387,7 @@
- c29b6227 [TASK] Update oyejorge/less.php to 1.7.0.3
- 35b81ccf [TASK] Remove automatic cache clearing - fixes #126
- 7e746fd6 [TASK] Add slack to contact and communication
- 29b666b5 [TASK] replaced with
- 29b666b5 [TASK] replaced with
- 761bd5c7 [TASK] Add admin panel config to typoscript constants
- 88139537 [TASK] Update changelog in documentation

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.4',
'version' => '14.0.6',
];

0 comments on commit a4e2c3a

Please sign in to comment.