This PR was merged into the 1.7 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.7
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
The next step is installing PayPalPlugin on Sylius-Standard by default 💃
<img width="1102" alt="Zrzut ekranu 2020-11-9 o 11 55 47" src="https://user-images.githubusercontent.com/6212718/98536784-a68bab80-2288-11eb-992b-6be9328ff93c.png">
Commits
-------
e1da37e748 Visualy deprecate PayPal Express Checkout
710b39914f Mention in documentation a new PayPal integration
This PR was merged into the 1.7 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.7
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Commits
-------
52fe833452 Update Github PR template
This PR was merged into the 1.8 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.8
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| License | MIT
Commits
-------
d2b4a308b8 Use proper parameters in access control patterns
3f75a171f3 Fix order
f20cb2dacb Update upgrade guide
9b87f3f7b6 Update UPGRADE-1.8.md
e57f5cd531 Update UPGRADE-1.8.md
3c83d1752b [UPGRADE] Update versions
This PR was merged into the 1.7 branch.
Discussion
----------
Order (label <=> input) in Semantic UI
| Q | A
| --------------- | -----
| Branch | 1.7, 1.8 and master
| Bug fix | yes
| New feature | no
| BC breaks | no
| Deprecations | no
| License | MIT
Commits
-------
769567f2c3 [UI] Fix broken checkboxes that dont change state
* 1.7:
Update controller.rst
Updated translation.rst
Change application version to v1.7.11-DEV
Generate changelog for v1.7.10
Change application version to v1.7.10
This PR was merged into the 1.7 branch.
Discussion
----------
in the services.yaml you need to override sylius.controller.shop.homepage not app.controller.shop.homepage
| Q | A
| --------------- | -----
| Branch? | 1.7
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Commits
-------
fc20856c94 Update controller.rst
This PR was merged into the 1.7 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.6
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | Follow-up to [PR 17](https://github.com/Sylius/Customizations/pull/17)
| License | MIT
I think that we should mention that clearing the cache is required in order to see the new translations appear.
Commits
-------
a5c570147c Updated translation.rst
This PR was merged into the 1.8 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Just a little documentation fix :).
Commits
-------
c0a377a349 Use the correct variable
* 1.7:
[Order] codestyles: check for null instead of LoggerInterface
[Order] Check if logger is instance of LoggerInterface before logging an error & add it_wont_stop_cancelling_unpaid_orders_on_exception_for_a_single_order_and_skips_logging_if_logger_is_not_set
[Order] Allow logger to be nullable in UnpaidOrdersStateUpdater to avoid BC break
[Order] Do not stop cancelling unpaid orders on exception during cancelling a single order
This PR was merged into the 1.7 branch.
Discussion
----------
…elling a single order
| Q | A
| --------------- | -----
| Branch? | 1.7
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes#11768 & fixes#11945
| License | MIT
<!--
- Bug fixes must be submitted against the 1.7 branch (the lowest possible)
- Features and deprecations must be submitted against the master 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
-------
e6eac6c360 [Order] Do not stop cancelling unpaid orders on exception during cancelling a single order
a2624a8849 [Order] Allow logger to be nullable in UnpaidOrdersStateUpdater to avoid BC break
ec1e0cd30d [Order] Check if logger is instance of LoggerInterface before logging an error & add it_wont_stop_cancelling_unpaid_orders_on_exception_for_a_single_order_and_skips_logging_if_logger_is_not_set
aaa61cbb5e [Order] codestyles: check for null instead of LoggerInterface
This PR was merged into the 1.8 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.8
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
<!--
- Bug fixes must be submitted against the 1.7 or 1.8 branch (the lowest possible)
- Features and deprecations must be submitted against the master 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
-------
1d6f4dc9a2 [Maintenance] Bump psalm, fix naming issues and build
This PR was merged into the 1.7 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.7
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | Mentioned in https://github.com/Sylius/Sylius/pull/11694#issuecomment-720369247
| License | MIT
Commits
-------
5e56a0a09d Remove nikic/php-parser as a conflict
This PR was merged into the 1.8 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.8
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
It's required for our ApiPlatform denormalizer implementations. With `symfony/serializer` in version **4.4**, the following error occurs:
<img width="572" alt="Zrzut ekranu 2020-10-30 o 16 47 20" src="https://user-images.githubusercontent.com/6212718/97726834-f2439580-1acf-11eb-9275-f716bcb28ad4.png">
Commits
-------
d53f6fbb40 Adjust services to symfony/serializer:4.4
This PR was merged into the 1.8 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.8
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Commits
-------
c48e14bd06 [Behat] Fix argument name after upgrade Behat to v3.8.0
This PR was merged into the 1.8 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.8
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
According to note:

<!--
- Bug fixes must be submitted against the 1.7 or 1.8 branch (the lowest possible)
- Features and deprecations must be submitted against the master 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
-------
1d96476669 [Minor] Update service definition to not using depracated service
This PR was merged into the 1.7 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.7
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes#11625
| License | MIT
Fix the relation between Channel and ShopBillingData to allow override the ShopBillingData entity.
Commits
-------
7f68b621de Use ShopBillingDataInterface instead of ShopBillingData
This PR was merged into the 1.7 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.7
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | partially fix#11970
| License | MIT
<!--
- Bug fixes must be submitted against the 1.7 or 1.8 branch (the lowest possible)
- Features and deprecations must be submitted against the master 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
-------
c97e3c2a58 [Maintenance] Conflic symfony doctrine bridge
This PR was merged into the 1.8 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.8
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes#11918
| License | MIT
<!--
- Bug fixes must be submitted against the 1.7 or 1.8 branch (the lowest possible)
- Features and deprecations must be submitted against the master 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
-------
ccfe7351a4 [Core] Decouple cart collector from shop