Skip to content

Releases: queueit/KnownUser.V3.MagentoV2

1.3.6

Choose a tag to compare

@juar-queue-it juar-queue-it released this 26 May 11:07

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

Choose a tag to compare

@sp0x sp0x released this 26 Aug 12:01

Release note:

  • Fixed a compatibility issue with ActionInterface.

1.3.4

Choose a tag to compare

@sp0x sp0x released this 03 Feb 11:32

#Release note

  • Removed the usage of JSON_THROW_ON_ERROR

1.3.3

Choose a tag to compare

@sp0x sp0x released this 08 Dec 11:10

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

Choose a tag to compare

@sarooghi sarooghi released this 12 Oct 13:20

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

Choose a tag to compare

@frwiqueueit frwiqueueit released this 31 Aug 12:44

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

Choose a tag to compare

@sarooghi sarooghi released this 29 Jul 15:18

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

1.2.0

Choose a tag to compare

@queueit queueit released this 16 Nov 16:10

-Sending plugging version while making a request to the queue

1.1.1: Update KnownUserHandler.php

Choose a tag to compare

@sarooghi sarooghi released this 15 Apr 09:59
3f7307d
  • Support for client-side interception

1.1.0

Choose a tag to compare

@sarooghi sarooghi released this 15 Feb 19:16

Includes

  • Supporting Ajax calls