mirror of
https://github.com/jbcr/AlmaSyliusPaymentPlugin.git
synced 2026-03-24 00:42:14 +01:00
chore: bump version 1.3.0
PHP 8 & Sylius 1.11 compatibilities
This commit is contained in:
@@ -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
|
||||
------
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user