Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/update_and_migration/from_4.5/update_from_4.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,3 +577,11 @@ composer ibexa:setup --platformsh

Review the changes applied to `.platform.app.yaml` and `.platform/`,
merge with your custom settings if needed, and commit them to Git.

## v4.6.12

Enable the new bundle `ibexa/core-search` in `config/bundles.php`with the following line if it has not been added by the recipies:

```php
Ibexa\Bundle\CoreSearch\IbexaCoreSearchBundle::class => ['all' => true],
```
Loading