From fd812adc3addd585cf24c4c9c7a42fa92673cfee Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Tue, 30 May 2023 11:36:24 +0200 Subject: [PATCH] Update MIGRATE-DEV.md --- MIGRATE-DEV.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MIGRATE-DEV.md b/MIGRATE-DEV.md index e91d31c66e..1538524138 100644 --- a/MIGRATE-DEV.md +++ b/MIGRATE-DEV.md @@ -12,6 +12,7 @@ Version 1.15 (Unreleased) 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 replace `get_class()` ### Type restrictions