Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olance committed Mar 24, 2021
1 parent 626f347 commit fdccb37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changelog

v1.1.0
------

- Add a new gateway option: payment page mode allows merchant to choose between in-page payment form rendering (default)
and redirect to Alma's payment page

v1.0.2
------

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.0.2";
const VERSION = "1.1.0";

use SyliusPluginTrait;

Expand Down

0 comments on commit fdccb37

Please sign in to comment.