Hi, i used the redirect with the criteria method.
it all worked fine until i updated to version 4 of the plugin.
Thats what i am using:
{% set criteria = [
'chrome > 55',
'firefox > 44',
'safari >= 7',
'edge >= 15',
'opera > 50'
] %}
{{ craft.agent.redirect(criteria, 'no-support.twig', 302) }}
Does this version only work with craft 4, as i am running craft 3.7.53.1?
If it should also work with craft 3, did something changed with the criteria method?
The docs don't show any difference, but maybe i missed something?
Hi, i used the redirect with the criteria method.
it all worked fine until i updated to version 4 of the plugin.
Thats what i am using:
Does this version only work with craft 4, as i am running craft 3.7.53.1?
If it should also work with craft 3, did something changed with the criteria method?
The docs don't show any difference, but maybe i missed something?