Archive changelog for v3.x

This commit is contained in:
Alejandro Celaya
2026-03-04 17:36:38 +01:00
parent af8ca33d18
commit 38ca22ed21
3 changed files with 689 additions and 684 deletions

View File

@@ -247,11 +247,11 @@ class RedirectCondition extends AbstractEntity implements JsonSerializable
),
RedirectConditionType::ANY_VALUE_QUERY_PARAM => sprintf(
'query string contains %s param',
$this->matchValue,
$this->matchValue, // FIXME This should be $this->matchKey
),
RedirectConditionType::VALUELESS_QUERY_PARAM => sprintf(
'query string contains %s param without a value (https://example.com?foo)',
$this->matchValue,
$this->matchValue, // FIXME This should be $this->matchKey
),
RedirectConditionType::IP_ADDRESS => sprintf('IP address matches %s', $this->matchValue),
RedirectConditionType::GEOLOCATION_COUNTRY_CODE => sprintf('country code is %s', $this->matchValue),