Skip to content

Commit 7da580c

Browse files
adriendupuisdabrt
andauthored
Update to 4.6.12: ibexa/core-search (#2509)
--------- Co-authored-by: Tomasz Dąbrowski <[email protected]>
1 parent e89bae1 commit 7da580c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/update_and_migration/from_4.5/update_from_4.5.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,3 +577,11 @@ composer ibexa:setup --platformsh
577577

578578
Review the changes applied to `.platform.app.yaml` and `.platform/`,
579579
merge with your custom settings if needed, and commit them to Git.
580+
581+
## v4.6.12
582+
583+
If the new bundle `ibexa/core-search` has not been added by the recipies, enable it by adding the following line in `config/bundles.php`:
584+
585+
```php
586+
Ibexa\Bundle\CoreSearch\IbexaCoreSearchBundle::class => ['all' => true],
587+
```

0 commit comments

Comments
 (0)