bug #15228 [Docs] Update UPGRADE-1.12.md (UlrichHP)

This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12                 |
| Bug fix?        | no                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no |
| Related tickets |                      |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->

This PR fixes UPGRADE-1.12.md wrong sylius version

Commits
-------

6129ae4182 Update UPGRADE-1.12.md
This commit is contained in:
Grzegorz Sadowski 2023-08-18 10:19:44 +02:00 committed by GitHub
commit 2c6f04ab3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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