diff --git a/Configuration/TypoScript/Frontend/setup.txt b/Configuration/TypoScript/Frontend/setup.txt index 9bdc8aa7fb997d7c9145803b92bd160370267d9b..bc8bbff207be438e3da2dc409f4f45edc40cf416 100644 --- a/Configuration/TypoScript/Frontend/setup.txt +++ b/Configuration/TypoScript/Frontend/setup.txt @@ -118,6 +118,8 @@ plugin.tx_sgnews { view < plugin.tx_sgnews.view persistence < plugin.tx_sgnews.persistence features < plugin.tx_sgnews.features + # cHash can't be generated for pageBrowser call; will cause a 404 error if not set to 0 + features.requireCHashArgumentForActionArguments = 0 legacy < plugin.tx_sgnews.legacy settings { # Number of page links to show before the current page diff --git a/composer.json b/composer.json index beb43957f2fbed2c73ecadfd132e037450bfa074..771d8fc643e605f611ee3c8dc3762b2e475864c8 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": [ "GPL-2.0+" ], - "version": "5.0.1", + "version": "5.0.2", "support": { }, "repositories": [ diff --git a/ext_emconf.php b/ext_emconf.php index 56d6616052eb178618752a895e5b54f2e4a8078e..8369fc365f4b7c34c58d078d681e2d677f51455f 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -19,7 +19,7 @@ $EM_CONF[$_EXTKEY] = [ 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '5.0.1', + 'version' => '5.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '7.6.0-8.7.99',