From 5350817852095098ff5c3bc3eea42c85dff4ab12 Mon Sep 17 00:00:00 2001 From: Benjamin Jasper Date: Thu, 31 Mar 2022 16:23:07 +0200 Subject: [PATCH] 1.0.6 - Build fix --- Documentation/ChangeLog/Index.rst | 4 ++++ Documentation/Settings.cfg | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index 6a99666..a78ba9f 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -11,6 +11,10 @@ Changelog ========= +1.0.6 - Build fix +----------------- +* this update contains no actual content, and only fixes a build issue + 1.0.5 - Bugfixes ---------------- * [BUGFIX] fixed error "Unsupported or non-existing property name "categories" used in relation matching" when using categories with filters #51 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index c2fac5f..ec7ce07 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -27,7 +27,7 @@ project = Jobapplications Extension # ... (recommended) version, displayed next to title (desktop) and in 1, 'createDirs' => '', 'clearCacheOnLoad' => 1, - 'version' => '1.0.5', + 'version' => '1.0.6', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.0 - 10.4.99',