From bf8fc7e1b132c57d8f61783d2d498df465b5e24b Mon Sep 17 00:00:00 2001 From: Victor-Mageplaza Date: Tue, 31 Aug 2021 21:28:57 +0700 Subject: [PATCH 1/2] -- Fix cache html after login --- view/frontend/web/js/provider.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/view/frontend/web/js/provider.js b/view/frontend/web/js/provider.js index c0a7d98..18ba3f3 100755 --- a/view/frontend/web/js/provider.js +++ b/view/frontend/web/js/provider.js @@ -70,7 +70,9 @@ define( }, openPopup: function () { - window.open(config.url, config.label, this.getPopupParams()); + var date = new Date(), + currentTime = date.getTime(); + window.open(config.url + '?' + currentTime, config.label, this.getPopupParams()); }, getPopupParams: function (w, h, l, t) { From cb1d838f26237d94a557e426cb1017c35e34f82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Th=E1=BA=BF=20Vinh?= Date: Wed, 29 Dec 2021 10:25:47 +0700 Subject: [PATCH 2/2] --update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 946c5e6..b3ed564 100755 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "roave/security-advisories": "dev-master" }, "type": "magento2-module", - "version": "4.1.2", + "version": "4.1.3", "license": "proprietary", "authors": [ {