From 97d30fc3ddf89722f3d3c41d16161f71ac2b3854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Fri, 11 Nov 2022 09:16:16 +0100 Subject: [PATCH] [RELEASE] Release of handlebars 0.7.17 --- ChangeLog | 15 +++++++++++++++ Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f8a8b4a..5232d8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2022-11-11 [RELEASE] Release of handlebars 0.7.17 (Elias Häußler) +2022-11-11 cc66366 [TASK] Enable Dependabot auto-merge for minor and patch updates (Elias Häußler) +2022-11-10 747e4b2 [TASK]: Bump symfony/polyfill-php80 in /Resources/Private/Libs/Build (dependabot[bot]) +2022-11-11 5a4bdc9 [TASK] Switch to `ncipollo/release-action` for new releases (Elias Häußler) +2022-11-11 23bb1e3 [BUGFIX] Disable coverage in all unrelated jobs (Elias Häußler) +2022-11-11 8e9c21c [BUGFIX] Create Dependabot PRs against develop branch (Elias Häußler) +2022-11-11 0246e16 [TASK] Add `composer.lock` and enable Dependabot updates (Elias Häußler) +2022-11-11 462adb5 [TASK] Make closure in Services.php static (Elias Häußler) +2022-11-11 44c316a [BUGFIX] Skip Rector's class name import in some files (Elias Häußler) +2022-10-21 27653a1 [TASK]: Bump paambaati/codeclimate-action from 3.1.1 to 3.2.0 (dependabot[bot]) +2022-10-20 e32be3e [TASK]: Bump paambaati/codeclimate-action from 3.1.0 to 3.1.1 (dependabot[bot]) +2022-10-15 38f3744 [TASK]: Bump paambaati/codeclimate-action from 3.0.0 to 3.1.0 (dependabot[bot]) +2022-10-16 9186f94 [BUGFIX] Replace deprecated job outputs in GitHub workflows (Elias Häußler) +2022-10-13 690e546 [DOCS] Add supported TYPO3 versions badge to README.md (Elias Häußler) + 2022-10-13 [RELEASE] Release of handlebars 0.7.16 (Elias Häußler) 2022-10-13 b3539a6 [TASK] Build non-composer mode libraries with PHP 7.4 (Elias Häußler) 2022-10-13 ba091fb [TASK] Configure Dependabot for updates of non-composer mode libraries (Elias Häußler) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 73553c7..bcdf278 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Handlebars -release = 0.7.16 +release = 0.7.17 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 ac8d4f2..56c6554 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.16', + 'version' => '0.7.17', 'state' => 'beta', 'clearCacheOnLoad' => true, 'author' => 'Elias Häußler',