Skip to content

Releases: tawk/tawk-wordpress

0.8.5

08 Jul 08:11
a03fe2a
Compare
Choose a tag to compare

Other Updates

  • Fixed header information
  • Supported version bumped to 6.6.

0.8.4

05 Jul 08:57
7f131a5
Compare
Choose a tag to compare

Fixes

  • Fixed PHP dynamic properties deprecation.

Other Updates

  • Synced version number (0.8.x).
  • Supported wordpress version bumped to 6.5.
  • Added method for debugging wordpress in docker test environment.

0.7.2

25 May 03:03
7020375
Compare
Choose a tag to compare

Fixes

  • Fixed pattern matching tooltip display.

Other Updates

  • Supported version bumped to 6.0.

0.7.1

28 Jan 12:28
6d159b1
Compare
Choose a tag to compare

Compatibility Updates

  • Updated tawk-url-utils lib to fix compatibility issue for PHP version >= 5.6

0.7.0

28 Jan 08:17
3df0464
Compare
Choose a tag to compare

Feature Updates

  • Improved pattern matching for the Exclude/Include on specific URL fields.
    • Users can now input either Full URLs or paths.
    • Have greater flexibility on placing the wildcards(*). Valid placements for the wildcards are as follows:
      • start of the path. (ex. */to/somewhere)
      • middle of the path. (ex. /path/*/somewhere)
      • end of the path. (ex. /path/to/somewhere)
      • start AND middle of the path (ex. */lead/*/somewhere)
      • middle AND end of the path (ex. /path/*/to/*)
    • Renamed the labels of each field and is now placed under URL Exclusion.
      • Renamed Exclude on specific URL to HIDE widget only on specific URLs or paths.
      • Renamed Include on specific URL to SHOW widget only on specific URLs or paths.

Automation Updates

  • Added integration tests using Selenium.
  • Added Github Action workflows for the following:
    • Release workflow for building plugin package.
    • UI tests workflow for running the Selenium tests.

Other Updates

  • Supported version bump to WordPress 5.9.

0.6.0

05 Nov 09:31
4d52406
Compare
Choose a tag to compare

Security Updates

  • Add CSRF tokens and specific action access checks.
  • Use application/json content type for ajax requests.

0.5.5

06 Aug 08:36
90d9456
Compare
Choose a tag to compare

Updated supported wordpress version up to 5.8

0.5.4

09 Apr 09:03
dd65f44
Compare
Choose a tag to compare

Iframe resizing and platform identifier

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

0.1.1

22 Nov 14:30
Compare
Choose a tag to compare
Readme in top folder