From f08633abb6f90d510dcc6af3dc19d3c701fb6672 Mon Sep 17 00:00:00 2001 From: Dominik Garbulski Date: Wed, 19 May 2021 09:33:46 +0200 Subject: [PATCH] update upgrade file --- UPGRADE.md | 5 +++++ src/Resources/config/services/event_bus.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index faff63af..edf96470 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,3 +1,8 @@ +### UPGRADE FROM 1.0.0-RC.9 TO 1.0.0-RC.10 + +Command bus `sylius_refund_plugin.command_bus` has been replaced with `sylius.command_bus`. +Event bus `sylius_refund_plugin.event_bus` has been replaced with `sylius.event_bus`. + ### UPGRADE FROM 1.0.0-RC.7 TO 1.0.0-RC.8 1. The `fully_refunded` state and the `refund` transition have been removed from `sylius_order` state machine. diff --git a/src/Resources/config/services/event_bus.xml b/src/Resources/config/services/event_bus.xml index 134cda81..ee804c52 100644 --- a/src/Resources/config/services/event_bus.xml +++ b/src/Resources/config/services/event_bus.xml @@ -5,7 +5,7 @@ - + @@ -20,7 +20,7 @@ - +