Skip to content

Releases: queueit/KnownUser.V3.MagentoV2

1.3.6

26 May 11:07

Choose a tag to compare

Fixed: Magento no longer executes the controller action after Queue-it issues a302 redirect. The connector now sets FLAG_NO_DISPATCH so the action body is skipped

1.3.5

26 Aug 12:01

Choose a tag to compare

Release note:

  • Fixed a compatibility issue with ActionInterface.

1.3.4

03 Feb 11:32

Choose a tag to compare

#Release note

  • Removed the usage of JSON_THROW_ON_ERROR

1.3.3

08 Dec 11:10

Choose a tag to compare

Release note

  • Added compatibility for Magento2 2.4.
  • DI is now used

Bugfixes

  • Updating config file manually through the admin UI page.

1.3.2

12 Oct 13:20

Choose a tag to compare

Release note

Bugfixes

  • Fixing Queueit Rest endpoint conflicts with swagger
  • Removing jQuey reference in queue-it admin page
  • Removing unused references and variables

1.3.1

31 Aug 12:44

Choose a tag to compare

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.0

29 Jul 15:18

Choose a tag to compare

-Adding support for updating config file manually through the admin UI page

1.2.0

16 Nov 16:10

Choose a tag to compare

-Sending plugging version while making a request to the queue

1.1.1: Update KnownUserHandler.php

15 Apr 09:59
3f7307d

Choose a tag to compare

  • Support for client-side interception

1.1.0

15 Feb 19:16

Choose a tag to compare

Includes

  • Supporting Ajax calls