Releases: queueit/KnownUser.V3.MagentoV1
Releases · queueit/KnownUser.V3.MagentoV1
1.3.3
1.3.2
Release note
Bugfixes
- Only remove 'queueittoken' (via 302) if trigger matches 'queue' action.
Some integrations have a page matching and ignore action. On this page AJAX calls are made to queue protected endpoints.
When user returns from queue (triggered by AJAX call), then queueittoken would be removed without user getting a valid cookie (because it matched the ignore action). Now, tokens will only be removed on queue actions (so we are sure user either has or will get a cookie).
1.3.1
Fixing queue-it integration config admin page by renaming Index.phtml to index.phtml and Knownuser.xml to knownuser.xml
1.3.0
1.2.0
1.1.2: Update config.xml
-removing checkout_onepage_controller_success_action from config.xml
1.1.1: Update Observer.php
-Support for client-side interception