Skip to content
Snippets Groups Projects
Commit 23fc1476 authored by Georgi's avatar Georgi
Browse files

[TASK] #242 Drop TYPO3 8 Support and prepare versions

parent 32e5d0e6
No related branches found
No related tags found
1 merge request!14Release 4.7.0
...@@ -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.
......
...@@ -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"
......
...@@ -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' => [
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment