Merge branch '1.8' into 1.9

* 1.8:
  [API] Disable API by default
This commit is contained in:
Adam Kasperczak 2021-07-23 07:28:15 +02:00
commit 1b0a5ed427

View file

@ -1,6 +1,11 @@
# UPGRADE FROM `v1.8.4` TO `v1.8.6`
1. Api is disabled by default, to enable it you need to set flag ``sylius_api.enabled`` to ``true`` in ``app/config/packages/_sylius.yaml``.
1. API is disabled by default, to enable it you need to set flag to ``true`` in ``app/config/packages/_sylius.yaml``:
```yaml
sylius_api:
enabled: true
```
1. Change configuration of new ApiBundle in your `config/packages/security.yaml` file: