* 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
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#11238
| License | MIT
Commits
-------
ec81472a11 change lorem ipsum description and fix carousel header
e452f32c8b Changed descriptions and added italic font
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master <!-- see the comment below -->
| Bug fix? | no
| New feature? |yes
| BC breaks? | yes
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets |
| 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
-->
Adds a dynamic search input for the admin sidebar menu

Commits
-------
501e670866 [Admin] Make sidebar menu searchable
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Commits
-------
304256e462 fix left nav arrow double click
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Related tickets | -
| License | MIT
## Proposal
Channel prices in a simple product get displayed on the product page under the list of channels. So I propose that they will be made into a tabbed view so that they are more easy to manage. If you have a lot of channels (where the product is not active for example) you have a lot of values to scroll through.
### Before

### After

Commits
-------
79a5074dd5 Using tabs for channel pricing
d4511ea2de Extracting channel_pricings out to its own template
80661a5771 Fixing tests
4de3ba117d Adding label back in to fix behat tests
fc34aca7ce Adding a transformer for channels
a5e37128b7 Update src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsContext.php
0df50ab725 Fixing the tests
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
`sylius.gateway_factories` parameter stays the same, priority is only used to order gateways - and therefore to display them in proper order in the admin panel.
<img width="258" alt="Zrzut ekranu 2020-06-3 o 16 45 41" src="https://user-images.githubusercontent.com/6212718/83651388-b7d5db00-a5b9-11ea-9e2a-f964a1fb99c2.png">
If priority is not set, it's `0` by default.
Commits
-------
99da07c20e Add priority to payment gateway
1d09e38a25 Add test and simplify implementation
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | yes
| BC breaks? | not sure
| Deprecations? | not sure
| Related tickets |
| License | MIT

TODO: Block possibility to move timeframe in future after the time we have today
Commits
-------
8b51e308ef switch timeframe on admin dashboard
This PR was merged into the 1.7-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| License | MIT
Fix build and improve `getError()` more usable
Commits
-------
392982c6fc Add fix for getError() metchod
c659707a30 modify chrome travis run command