diff --git a/CHANGELOG.md b/CHANGELOG.md index c1eea1c..1990bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.2.0 - 2020-04-17 + +- [feature] Add ability to pass custom payment URL + ## 1.1.0 - 2019-12-12 - [feature] Remove lodash and JQuery from project diff --git a/README.md b/README.md index 3122921..7bf83f1 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://cdn.xsolla.net/embed/paystation/1.1.0/widget.min.js](https://cdn.xsolla.net/embed/paystation/1.1.0/widget.min.js). Use this URL to integrate script on your website. +Script is located on our CDN and is available here: [https://cdn.xsolla.net/embed/paystation/1.2.0/widget.min.js](https://cdn.xsolla.net/embed/paystation/1.2.0/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 = "//cdn.xsolla.net/embed/paystation/1.1.0/widget.min.js"; + s.src = "//cdn.xsolla.net/embed/paystation/1.2.0/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 - +