Skip to content

Commit

Permalink
chore: bump version 1.3.0
Browse files Browse the repository at this point in the history
PHP 8 & Sylius 1.11 compatibilities
  • Loading branch information
Sylvain Just committed Nov 29, 2022
1 parent 34aad68 commit 5158ebd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

v1.3.0
------

- Support PHP 7.1 and later (tested up to 8.1.12)
- Support Sylius 1.6.9 and later (tested up to 1.11.10)

v1.2.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.2.0";
const VERSION = "1.3.0";

use SyliusPluginTrait;

Expand Down

0 comments on commit 5158ebd

Please sign in to comment.