Skip to content

Commit 2a3a0a2

Browse files
committed
Update version and release notes
1 parent c49eb52 commit 2a3a0a2

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.1.0]
5+
### Fixed
6+
- Fix: Payment not captured when order status is changed to done for digital products.
7+
48
## [2.0.9]
59
### Added
610
- Support for sales channel–specific terminals for payment methods.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "AltaPay plugin for Shopware 6",
44
"type": "shopware-platform-plugin",
55
"license": "MIT",
6-
"version": "2.0.9",
6+
"version": "2.1.0",
77
"authors": [
88
{
99
"name": "AltaPay A/S",

src/WexoAltaPay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class WexoAltaPay extends Plugin
2121
public const ALTAPAY_FIELD_SET_NAME = "wexoAltaPay";
2222
public const ALTAPAY_PAYMENT_METHOD_FIELD_SET_NAME = "wexoAltaPayPaymentMethod";
2323
public const ALTAPAY_CART_TOKEN = "wexoAltaPayCartToken";
24-
public const ALTAPAY_PLUGIN_VERSION = '2.0.9';
24+
public const ALTAPAY_PLUGIN_VERSION = '2.1.0';
2525
public const ALTAPAY_PLUGIN_NAME = 'WexoAltaPay';
2626

2727
public function update(UpdateContext $updateContext): void

0 commit comments

Comments
 (0)