* 1.11:
[Migrations] Remove Scope model in migrations
[Migrations] Remove unnecessary DB restrictions in migrations
issue/12985-migration-in-corebundle
Added two more rules
Adding back removed inheritdoc from other bundle
Fixed xml error and other optimizations
Readd inheritdoc
Fixed correct iteration of tagged services
renamed total form subscriber
Fixed another xml error
Fixed BC compat with SF3.4
Moved two rules to core since they depend on a core interface
Fixing build
Added docs
Moved services to correct service file
Changed constraint from numeric to integer
Renamed TotalType to AmountType
Added Behat scenarios
Updated Behat tests
fixed a few review comments
rebased
Fixed wrong xml formatting
Fixed more review comments
Added step to check for rule appendance
Fixing some build errors
Fixed psalm errors
Move shipping methods below inventory
This PR was merged into the 1.7-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes#9122
| License | MIT
Currently used only in checkout addressing to limit the list of countries. If not defined, fallbacks to the previous behaviour - all enabled countries.
<img width="672" alt="Screenshot 2020-01-22 at 20 10 51" src="https://user-images.githubusercontent.com/1897953/72925676-65ef8f80-3d53-11ea-831c-25fad0973a83.png">
Commits
-------
2e68737703 Define countries for a channel
This PR was merged into the 1.6-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.4
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
<!--
- Bug fixes must be submitted against the 1.4 or 1.5 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
In CI, we test migration up during installation, but we never test down migrations.
This new Travis test checks doctrine migration up & down.
Commits
-------
d72c1c4cd8 Test doctrine migrations up & down
* 1.2:
Apply coding standard fixes
#9699🍌 -> 🥥
Revert int strictness to just pass strings
Make tests passing
Fix build
Behat test for assigning main taxon on new product
#9699 Fix for viewing products when they belong to a taxon and to one of children taxon
This PR was merged into the 1.2-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.4
| Bug fix? | no
| New feature? | yes
| BC breaks? | maybe, but not in the code (Behat configuration, needs some testing)
| Deprecations? | no
| Related tickets | -
| License | MIT
See https://symfony.com/doc/current/configuration/dot-env-changes.html for reference.
TODO (after merge):
- Port this change to Sylius/Sylius-Standard (Sylius/Sylius-Standard#316)
- Port this change to Sylius/PluginSkeleton (Sylius/PluginSkeleton#155)
<!--
- Bug fixes must be submitted against the 1.2 or 1.3 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
Commits
-------
7ed723981f Switch to Symfony's dotenv file handling