* 1.7:
Remove inheritdoc directives
Apply coding standard fixes
Upgrade yarn.lock
[Docs] fix sylius plus deployment
Update github PR template
Sylius 1.4 end of security support
[Fix] Less strict symfony form conflict
[Translations] Updated translations from Crowdin
Changed descriptions and added italic font
change lorem ipsum description and fix carousel header
This PR was merged into the 1.8-dev branch.
Discussion
----------
Related to #11500. Used https://github.com/ergebnis/composer-normalize to normalize composer.json files.
Commits
-------
86fdef2b89 Synchronise packages composer.json files with the main one + normalize them
Use https for:
- github.com
- symfony.com
- sylius.com
- docs.sylius.com
- php.net
- pjedrzejewski.com
- phpspec.net
No change in translation files because it's managed by crowdin.
No change in XML files or XML code blocks.
* 1.7:
[Maintenance] Remove memory swap
[Maintenance] Lower Sylius\ThemeBundle to 1.5
[Maintenance] Lower Sylius\FixtureBundle to 1.4
[Maintenance] Lower Sylius\Registry to 1.4 & Sylius\Mailer to 1.4
[Maintenance] Upgrade packages to Sylius ^1.6
Attempting to create swap space to accomodate composer's memory issues
Refactored unit test for the order items subtotal calculator test
Removed doc from constructor
Update src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php
Also triggering user deprecation "error"
Changed todo into deprecation comment
Made injection of calculator in twig extension optional
Enabling psalm plugin
Added mockery plugin for psalm
Separated order items subtotal calculation logic from twig extension
Use only empty function to check property path
Check is null
Check if PropertyPath is empty for add error to form
* 1.6:
[Maintenance] Remove memory swap
[Maintenance] Lower Sylius\ThemeBundle to 1.5
[Maintenance] Lower Sylius\FixtureBundle to 1.4
[Maintenance] Lower Sylius\Registry to 1.4 & Sylius\Mailer to 1.4
[Maintenance] Upgrade packages to Sylius ^1.6
Attempting to create swap space to accomodate composer's memory issues
Refactored unit test for the order items subtotal calculator test
Removed doc from constructor
Update src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php
Also triggering user deprecation "error"
Changed todo into deprecation comment
Made injection of calculator in twig extension optional
Enabling psalm plugin
Added mockery plugin for psalm
Separated order items subtotal calculation logic from twig extension
Use only empty function to check property path
Check is null
Check if PropertyPath is empty for add error to form
This PR was merged into the 1.6 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.6
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| License | MIT
I'd like to be able to use the logic for calculating the subtotal of all order items outside of Twig templates, hence this separation.
Commits
-------
dc9abca3c7 Separated order items subtotal calculation logic from twig extension
06397e9ed9 Added mockery plugin for psalm
09d39b2940 Enabling psalm plugin
40c277ed94 Made injection of calculator in twig extension optional
d7f483d042 Changed todo into deprecation comment
6367184928 Also triggering user deprecation "error"
2f08497550 Update src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php
1ad620448f Removed doc from constructor
f4839fb327 Refactored unit test for the order items subtotal calculator test
7cca8bc5d2 Merge branch 'feature/separate-order-items-subtotal-calculation-logic' of github.com:4c0n/Sylius into feature/separate-order-items-subtotal-calculation-logic
0f64d06909 Attempting to create swap space to accomodate composer's memory issues
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | Partially #10928
| License | MIT
<!--
- Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
Commits
-------
71a71d9c52 [Maintenance] Bump ApiTestCase to v5.0
* 1.7:
Update Mink-related libraries to allow for Symfony 5
Fix fot totals event
Add yaml configuration for new template events
Move twig content to new templates in Block
Add new blocks in ShopBundle/Resources/views/Block/Layout
Add block config
Add deprecated notes
Move twig html from templates to blocks
Add new blocks in ShopBundle/Cart/Block
[Docs] Mention minimum-stability in Plus installation
[Docs] Fix installation steps
Add documentation to deploy Sylius to SymfonyCloud
user provider fix exception
This PR was merged into the 1.7-dev branch.
Discussion
----------
It is required only by "hwi/oauth-bundle" which is in "require-dev" as well.
Commits
-------
fd46e93eca Move "php-http/guzzle6-adapter" to "require-dev"