From 0b706eab5c830ff181cb0cf408367c7ace271a4f Mon Sep 17 00:00:00 2001 From: Yaroslav Klochikhin Date: Thu, 18 Jul 2019 17:03:29 +0500 Subject: [PATCH 1/3] PAYMENTS-3602 csp improve --- CHANGELOG.md | 4 ++ README.md | 6 +- dist/widget.js | 127 ++++++++++++++++++++++++++++++++++------- dist/widget.min.js | 12 ++-- dist/widget.min.js.map | 2 +- package.json | 2 +- src/lightbox.js | 39 ++++++++++--- 7 files changed, 150 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0cb66..686c50b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.8 - 2019-07-18 + +- [fix] remove lodash template dependency + ## 1.0.7 - 2016-08-29 - [feature] Custom spinner diff --git a/README.md b/README.md index e998141..e065074 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Features: #### Linking to Xsolla CDN -Script is located on our CDN and is available here: [https://static.xsolla.com/embed/paystation/1.0.7/widget.min.js](https://static.xsolla.com/embed/paystation/1.0.7/widget.min.js). Use this URL to integrate script on your website. +Script is located on our CDN and is available here: [https://static.xsolla.com/embed/paystation/1.0.8/widget.min.js](https://static.xsolla.com/embed/paystation/1.0.7/widget.min.js). Use this URL to integrate script on your website. #### Installing with Bower @@ -37,7 +37,7 @@ $ bower install xsolla-paystation-widget var s = document.createElement('script'); s.type = "text/javascript"; s.async = true; - s.src = "//static.xsolla.com/embed/paystation/1.0.7/widget.min.js"; + s.src = "//static.xsolla.com/embed/paystation/1.0.8/widget.min.js"; s.addEventListener('load', function (e) { XPayStationWidget.init(options); }, false); @@ -49,7 +49,7 @@ $ bower install xsolla-paystation-widget #### Synchronous loading (blocks content) ``` javascript - +