Skip to content
Snippets Groups Projects
Commit 06b89b0f authored by Georgi's avatar Georgi
Browse files

[BUGFIX] Code review fixes

parent ac555859
No related branches found
Tags 8.1.1
1 merge request!15[TASK] move flexform field down, add max-height for shorts videos, add backend...
......@@ -128,12 +128,13 @@ class LicenceCheckService {
private static $versionToReleaseTimestamp = [
'6.0.0' => 1675793649, // Tue, 07 Feb 2023 18:11:50 GMT
'7.2.0' => 1717678615, // Tue, 06 Jun 2023 14:57:50 GMT
'8.0.0' => 1729271668, // Tue, 18 Oct 2024 20:57:50 GMT+3
];
/**
* The current extension version
*/
public const CURRENT_VERSION = '7.2.0';
public const CURRENT_VERSION = '8.0.0';
/**
* @param mixed $validUntil A timestamp, which says the lifetime of this key.
......
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