Skip to content

Commit

Permalink
[RELEASE] v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEV-Local User committed Nov 17, 2021
1 parent 694fb21 commit 57a5039
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 10.0.1

## TASK

- [TASK] Add services configuration (#179) ca71e11
- [TASK] Move plugin registration to TCA overrides (#169) 15da587

## BUGFIX

- [BUGFIX] Ensure that custom categories are restricted to default language 694fb21
- [BUGFIX] Use interface_exists instead of class_exists for PSR Interface check in ext_localconf.php 3020ced
- [BUGFIX] Wait for DOM being ready before initializing DataTables e0a3b2a
- [BUGFIX] Update vulnerable npm development modules b7ab3e7
- [BUGFIX] Setup mysql server in docker container 6c9d1d6
- [BUGFIX] Check for pages in extended TCA for sys_category f458dd4

# 10.0.0

## BREAKING
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[general]

project = TYPO3 Blog Extension
version = 10.0.0
release = 10.0.0
version = 10.0.1
release = 10.0.1
t3author = TYPO3 GmbH
copyright = since 2016 by TYPO3 GmbH
description = The blog extension for TYPO3 provides a blog based on TYPO3s core features - pages and content element.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"app-dir": ".build"
},
"branch-alias": {
"dev-master": "10.0.x-dev"
"dev-v10.0": "10.0.x-dev"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'clearCacheOnLoad' => 0,
'author' => 'TYPO3 GmbH',
'author_email' => '[email protected]',
'version' => '10.0.0',
'version' => '10.0.1',
'constraints' => [
'depends' => [
'typo3' => '9.5.5-10.4.99',
Expand Down

0 comments on commit 57a5039

Please sign in to comment.