Skip to content
Snippets Groups Projects
Commit 0a421909 authored by Philipp Nowinski's avatar Philipp Nowinski
Browse files

[BUGFIX] set requireCHashArgumentForActionArguments to 0 for pageBrowser; avoids 404 errors

parent b75e7524
No related branches found
Tags 5.3.2
No related merge requests found
......@@ -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
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0+"
],
"version": "5.0.1",
"version": "5.0.2",
"support": {
},
"repositories": [
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment