* 2.0:
Change application's version to v1.13.1-dev
Generate changelog for v1.13.0
Change application's version to v1.13.0
Change application's version to v1.12.16-dev
Generate changelog for v1.12.15
Change application's version to v1.12.15
[Bunnyshell] Bump default node version to 20
Fix setup command locale parameter update
[Maintenance][Configuration] Deprecate unused `options` configuration nodes
[DX][Checkout][ShippingMethod] Dispatch new ui events
[Checkout][PaymentMethod] Extract description and inject it via the new event
[Checkout][PaymentMethod] Dispatch ui event to allow customize every choice in payment method selection
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).
**Remember!** The upmerge should always be merged with using `Merge pull
request` button.
In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.13 and 2.0"
```
If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.
Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).
**Remember!** The upmerge should always be merged with using `Merge pull
request` button.
In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/bootstrap-admin-panel -m "Resolve conflicts between 2.0 and bootstrap-admin-panel"
```
If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.
Once the conflicts are resolved, please run `git merge --continue` and
change the commit title to
```
Resolve conflicts between 2.0 and bootstrap-admin-panel
```
This PR was merged into the 1.13 branch.
Discussion
----------
- env autorefreshing every hour
- hide notices/deprecations in the logs
- add generating keypair for jwt signing
Commits
-------
maintenance(Bunnyshell): disable logging notices, strict errors and deprecations
maintenance(Bunnyshell): add refreshing the environment every hour
maintenance(Bunnyshell): add generating keypair for generating JWT tokens