Releases: tawk/tawk-wordpress
Releases · tawk/tawk-wordpress
0.8.5
0.8.4
0.7.2
Fixes
- Fixed pattern matching tooltip display.
Other Updates
- Supported version bumped to 6.0.
0.7.1
Compatibility Updates
- Updated tawk-url-utils lib to fix compatibility issue for PHP version >= 5.6
0.7.0
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/*
)
- start of the path. (ex.
- Renamed the labels of each field and is now placed under URL Exclusion.
- Renamed
Exclude on specific URL
toHIDE widget only on specific URLs or paths
. - Renamed
Include on specific URL
toSHOW widget only on specific URLs or paths
.
- Renamed
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
Security Updates
- Add CSRF tokens and specific action access checks.
- Use
application/json
content type for ajax requests.
0.5.5
Updated supported wordpress version up to 5.8
0.5.4
Iframe resizing and platform identifier
- Added iframe resizing on height update event.
- Provided platform identifier to the widget iframe.