From f92b1d1bc26a0aba8ae2a54b9666ca660db249f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Wed, 14 Jul 2021 18:11:05 +0200 Subject: [PATCH 1/2] [BUGFIX] Fix link to documentation --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e265b5..afbae0c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Latest Stable Version](http://poser.pugx.org/cpsit/typo3-handlebars/v)](https://packagist.org/packages/cpsit/typo3-handlebars) [![License](http://poser.pugx.org/cpsit/typo3-handlebars/license)](LICENSE.md) -**:orange_book: [Documentation](https://docs.typo3.org/p/cpit/typo3-handlebars/master/en-us/)** | +**:orange_book: [Documentation](https://docs.typo3.org/p/cpsit/typo3-handlebars/master/en-us/)** | :package: [Packagist](https://packagist.org/packages/cpsit/typo3-handlebars) | :hatched_chick: [TYPO3 extension repository](https://extensions.typo3.org/extension/handlebars) | :floppy_disk: [Repository](https://github.com/CPS-IT/handlebars) | diff --git a/composer.json b/composer.json index b5103f8..db152ca 100644 --- a/composer.json +++ b/composer.json @@ -83,6 +83,6 @@ "support": { "issues": "https://github.com/CPS-IT/handlebars/issues", "source": "https://github.com/CPS-IT/handlebars", - "docs": "https://docs.typo3.org/p/cpit/typo3-handlebars/master/en-us/" + "docs": "https://docs.typo3.org/p/cpsit/typo3-handlebars/master/en-us/" } } From afea8200e6b465adb179f0fb990780ed215df20e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Wed, 14 Jul 2021 18:12:50 +0200 Subject: [PATCH 2/2] [RELEASE] Release of handlebars 0.5.3 --- ChangeLog | 3 +++ Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 815b501..ecfda6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2021-07-14 [RELEASE] Release of handlebars 0.5.3 (Elias Häußler) +2021-07-14 f92b1d1 [BUGFIX] Fix link to documentation (Elias Häußler) + 2021-07-14 [RELEASE] Release of handlebars 0.5.2 (Elias Häußler) 2021-07-14 6620bff [DOCS] Beautify README.md (Elias Häußler) 2021-07-14 e2933ac [TASK] Apply new documentation URL in composer.json support section (Elias Häußler) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 3c6459a..92752af 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Handlebars -release = 0.5.2 +release = 0.5.3 copyright = by familie redlich digital GmbH author = Elias Häußler diff --git a/ext_emconf.php b/ext_emconf.php index e0b2b18..bc7ad38 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -24,7 +24,7 @@ 'title' => 'Handlebars', 'description' => 'Handlebars rendering for projects built with TYPO3 CMS', 'category' => 'fe', - 'version' => '0.5.2', + 'version' => '0.5.3', 'state' => 'beta', 'clearCacheOnLoad' => true, 'author' => 'Elias Häußler',