-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
boris-brtan
commented
Mar 1, 2019
•
edited
Loading
edited
Q | A |
---|---|
Description, reason for the PR | to improve UPGRADE instructions and try the stable release with project that contains external changes |
New feature | Yes |
BC breaks | Yes |
Fixes issues | many |
Standards and tests pass | Yes |
Have you read and signed our License Agreement for contributions? | Yes |
4c82f57
to
67c7b9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for the PR. I found a few small things so check them out and I have one more question. Why didn't you change the implementation of picture element as it was the last upgrade instruction?
tests/ShopBundle/Functional/Model/Cart/CartFacadeDeleteOldCartsTest.php
Outdated
Show resolved
Hide resolved
tests/ShopBundle/Functional/Model/Pricing/InputPriceRecalculationSchedulerTest.php
Outdated
Show resolved
Hide resolved
tests/ShopBundle/Functional/Model/Pricing/InputPriceRecalculationSchedulerTest.php
Outdated
Show resolved
Hide resolved
01cba77
to
1c20da4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, the new changes look ok 👍
I briefly went through the whole PR and I have 2 more notes on that, please check them out 🙂
1c20da4
to
169a350
Compare
Beware that the |
79253c9
to
0d4c7bd
Compare
- dependencies in composer.json were upgraded to stable version - composer.lock were updated
- dump-translations target was executed - missing translations were introduced - CustomerController tranlatable exception was fixed
- datafixtures were copied into ShopBundle\Datafixture namespace - datafixture services were registrered in Resources/config/services/commands.yml and Resources/config/services/data_fixtures.yml - custom MailTemplates were merged - base directory for data fixture files were changed in paths.yml
- datafixtures, tests, discount change, templates and so, were fixed - new doctrine type were introduced into doctrine.yml - constraint and translations are fixed
0d4c7bd
to
783219c
Compare