* 1.11:
Update docs/cookbook/administration/editing-orders.rst
small lexical fixes
Rename files to better reflect page
PR fixes
[DOCS] Cookbook of how to modify placed order
This PR was merged into the 1.10 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.10 <!-- see the comment below -->
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | [PR](https://github.com/Sylius/RefundPlugin/pull/343)
| License | MIT
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Commits
-------
8d691d4f45 [DOCS] customizing logo in Credit Memo's
This PR was merged into the 1.11-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| License | MIT
Small update of images with new version of endpoints (before it was new-api now it is api/v2)
Example of new image

Commits
-------
aa5627da19 [DOCS] Update images
This PR was merged into the 1.11-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? |
| Related tickets |
| License | MIT
<!--
- Bug fixes must be submitted against the 1.9 or 1.10 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Commits
-------
e4a968d07a [Docs] add registration/login examples
8e70b928e9 Document full checkout process
* 1.9:
Update docs/cookbook/invoices/generating-invoice-after-payment.rst
Fixes to lists
[DOCS] Generating invoice after payment
Fix to ordered list
[API] Fix formating for list in invoice cookbook
[DOCS] How to modify invoices'
* 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