Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olance committed Apr 16, 2021
1 parent 6535c13 commit be1a74e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

v1.2.0
------

- Add customer_cancel_url to payment data so that a cancel link shows in Alma's payment page when using the gateway as
a redirect payment method
- Add support for payment expiration IPN

v1.1.0
------

Expand Down
2 changes: 1 addition & 1 deletion src/AlmaSyliusPaymentPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

final class AlmaSyliusPaymentPlugin extends Bundle
{
const VERSION = "1.1.0";
const VERSION = "1.2.0";

use SyliusPluginTrait;

Expand Down

0 comments on commit be1a74e

Please sign in to comment.