Skip to content

Commit 33e78d9

Browse files
authored
minor #176 Add changelogs to v0.10.1 and v1.0.0-RC.1 (Zales0123)
This PR was merged into the 1.0-dev branch. Discussion ---------- Commits ------- 4ccc691 Add changelogs to v0.10.1 and v1.0.0-RC.1
2 parents 8b99177 + 4ccc691 commit 33e78d9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
### v1.0.0-RC.1 (2020-01-15)
4+
5+
- [#172](https://github.com/Sylius/RefundPlugin/issues/172) Navigation via breadcrumbs between credit memo - Order and refund page - order ([@Zales0123](https://github.com/Zales0123), [@AdamKasp](https://github.com/AdamKasp))
6+
- [#174](https://github.com/Sylius/RefundPlugin/issues/174) [CreditMemo] Remove unused service from credit memo generator ([@GSadee](https://github.com/GSadee))
7+
- [#173](https://github.com/Sylius/RefundPlugin/issues/173) [CreditMemo] Add tax items to credit memo ([@GSadee](https://github.com/GSadee))
8+
- [#175](https://github.com/Sylius/RefundPlugin/issues/175) Configuring supported gateways instead of hardcoding them ([@Zales0123](https://github.com/Zales0123))
9+
10+
### v0.10.1 (2019-12-18)
11+
12+
- [#170](https://github.com/Sylius/RefundPlugin/issues/170) Various fixes including doctrine mapping exception ([@loevgaard](https://github.com/loevgaard))
13+
314
### v0.10.0 (2019-12-06)
415

516
- [#150](https://github.com/Sylius/RefundPlugin/issues/150) [DX][Twig] Extract even more templates ([@Zales0123](https://github.com/Zales0123))

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### UPGRADE FROM 0.10.1 TO 1.0.0-rc.1
1+
### UPGRADE FROM 0.10.1 TO 1.0.0-RC.1
22

33
1. `OfflineRefundPaymentMethodsProvider` renamed to `SupportedRefundPaymentMethodsProvider` with the supported gateways array as the 2nd argument
44
(by default only `offline` gateway is passed and therefore supported).

0 commit comments

Comments
 (0)