Skip to content

Commit

Permalink
[RELEASE] v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Aug 20, 2020
1 parent 620e115 commit b58f21b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# 2.6.3

## MISC
- remove typo3-console 620e115
- disable acceptance tests for master (2) edd7d3c
- cater for typo3-console not supporting TYPO3 master yet efc1932
- disable acceptance tests for master 6f9313a
- branch off 10lts c368fe8
- upgrade npm packages 18108ba
- lint 9642f38
- Try multiple cookie domains and paths during HTML cookie deletion. Fixes #137 708f0ed
- Bump elliptic from 6.5.2 to 6.5.3 in /Build (#152) 62118da
- New Crowdin updates (#144) b4d0c9b
- Bump lodash from 4.17.15 to 4.17.19 in /Build (#148) ee99dcc
- get ready for ddev 1.15 dec0154

# 2.5.2

## MISC
- add ViewHelper namespace c: to Partial as well ad0a9a7
- New Crowdin translations (#141) 346bbec
- New Crowdin translations (#139) 6a3f7e6
- Move example-inject.js to Js/Injects/ d34908c
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project = Cookieman
# ... (recommended) version, displayed next to title (desktop) and in <meta name="book-version"
# .................................................................................

release = 2.5.2
release = 2.6.3

# .................................................................................
# ... (recommended) displayed in footer
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
"dev-master": "2.6.x-dev"
},
"typo3/cms": {
"extension-key": "cookieman",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.5.2',
'version' => '2.6.3',
'constraints' => [
'depends' => [
'typo3' => '11.0.0-11.9.99',
Expand Down

0 comments on commit b58f21b

Please sign in to comment.