Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 1b99487

Browse files
committed
Merge branch 'release/1.1.0'
2 parents 7c69725 + 457107e commit 1b99487

File tree

7 files changed

+953
-174
lines changed

7 files changed

+953
-174
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
## v1.1.0 (2019-09-03)
6+
### Added
7+
- 3D Secure 2.0 extra data
8+
### Fixed
9+
- Potentially invalid global javascript property for payment instance
10+
- Incorrectly named global javascript variable
11+
512
## v1.0.1 (2019-08-30)
613
### Changed
714
- Improved build stability

build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* extension source version
44
*/
5-
$version = '1.0.0';
5+
$version = '1.1.0';
66

77
/**
88
* dist filename

0 commit comments

Comments
 (0)