Commit graph

26947 commits

Author SHA1 Message Date
Grzegorz Sadowski
4a103fc128
bug #14309 Conflict api-platform/core 2.7.0 (loic425, Rafikooo)
This PR was merged into the 1.11 branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 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
-->
![Capture d’écran du 2022-09-15 09-43-43](https://user-images.githubusercontent.com/8329789/190356736-9984f9f9-4540-45af-bf04-93295a0f86fb.png)

![Capture d’écran du 2022-09-15 10-00-06](https://user-images.githubusercontent.com/8329789/190356706-b3c0689d-d8a0-413e-81c9-8363f5cf5b77.png)


Commits
-------

19cf964ac3 Conflict api-platform/core 2.7.0
a7ae947522 [Maintenance] Conflict api-platform/core 2.7.0 documented
2022-09-15 14:57:44 +02:00
Rafikooo
a7ae947522
[Maintenance] Conflict api-platform/core 2.7.0 documented 2022-09-15 13:19:17 +02:00
Loïc Frémont
19cf964ac3 Conflict api-platform/core 2.7.0 2022-09-15 10:35:48 +02:00
Grzegorz Sadowski
dce55b83cb
bug #14301 [Behat][Fix] Check notification expectation in JavaScriptTestHelper (Rafikooo)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11 <!-- see the comment below -->                  |
| Bug fix?        | yes                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| License         | MIT                                                          |

Fixes:
<img width="853" alt="image" src="https://user-images.githubusercontent.com/40125720/190143519-a8030a24-3fa5-4075-8fe2-ab74c0c0409a.png">

Before:
<img width="714" alt="image" src="https://user-images.githubusercontent.com/40125720/190143668-e7ebd093-623c-48cc-8cbd-d55d0365bd87.png">

After:
<img width="1431" alt="image" src="https://user-images.githubusercontent.com/40125720/190143782-b4e07141-61f7-4e07-95a4-6bfe9fd6c041.png">



Mentioned here: https://github.com/Sylius/Sylius/pull/14291#discussion_r967015384

Commits
-------

4769726564 [Behat][Fix] Check notification expectation in JavaScriptTestHelper
2022-09-15 08:47:20 +02:00
Rafikooo
4769726564
[Behat][Fix] Check notification expectation in JavaScriptTestHelper 2022-09-14 16:58:14 +02:00
Grzegorz Sadowski
4b6706cf4a
bug #14236 [API] Remove problematic mapping path (coldic3)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11                 |
| Bug fix?        | yes                                                       |
| New feature?    | no                                                      |
| BC breaks?      | no                                                       |
| Deprecations?   | no |
| Related tickets | fixes https://github.com/Sylius/Sylius/issues/14268                     |
| License         | MIT                                                          |

This PR removes the `%kernel.project_dir%/config/api_platform` mapping path that was introduced in https://github.com/Sylius/Sylius/pull/12693. In API Platform 2.6 users' mapping configuration is overwritten with bundles' mapping. Because of it, developers cannot override resources in `config/api_platform` as Sylius overrides users' resources placed in `config/api_platform`. It's already fixed in APIP 2.7 but for now, this configuration doesn't work as intended.
We haven't noticed in unit tests that it breaks resource overriding because we have a distinction between `config/api_platform` and `config/api_resource`, where `api_resource` can override resources while `api_platform` can't. This distinction is something reasonable but for testing purposes, we should keep everything in one directory because it makes possible to test this bug.

Commits
-------

fe1d660e10 [API] Remove mapping path from configuration
2022-09-13 11:49:25 +02:00
Łukasz Chruściel
5c7fbdfb87
feature #14250 [docs]Recommend cron jobs values (Ferror)
This PR was merged into the 1.11 branch.

Discussion
----------

<img width="816" alt="Screenshot 2022-08-22 at 18 15 44" src="https://user-images.githubusercontent.com/17534504/185969349-e77621fd-4485-467a-9183-1d54a8e8e6e4.png">


The https://docs.sylius.com/en/1.12/cookbook/deployment/cron-jobs.html site lacks default config values. Similar we put there: https://docs.sylius.com/en/1.12/cookbook/deployment/platform-sh.html#add-default-sylius-cronjobs

Commits
-------

98e3dfe854 [docs]Recommend cron jobs values
6da307cd32 Update docs/cookbook/deployment/cron-jobs.rst
2022-09-13 07:34:13 +02:00
Zbigniew Malcherczyk
6da307cd32
Update docs/cookbook/deployment/cron-jobs.rst
Co-authored-by: Kevin Kaniaburka <kevin.kaniaburka@gmail.com>
2022-09-13 07:20:11 +02:00
Ferror
98e3dfe854
[docs]Recommend cron jobs values 2022-09-13 07:20:10 +02:00
Grzegorz Sadowski
344937a823
bug #14295 [Config] Mark SenderInterface as excluded in psalm.xml (Rafikooo)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11 <!-- see the comment below -->                  |
| Bug fix?        | no                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | https://github.com/Sylius/Sylius/pull/14288                   |
| License         | MIT                                                          |


Commits
-------

80f7fe5a63 [Config] Mark SenderInterface as excluded in psalm.xml
2022-09-13 07:16:51 +02:00
Rafikooo
80f7fe5a63
[Config] Mark SenderInterface as excluded in psalm.xml 2022-09-12 18:53:38 +02:00
Grzegorz Sadowski
007106e235
refactor #14233 [CS][DX] Refactor ()
This PR was merged into the 1.11 branch.

Discussion
----------

This PR has been generated automatically.
For more details see [refactor.yml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yml).

Commits
-------

abfca55214 [CS][DX] Refactor
2022-09-12 07:12:12 +02:00
Sylius Bot
abfca55214 [CS][DX] Refactor 2022-09-12 03:01:32 +00:00
Grzegorz Sadowski
815afbc862
minor #14277 [ProductAttributes] Change translatable status to yes/no in ProductAttributes grid (TheMilek)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11 <!-- see the comment below -->                  |
| Bug fix?        | no                                                      |
| New feature?    | no                                                       |
| BC breaks?      | no                                                      |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 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
-->
We decided to change `enabled/disabled` status of `translatable` to `yes/no` as it seems to be more accurate in this case
![image](https://user-images.githubusercontent.com/53942444/188644931-ee7bb992-f978-4dc5-bac4-d3e1fa237e09.png)


Commits
-------

a65ca7a389 change translatable status to yes/no in ProductAttributes grid
2022-09-07 08:56:01 +02:00
TheMilek
a65ca7a389 change translatable status to yes/no in ProductAttributes grid 2022-09-06 15:13:50 +02:00
Kevin Kaniaburka
fe1d660e10
[API] Remove mapping path from configuration 2022-08-30 15:38:17 +02:00
Grzegorz Sadowski
1ab8c1823b
minor #14254 [Adjustment] Adjustment cloning resets ID and timestamps (coldic3)
This PR was merged into the 1.11 branch.

Discussion
----------

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

Makes adjustments easier to spread between orders/shipments.

Commits
-------

77929a6a19 [Adjustment] Adjustment cloning resets ID and timestamps
2022-08-25 10:57:02 +02:00
Łukasz Chruściel
3ae6a27590
bug #14248 [UI] Fix autocomplete empty value (NoResponseMate)
This PR was merged into the 1.11 branch.

Discussion
----------

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

Using the  as value breaks non-multiple autocomplete when choosing the empty option.

Commits
-------

48c40e9c03 [UI] Fix autocomplete empty value
2022-08-24 16:44:34 +02:00
Łukasz Chruściel
d607bfc5b5
bug #14245 [DOCS] How to run async task added in installation (arti0090)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11                   |
| License         | MIT                                                          |


Commits
-------

9f4519a617 [DOCS] How to run async task added in installation
2022-08-24 12:26:01 +02:00
Kevin Kaniaburka
77929a6a19
[Adjustment] Adjustment cloning resets ID and timestamps 2022-08-23 14:27:20 +02:00
Jan Goralski
48c40e9c03
[UI] Fix autocomplete empty value 2022-08-22 12:03:30 +02:00
Grzegorz Sadowski
a70d6f08f9
bug #14240 [Checkout][Addressing] Fix duplicated email validation errors (NoResponseMate)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11 <!-- see the comment below -->                  |
| Bug fix?        | yes                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | fixes #14205                      |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 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
-->


Commits
-------

13f18df8b5 [Checkout][Addressing] Fix duplicated email validation errors
2022-08-22 11:15:07 +02:00
arti0090
9f4519a617 [DOCS] How to run async task added in installation 2022-08-21 10:09:57 +02:00
Mateusz Zalewski
cc831518a0
bug #14237 Add coupon channel eligibility checker (TheMilek, PILLOWPET)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11  <!-- see the comment below -->                  |
| Bug fix?        | yes                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | fixes [#X](https://github.com/Sylius/Sylius/issues/14087) mentioned in [#PR](https://github.com/Sylius/Sylius/pull/14104)                      |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 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
-->
Continuation of amazing work by @PILLOWPET 
Thank you for your contribution 💃🏽 


Commits
-------

291901b228 create promotion coupon channels eligibility checkers
afc1b51e71 register coupon eligibility checker
0d7173378c [Behat][Spec] Add UI tag and implement spec
6868d5d041 temporary build fix
2022-08-18 13:03:02 +02:00
Kamil Grygierzec
6868d5d041 temporary build fix 2022-08-18 12:32:29 +02:00
Kamil Grygierzec
0d7173378c [Behat][Spec] Add UI tag and implement spec 2022-08-18 12:32:29 +02:00
Jan Goralski
13f18df8b5
[Checkout][Addressing] Fix duplicated email validation errors 2022-08-17 14:46:30 +02:00
PILLOWPET
afc1b51e71 register coupon eligibility checker 2022-08-17 12:56:04 +02:00
PILLOWPET
291901b228 create promotion coupon channels eligibility checkers 2022-08-17 12:56:04 +02:00
Mateusz Zalewski
029d5f3b2a
bug #14225 [Minor][Behat] Attributes deletion scenario improvements (lchrusciel)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11                  |
| Bug fix?        | yes                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no |
| Related tickets | review from https://github.com/Sylius/Sylius/pull/14202 |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 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
-->


Commits
-------

1a5529adc9 [Minor][Behat] Attributes deletion scenario improvements
2022-08-11 15:31:32 +02:00
Łukasz Chruściel
1a5529adc9
[Minor][Behat] Attributes deletion scenario improvements 2022-08-09 14:28:58 +02:00
Łukasz Chruściel
041df73bf6
bug #14216 [Documentation] Minor fixes to naming conventions page (GSadee)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11|
| Bug fix?        | yes                                                       |
| New feature?    | no                                                      |
| BC breaks?      | no                                                      |
| Deprecations?   | no|
| Related tickets | fixes #14196 |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 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
-->


Commits
-------

d0c022a3cf [Documentation] Minor fixes to naming conventions page
2022-08-09 12:23:13 +02:00
Łukasz Chruściel
57298a657d
bug #14202 [Bundle][Attribute]It will also listen on the product attribute objec… ()
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            
|-----------------|--------------------------------------------------------------
| Branch?         | 1.11
| Bug fix?        | yes                                                   
| New feature?    | no                                                       
| BC breaks?      | no                                                       
| Deprecations?   | no
| Related tickets | fixes #14185 
| License         | MIT    

Commits
-------

0b0b1510e0 [Bundle][Attribute]It will also listen on the product attribute object for protection against deletion when it is used by the product object
49be6e28f3 [Bundle][Attribute]Removal of the cascade from migration
9e7b314cba [Bundle][Attribute]Added behavior tests to check attribute removal, and added a migration that disables cascading removal.
0f2da35843 [Bundle][Attribute]Delete unnecessary newline
2022-08-09 09:28:44 +02:00
Grzegorz Sadowski
c2ac00dab1
bug #14217 [CatalogPromotion] Fix too early data setting during catalog promotion form submission (lchrusciel)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11 |
| Bug fix?        | yes                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no |
| Related tickets | fixes #14137 |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 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
-->


Commits
-------

4415ebf717 [CatalogPromotion] Fix too early data setting during catalog promotion form submission
2022-08-09 07:02:20 +02:00
Grzegorz Sadowski
79868c46e2
bug #14223 [Maintenance] Use getObject instead of getEntity on doctrine events (lchrusciel)
This PR was merged into the 1.11 branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 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
-->


Commits
-------

431169f1c3 [Maintenance] Use getObject instead of getEntity on doctrine events
2022-08-09 07:01:41 +02:00
Łukasz Chruściel
4415ebf717
[CatalogPromotion] Fix too early data setting during catalog promotion form submission 2022-08-08 16:17:06 +02:00
Łukasz Chruściel
431169f1c3
[Maintenance] Use getObject instead of getEntity on doctrine events 2022-08-08 16:08:59 +02:00
Grzegorz Sadowski
e8c3e3cdee
refactor #14220 [CS][DX] Refactor ()
This PR was merged into the 1.11 branch.

Discussion
----------

This PR has been generated automatically.
For more details see [refactor.yml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yml).

Commits
-------

15306b9152 [CS][DX] Refactor
2022-08-08 14:17:59 +02:00
Sylius Bot
15306b9152 [CS][DX] Refactor 2022-08-08 02:47:32 +00:00
Grzegorz Sadowski
d0c022a3cf
[Documentation] Minor fixes to naming conventions page 2022-08-05 11:23:28 +02:00
Łukasz Chruściel
6539a51663
minor #14196 [Documentation] Add naming conventions to contributing section (GSadee)
This PR was merged into the 1.11 branch.

Discussion
----------

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

I would like to initiate a new chapter in our docs, in the  section. Definitely, there is a need for some iterations over it, especially that there is probably many more conventions to write down but I believe that it is a good start 😃 

![screencapture-localhost-63342-Sylius-docs-build-book-contributing-code-conventions-html-2022-07-26-14_10_58](https://user-images.githubusercontent.com/6140884/181002787-bbc444f6-c2f0-4c2e-b192-407b8e4fd7ba.png)



Commits
-------

3c910513c0 [Documentation] Add naming conventions to contributing section
2022-08-05 11:13:11 +02:00
Mateusz Zalewski
cc35ecf999
bug #14214 [API] Remove redundant validation config for the command that does not exist (GSadee)
This PR was merged into the 1.11 branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 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
-->


Commits
-------

a39e558eeb [API] Remove redundant validation config for the command that does not exist
2022-08-05 11:10:57 +02:00
patryk
0f2da35843 [Bundle][Attribute]Delete unnecessary newline 2022-08-03 15:07:39 +02:00
patryk
9e7b314cba [Bundle][Attribute]Added behavior tests to check attribute removal, and added a migration that disables cascading removal. 2022-08-03 15:05:17 +02:00
Grzegorz Sadowski
a39e558eeb
[API] Remove redundant validation config for the command that does not exist 2022-08-03 12:48:15 +02:00
Grzegorz Sadowski
f0df6a82af
bug #14213 [bug]Send request to GUS with https (Ferror)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.9, 1.10, 1.11, 1.12         |
| Bug fix?        | yes                                                       |
| New feature?    | no                                                      |
| BC breaks?      | no                                                      |
| Deprecations?   | no |
| Related tickets |                       |
| License         | MIT                                                          |

Due to the change of the GUS deployment to Digital Ocean Apps - there is no longer a need to keep the URL as HTTP. We cannot keep it SSL free, as Digital Ocean enforces HTTPS. The real problem occurred because locally it saves website statistics, but with ex. a Postman - The redirect is present, and even with the "allow_redirect" parameter by Guzzle the Website does not hold, yet returns proper Sylius Version.

## Without SSL
<img width="854" alt="Screenshot 2022-08-01 at 16 47 01" src="https://user-images.githubusercontent.com/17534504/182178374-40cc8c8d-6302-4d4a-aaa0-95c88fd6008b.png">
## With SSL
<img width="882" alt="Screenshot 2022-08-01 at 16 59 31" src="https://user-images.githubusercontent.com/17534504/182178989-aa72f489-50bb-46dd-aae2-f7d253eb9774.png">



Commits
-------

ed0c6ee6a5 [bug]Send request to GUS with https
2022-08-02 07:37:48 +02:00
Ferror
ed0c6ee6a5
[bug]Send request to GUS with https 2022-08-02 06:45:53 +02:00
Łukasz Chruściel
7a8d76c832
refactor #14211 [Behat] Extract javascript driver check (Zales0123)
This PR was merged into the 1.11 branch.

Discussion
----------

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

It was killing me for ages 💃

Commits
-------

052ae7423e [Behat] Extract javascript driver check
2022-08-01 17:22:17 +02:00
Łukasz Chruściel
17a54d9cd4
minor #14212 Adjust PR template file for 1.11 and 1.12 branches (Zales0123)
This PR was merged into the 1.11 branch.

Discussion
----------

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

Commits
-------

686cd9d6b3 Adjust PR template file for 1.11 and 1.12 branches
2022-08-01 17:15:50 +02:00
Mateusz Zalewski
686cd9d6b3
Adjust PR template file for 1.11 and 1.12 branches 2022-08-01 14:59:48 +02:00