This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
2.32.0
- as for
me-tools
2.24.0, it usesConfigure::readFromPlugins()
withConfigFiles
,WritableDirs
andVendorLinks
keys instead of the oldCONFIG_FILES
,WRITABLE_DIRS
andVENDOR_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 theMeCms\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 theMeCms.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
- Develop by @mirko-pagliai in #305
Full Changelog: 2.31.9...2.32.0