Skip to content

Version 2.0

Compare
Choose a tag to compare
@Ronef Ronef released this 05 May 08:14
· 42 commits to master since this release
  • * Attention! Backward compatibility is broken!
  • * Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.24.1 is required.
  • * Template parameters refactoring.
  • + Added templates for unpublished items:
    • + $templates['itemUnpub'] — The menu item template for unpublished document. Default: $templates['item'].
    • + $templates['itemUnpubActive'] — The menu item template for unpublished document which is one of the parents to the current document when the current document doesn't displayed in the menu (e. g. excluded by the depth parameter). Default: $templates['itemActive'].
  • * \ddTools::$modx is used instead of global $modx.
  • * Fixed an error when docs that must be hidden will be showed.
  • * Refactoring, other small changes.