Данный релиз направлен в основном на исправление ошибок которые были найдены в в версии 2.0

github.com/evolution-cms/evolution/releases/tag/2.0.1

Новые возможности:
мы можем использовать DynamicRelation
SiteContent::addDynamicRelation('comments', function (SiteContent $myModel) {
     return $myModel->hasMany(Comments::class);
});

Пример: github.com/Ser1ous/evocms-comments
Видео(ru): www.youtube.com/watch?v=gJj05HwOm0A
Библиотека: github.com/i-rocky/eloquent-dynamic-relation

Список изменений:
— Update DocLister
— fix: manager fix change theme (Serious)
— fix: #1271 childrens should be children (Dmi3yy)
— fix: #1294 Bad layout on page template-bound resources (Dmi3yy)
— fix: Lang issue & #1272 (Dmi3yy)
— fix: forgot ->db-> #1265 (Dmi3yy)
— fix: issets are need in codemirror plugin #1264 (Dmi3yy)
— fix: needs isset #1263 (Dmi3yy)
— fix: getDocumentObject method (Pathologic)
— fix: need use correct cachekey with event and GET (Dmi3yy)
— fix: manager theme bug (Dmi3yy)
— fix: styles anв icons (Ruslan Aleev)
— fix: tree icon for private resource (Mr B)
— fix: No hint path defined for [cache] (Pathologic)
— fix: Corrected lexicons, Corrected output of lexicons in template (Ruslan Aleev)
— fix: send mail to manager e-mail. (Yevhen Lebediev)
— fix: demo site install (Pathologic)
— fix: fullscreen tinymce hiding buttons (Mr B)
— fix: parse plugin params (dzhuryn.volodymyr)
— refactor: htaccess add rules for remove // #1239 fix (Dmi3yy)
— new: (core) Add Dynamic Relation (Ser1ous)