Skip to content

Releases: tawk/tawk-magento-2

v1.6.1

10 Sep 08:38
Compare
Choose a tag to compare

Fixes

  • Compatibility among Magento 2 versions by @tuyennn in #38

v1.6.0

18 Jul 07:11
6f6f9dc
Compare
Choose a tag to compare

Feature Updates

  • Improved visibility options to include or exclude widget based on URL.
    a. Allows matching for full URLs.
    b. Allows matching for slugs.
    c. Allows matching for wildcards at the end of the slug.

Fixes

  • Fix PHP deprecation: FILTER_SANITIZE_STRING and strlen()
  • Updated CSP whitelist

v1.5.2

13 Jul 07:16
6a839d6
Compare
Choose a tag to compare

Widget selection issue fix and CSP Whitelist update

  • Used Magento's isSecure API for checking the current request's protocol.
  • Updated CSP whitelist to have *.tawk.to in style-src

v1.5.1

09 Apr 09:28
c70b233
Compare
Choose a tag to compare

Iframe resizing and platform identifier

  • Added iframe resizing on height update event.
  • Provided platform identifier for the widget iframe.

v1.5.0

26 Feb 17:23
11ae3a8
Compare
Choose a tag to compare

Logged-in visitor recognition

  • Added ability to send logged in users information to dashboard
  • Changes to comply with Magento coding standard

v.1.4.1

13 Jan 09:08
df7ea77
Compare
Choose a tag to compare

CSP Whitelist

  • CSP whitelist added

v1.4.0

20 Nov 08:22
4e19ee5
Compare
Choose a tag to compare

Composer support and bug-fixes

  • Updated the file structure to support composer installation.
  • Fixed widget not being removed after pressing "Remove current widget"
  • Fixed the issue when buttons are not showing up when there's no property and widget selected.