This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
2.29.4
SitemapBuilder::getMethods()
returns a collection and it's now public;StaticPage::all()
returns a collection;AppView::userbar()
always returns the userbar as array;Plugin::all()
method now takes themecms_core
option, which excludes
plugins automatically requested by MeCms;- fixed
TestSuite
classes,MenuBuilderHelper
and some template files, improved
to use with other plugins; - fixed old bug on loading theme plugins;
- fixed little bug for the
description
field forBanner
andPhoto
entities; - fixed composer script to extract POT files;
- updated for
php-tools
1.4.5; - removed redundant code in routes;
- added
phpstan
, so fixed some code and descriptions.