Skip to content

Commit e6e85b7

Browse files
committed
Merge branch '1.1'
* 1.1: Generate changelog for v1.1.0 Update upgrade file for v1.1.0
2 parents 23f4ff8 + e0353f3 commit e6e85b7

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG-1.1.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# CHANGELOG
2+
3+
### v1.1.0 (2022-02-17)
4+
5+
- [#326](https://github.com/Sylius/RefundPlugin/issues/326) Do not require visibility in PHPSpec functions ([@GSadee](https://github.com/GSadee))
6+
- [#328](https://github.com/Sylius/RefundPlugin/issues/328) fix for `doctrine:schema:update` ([@Zales0123](https://github.com/Zales0123))
7+
- [#330](https://github.com/Sylius/RefundPlugin/issues/330) Use PHP 7.4 syntax ([@GSadee](https://github.com/GSadee))
8+
- [#333](https://github.com/Sylius/RefundPlugin/issues/333) [Maintenance] Change names of CHANGELOG and UPGRADE files for v1.0 ([@GSadee](https://github.com/GSadee))
9+
- [#331](https://github.com/Sylius/RefundPlugin/issues/331) [Maintenance] Create empty UPGRADE file for v1.1 ([@GSadee](https://github.com/GSadee))
10+
- [#334](https://github.com/Sylius/RefundPlugin/issues/334) [Maintenance] Update docblocks about deprecated methods ([@GSadee](https://github.com/GSadee))
11+
- [#335](https://github.com/Sylius/RefundPlugin/issues/335) [Maintenance] Minor installation guide improvements ([@GSadee](https://github.com/GSadee))
12+
- [#336](https://github.com/Sylius/RefundPlugin/issues/336) Github templates ([@Zales0123](https://github.com/Zales0123))
13+
- [#337](https://github.com/Sylius/RefundPlugin/issues/337) Drop support for Sylius 1.9 & Symfony 5.2 ([@GSadee](https://github.com/GSadee))
14+
- [#339](https://github.com/Sylius/RefundPlugin/issues/339) Drop support for PHP 7.4 ([@GSadee](https://github.com/GSadee))
15+
- [#341](https://github.com/Sylius/RefundPlugin/issues/341) Remove unneded exclusion from GitHub Actions configuration ([@GSadee](https://github.com/GSadee))
16+
- [#342](https://github.com/Sylius/RefundPlugin/issues/342) Upgrade node in GitHub Actions builds ([@GSadee](https://github.com/GSadee))
17+
- [#340](https://github.com/Sylius/RefundPlugin/issues/340) Drop support for Symfony 5.3 ([@GSadee](https://github.com/GSadee))
18+
- [#343](https://github.com/Sylius/RefundPlugin/issues/343) Resolve added to parameter to make usage of proper path possible ([@TheMilek](https://github.com/TheMilek))
19+
- [#345](https://github.com/Sylius/RefundPlugin/issues/345) New PDF layout ([@kulczy](https://github.com/kulczy))

UPGRADE-1.1.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
### UPGRADE FROM 1.0.X TO 1.1.0
22

3-
1. Support for Sylius 1.9 has been dropped, upgrade your application to [Sylius 1.10](https://github.com/Sylius/Sylius/blob/master/UPGRADE-1.10.md).
4-
1. Support for Symfony 5.2 has been dropped.
3+
1. Support for Sylius 1.9 has been dropped, upgrade your application to [Sylius 1.10](https://github.com/Sylius/Sylius/blob/master/UPGRADE-1.10.md)
4+
or to [Sylius 1.11](https://github.com/Sylius/Sylius/blob/master/UPGRADE-1.11.md) as this is the recommended Sylius version
5+
to use with RefundPlugin since 1.1.0.
6+
7+
2. Support for Symfony 5 has been bumped up to 5.4.
8+
9+
3. Support for PHP 7.4 has been dropped.

0 commit comments

Comments
 (0)