Skip to content

Commit 57a5039

Browse files
author
DDEV-Local User
committed
[RELEASE] v10.0.1
1 parent 694fb21 commit 57a5039

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 10.0.1
2+
3+
## TASK
4+
5+
- [TASK] Add services configuration (#179) ca71e11
6+
- [TASK] Move plugin registration to TCA overrides (#169) 15da587
7+
8+
## BUGFIX
9+
10+
- [BUGFIX] Ensure that custom categories are restricted to default language 694fb21
11+
- [BUGFIX] Use interface_exists instead of class_exists for PSR Interface check in ext_localconf.php 3020ced
12+
- [BUGFIX] Wait for DOM being ready before initializing DataTables e0a3b2a
13+
- [BUGFIX] Update vulnerable npm development modules b7ab3e7
14+
- [BUGFIX] Setup mysql server in docker container 6c9d1d6
15+
- [BUGFIX] Check for pages in extended TCA for sys_category f458dd4
16+
117
# 10.0.0
218

319
## BREAKING

Documentation/Settings.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[general]
22

33
project = TYPO3 Blog Extension
4-
version = 10.0.0
5-
release = 10.0.0
4+
version = 10.0.1
5+
release = 10.0.1
66
t3author = TYPO3 GmbH
77
copyright = since 2016 by TYPO3 GmbH
88
description = The blog extension for TYPO3 provides a blog based on TYPO3s core features - pages and content element.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"app-dir": ".build"
4343
},
4444
"branch-alias": {
45-
"dev-master": "10.0.x-dev"
45+
"dev-v10.0": "10.0.x-dev"
4646
}
4747
},
4848
"scripts": {

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'clearCacheOnLoad' => 0,
1818
'author' => 'TYPO3 GmbH',
1919
'author_email' => '[email protected]',
20-
'version' => '10.0.0',
20+
'version' => '10.0.1',
2121
'constraints' => [
2222
'depends' => [
2323
'typo3' => '9.5.5-10.4.99',

0 commit comments

Comments
 (0)