Skip to content

Commit

Permalink
Prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrohaczek committed Oct 22, 2024
1 parent 02106d2 commit 033f7c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 22-10-2024

### Added
- Add support for nonce attribute output in `generateNonce` method
- Add site set
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"Security Headers"
],
"require": {
"typo3/cms-core": "^11.5 || ^12",
"php": ">=7.4 <=8.3.99"
"typo3/cms-core": "^13.4",
"php": ">=8.2 <=8.3.99"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
'author_company' => 'LimeSoda Interactive Marketing GmbH',
'state' => 'stable',
'clearCacheOnLoad' => true,
'version' => '1.3.1',
'version' => '2.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.9.99',
'php' => '7.4.0-8.2.99',
'typo3' => '13.4.0-13.4.99',
'php' => '8.2.0-8.3.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 033f7c5

Please sign in to comment.