Skip to content

Commit

Permalink
[RELEASE] v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoBlack committed Aug 6, 2020
1 parent 1e11ac1 commit 8f73c99
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# 10.0.1

## TASK
- [TASK] Fix automatic tests a031b94

## BUGFIX
- [BUGFIX] Register argument dataServiceProcessor in ViewHelper (#16) 1e11ac1
- [BUGFIX] Allow setting of default language (#15) 6e526ba
- [BUGFIX] Register argument dataServiceProcessor in ViewHelper fb1b095

# 10.0.0

## FEATURE
- [FEATURE] Add Viewhelper [TASK] Clean-up [TASK] Extend README [FEATURE] Allow usage of InlineJS bdffe04

## TASK
- [TASK] Adjust doc author 2da2f61
- [TASK] Adjust constraints 539d84c
- [TASK] Adjust changelog 32c7cc6
- [TASK] Add documentation (#8) 999c8bb
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

project = Usercentrics Integration for TYPO3
description = This extension integrates Usercentrics (Compliance and Consent Management) into TYPO3.
release = 10.0.0
release = 10.0.1
copyright = by TYPO3 GmbH

[html_theme_options]
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "This extension provides a usercentrics integration into TYPO3.",
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"authors": [
{
Expand Down Expand Up @@ -41,7 +41,7 @@
"app-dir": ".build"
},
"branch-alias": {
"dev-develop": "10.0.x-dev"
"dev-10": "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' => 'info@typo3.com',
'version' => '10.0.0',
'version' => '10.0.1',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-10.4.99',
Expand Down

0 comments on commit 8f73c99

Please sign in to comment.