diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ba1745..6d05e9af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. +## [1.11.7] 05th Nov, 2024 +- Fix for not passing `wzrk_fetch` event on pageChanged + ## [1.11.6] 04th Nov, 2024 - Fix for Checking Web Inbox when inbox Node becomes stale diff --git a/package.json b/package.json index c17b3b4b..45de5374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clevertap-web-sdk", - "version": "1.11.6", + "version": "1.11.7", "description": "", "main": "clevertap.js", "scripts": { diff --git a/src/clevertap.js b/src/clevertap.js index 2d148d76..662db434 100644 --- a/src/clevertap.js +++ b/src/clevertap.js @@ -27,8 +27,7 @@ import { COMMAND_ADD, COMMAND_REMOVE, COMMAND_DELETE, - EVT_PUSH, - WZRK_FETCH + EVT_PUSH } from './util/constants' import { EMBED_ERROR } from './util/messages' import { StorageManager, $ct } from './util/storage' @@ -732,10 +731,6 @@ export default class CleverTap { this.#request.saveAndFireRequest(pageLoadUrl, $ct.blockRequest) - if (parseInt(data.pg) === 1) { - this.event.push(WZRK_FETCH, { t: 4 }) - } - this.#previousUrl = currLocation setTimeout(() => { if (pgCount <= 3) {