6.1.5 | URL Query String Parameters

Hey there! Looks like dynamic content url query string parameters no longer accept encoded ampersand (possibly other encoded characters) in the url. Meaning something like the query string below (which used to work) no longer works.

https://example.com/?first=john&last=doe
{{dc:url:param key=“first”}} {{dc:url:param key=“last”}}

We can support that. Must be a PHP 8 thing if it broke as the implementation is pretty simple.

1 Like