* 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
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:
Fix code review comments
Error on show product without pricing
improve DQL in sales provider
[Docs][Book] Fix order payment state machine diagram
[Docs][Book] Fix payment state machine diagram
[Docs][Book] Fix order checkout state machine diagram
[Admin] Use findOneBy() instead of findAll() to get the first channel
[Docs][Plus] Add Plus upgrading guide
add postgres support for getLastYearSalesSummary query
rewrite sql query in getLastYearSalesSummary to a DQL query in order to use not a hardcoded table name
inject OrderRepository to SalesDataProvider in order not to use hardcoded table names
This PR was merged into the 1.7 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.7
| Doc fix? | no
| New docs? | yes
| Related tickets | should be also updated on master after #11445
| License | MIT
Commits
-------
79bde59e4d [Docs][Plus] Add Plus upgrading guide
This PR was merged into the 1.7 branch.
Discussion
----------
Closes#10179, this PR is the last step remaining - look into that PR for the context 🎉
- [x] Allow redirecting to the URLs
- [x] Set up redirections for the following packages:
- [x] Registry
- [x] ThemeBundle
- [x] FixturesBundle
- [x] Mailer & MailerBundle
- [x] Grid & GridBundle
- [x] Resource & ResourceBundle
All documentation URLs will still work and redirect to the documentation of respective packages on GitHub.
Commits
-------
cd55eaa016 [Docs] Allow redirecting to URLs
bd035cb676 [Docs] Redirect ThemeBundle docs to external URL
90a170f13e [Docs] Redirect FixturesBundle docs to external URL
408b3df55c [Docs] Redirect Mailer & MailerBundle docs to external URL
6c9629831a [Docs] Redirect Resource & ResourceBundle docs to external URL
ba7c3918a2 [Docs] Redirect Grid & GridBundle docs to external URL
174330f693 [Docs] Redirect Registry docs to external URL
This PR was merged into the 1.8-dev branch.
Discussion
----------
Mentioned "master" branch is now "v1.7.x" tag.
Commits
-------
05fbaa9454 [Docs] Remove experimental badges mentioning "master" branch from theming guide
This PR was merged into the 1.8-dev branch.
Discussion
----------
Commits
-------
4c18a3f66c [Docs] Update installation requirements & add upgrade instructions for Plus