diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 3716f7e..aa64e95 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Handlebars -release = 0.7.23 +release = 0.7.24 copyright = since 2020 by coding. powerful. systems. CPS GmbH author = Elias Häußler diff --git a/ext_emconf.php b/ext_emconf.php index 6d57e25..df8e093 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -24,7 +24,7 @@ 'title' => 'Handlebars', 'description' => 'A TYPO3 extension that provides an entire rendering environment for Handlebars templates. It is seamlessly integrated into TYPO3 and offers extensive configuration options to get all the power out of your templates.', 'category' => 'fe', - 'version' => '0.7.23', + 'version' => '0.7.24', 'state' => 'beta', 'author' => 'Elias Häußler', 'author_email' => 'e.haeussler@familie-redlich.de', @@ -32,6 +32,7 @@ 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-11.5.99', + 'php' => '7.1.0-8.2.99', ], ], ];