Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

2.29.4

Compare
Choose a tag to compare
@mirko-pagliai mirko-pagliai released this 23 Dec 13:43
· 808 commits to master since this release
158d00e
  • 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 the mecms_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 for Banner and Photo 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.