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

2.32.0

Compare
Choose a tag to compare
@mirko-pagliai mirko-pagliai released this 04 May 13:08
· 30 commits to master since this release
04f7359
  • as for me-tools 2.24.0, it uses Configure::readFromPlugins() with ConfigFiles, WritableDirs and VendorLinks
    keys instead of the old CONFIG_FILES, WRITABLE_DIRS and VENDOR_LINKS keys;
  • added MeCms\View\View\Admin\AppView::getAllMenuHelpers() method. The admin sidebar template has been rewritten;
  • the MenuHelper has been removed and replaced with more classes under the MeCms\View\Helper\MenuHelper namespace
    (one class for each menu, instead of one method for each menu in the helper itself). The helper list is set in the
    bootstrap, with the MeCms.MenuHelpers config key (and the other plugins will have to do the same);
  • AbstractMenuHelper has been completely rewritten, with new methods to be implemented by menu helpers that extend it;
  • MenuBuilderHelper no longer exists (and is not being replaced).

What's Changed

Full Changelog: 2.31.9...2.32.0