Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_cookie_optin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_cookie_optin
Commits
23fc1476
Commit
23fc1476
authored
2 years ago
by
Georgi
Browse files
Options
Downloads
Patches
Plain Diff
[TASK]
#242
Drop TYPO3 8 Support and prepare versions
parent
32e5d0e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!14
Release 4.7.0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Classes/Service/LicenceCheckService.php
+2
-1
2 additions, 1 deletion
Classes/Service/LicenceCheckService.php
composer.json
+2
-2
2 additions, 2 deletions
composer.json
ext_emconf.php
+1
-1
1 addition, 1 deletion
ext_emconf.php
with
5 additions
and
4 deletions
Classes/Service/LicenceCheckService.php
+
2
−
1
View file @
23fc1476
...
@@ -151,12 +151,13 @@ class LicenceCheckService {
...
@@ -151,12 +151,13 @@ class LicenceCheckService {
'4.5.2'
=>
1655281313
,
// Wed, 15 Jun 2022 09:22:34 GMT
'4.5.2'
=>
1655281313
,
// Wed, 15 Jun 2022 09:22:34 GMT
'4.5.3'
=>
1655281313
,
// Wed, 15 Jun 2022 09:22:34 GMT
'4.5.3'
=>
1655281313
,
// Wed, 15 Jun 2022 09:22:34 GMT
'4.6.0'
=>
1661785282
,
// Mon Aug 29 2022 18:01:22 GMT+0300
'4.6.0'
=>
1661785282
,
// Mon Aug 29 2022 18:01:22 GMT+0300
'5.0.0'
=>
1666960214
,
// Fri Oct 28 2022 15:30:35 GMT+0300
];
];
/**
/**
* The current extension version
* The current extension version
*/
*/
const
CURRENT_VERSION
=
'
4.6
.0'
;
const
CURRENT_VERSION
=
'
5.0
.0'
;
/**
/**
* @param mixed $validUntil A timestamp, which says the lifetime of this key.
* @param mixed $validUntil A timestamp, which says the lifetime of this key.
...
...
This diff is collapsed.
Click to expand it.
composer.json
+
2
−
2
View file @
23fc1476
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
"description"
:
"This extensions adds a cookie optin for the frontend."
,
"description"
:
"This extensions adds a cookie optin for the frontend."
,
"homepage"
:
"https://www.sgalinski.de"
,
"homepage"
:
"https://www.sgalinski.de"
,
"license"
:
"GPL-2.0-or-later"
,
"license"
:
"GPL-2.0-or-later"
,
"version"
:
"
4.6
.0"
,
"version"
:
"
5.0
.0"
,
"support"
:
{
"support"
:
{
"issues"
:
"https://gitlab.sgalinski.de/typo3/sg_cookie_optin"
"issues"
:
"https://gitlab.sgalinski.de/typo3/sg_cookie_optin"
},
},
"require"
:
{
"require"
:
{
"typo3/cms-core"
:
"
^8.7 ||
^9.5 || ^10.4 || ^11.5"
"typo3/cms-core"
:
"^9.5 || ^10.4 || ^11.5"
},
},
"replace"
:
{
"replace"
:
{
"sgalinski/sg_cookie_optin"
:
"self.version"
"sgalinski/sg_cookie_optin"
:
"self.version"
...
...
This diff is collapsed.
Click to expand it.
ext_emconf.php
+
1
−
1
View file @
23fc1476
...
@@ -18,7 +18,7 @@ $EM_CONF[$_EXTKEY] = [
...
@@ -18,7 +18,7 @@ $EM_CONF[$_EXTKEY] = [
'author_company'
=>
'sgalinski Internet Services (https://www.sgalinski.de)'
,
'author_company'
=>
'sgalinski Internet Services (https://www.sgalinski.de)'
,
'constraints'
=>
[
'constraints'
=>
[
'depends'
=>
[
'depends'
=>
[
'typo3'
=>
'
8.7
.0-11.5.99'
'typo3'
=>
'
9.5
.0-11.5.99'
],
],
'conflicts'
=>
[
'conflicts'
=>
[
],
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment