mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Updated Migrate Notes
This commit is contained in:
parent
da194567b0
commit
39dea0acfd
@ -15,7 +15,8 @@ At least PHP 8.0 is required with this version.
|
||||
### Behaviour change
|
||||
- New Meta Search API
|
||||
- Controller route change: `/search/mentioning` -> `/user/mentioning`
|
||||
- `Yii::$app->search()` is not longer available. See Content/User/Spaces search for alternatives.
|
||||
- `Yii::$app->search()` component is not longer available.
|
||||
- Use `(new ContentSearchService($exampleContent->content))->update();` instead of `Yii::$app->search->update($exampleContent);`
|
||||
|
||||
### Deprecations
|
||||
- `\humhub\components\Module::getIsActivated()` use `getIsEnabled()` instead
|
||||
|
Loading…
x
Reference in New Issue
Block a user