chore: bump version 1.3.0

PHP 8 & Sylius 1.11 compatibilities
This commit is contained in:
Sylvain Just
2022-11-29 06:02:40 +01:00
parent 34aad68901
commit 5158ebdd58
2 changed files with 7 additions and 1 deletions

View File

@@ -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
------

View File

@@ -11,7 +11,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
final class AlmaSyliusPaymentPlugin extends Bundle
{
const VERSION = "1.2.0";
const VERSION = "1.3.0";
use SyliusPluginTrait;