From 6129ae4182c19c8e00e77a393f42db28ed6b67ab Mon Sep 17 00:00:00 2001 From: Ulrich Date: Wed, 16 Aug 2023 12:15:51 +0200 Subject: [PATCH] Update UPGRADE-1.12.md --- UPGRADE-1.12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-1.12.md b/UPGRADE-1.12.md index a18a854553..f2a384980d 100644 --- a/UPGRADE-1.12.md +++ b/UPGRADE-1.12.md @@ -4,7 +4,7 @@ constructor argument has been made optional and is `null` by default, subsequently the first argument of `sylius.form.type.attribute_type.select.choices_collection` has been removed. -# UPGRADE FROM `v1.12.8` TO `v1.12.9` +# UPGRADE FROM `v1.12.9` TO `v1.12.10` 1. The `Sylius\Component\Core\OrderProcessing\OrderPaymentProcessor` constructor has been changed: ```diff