mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
878 B
878 B
Module Migration Guide
See humhub/documentation::docs/develop/modules-migrate.md for full version.
Version 1.15 (Unreleased)
Behaviour change
\humhub\libs\BaseSettingsManager::deleteAll()
no longer uses the$prefix
parameter as a full wildcard, but actually as a prefix. Use$prefix = '%pattern%'
to get the old behaviour. Or use$parameter = '%suffix'
if you want to match against the end of the names.\humhub\libs\BaseSettingsManager::get()
now returns a pure int in case the (trimmed) value can be converted- New
PolymorphicRelation::getObjectModel()
: should replaceget_class()
Type restrictions
\humhub\libs\BaseSettingsManager
and its child classes on fields, method parameters, & return types