Skip to content

Commit

Permalink
Release of 1.1.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Mar 24, 2023
1 parent 3e27672 commit cd2cbb0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2023-03-27
### Added
- Add information about PWA Studio to the order request data
- Hide Apple Pay when is not supported by the device
- Add Google Pay as redirect payment method

### Fixed
- Fix an issue where the shopping cart is empty after cancel a transaction

### Changed
- Now PWA Studio version 9.x.x, 10.x.x, 11.x.x are supported via a different branch than master, due the impossibility to keep retrocompatibility in master branch. Please refer to the [installation guide](https://github.com/MultiSafepay/pwastudio-multisafepay-payment-integration-internal#installation-guide) for more details.

## [1.0.4] - 2022-01-25
### Fixed
- Fixed compatibility issue with PWA Studio 12.1 (thanks to @Watch3ruk)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@multisafepay/multisafepay-payment-integration",
"author": "integration@multisafepay.com",
"version": "1.0.4",
"version": "1.1.0",
"main": "src/index.js",
"pwa-studio": {
"targets": {
Expand Down

0 comments on commit cd2cbb0

Please sign in to comment.