Skip to content

Version 2.1

Compare
Choose a tag to compare
@Ronef Ronef released this 05 May 08:15
· 28 commits to master since this release
  • + Snippet: All templates has the following placeholders:
    • + [+totalAllChildren+] — total number of displayed children at all levels.
    • + [+totalThisLevelChildren+] — total number of displayed immediate children.
    • + [+level+] — item level in menu.
  • * \ddMenuBuilder
    • + \ddMenuBuilder::generate:
      • + Return the following 2 counters:
        • + $result['totalAll'] — total number of items displayed at all levels.
        • + $result['totalThisLevel'] — total number of items displayed at this level.
      • + Added the parameter $params->level for internal use only.
      • * Returns stdClass instead of arrayAssociative.
    • * \ddMenuBuilder::prepareProviderParams:
      • + The $params->providerParams parameter can be set as stdClass too.
      • * Returns stdClass instead of arrayAssociative.
    • * \ddMenuBuilder::$templates: Now it's stdClass.
  • + Composer.json.
  • + CHANGELOG: Small improvements.
  • + README:
    • + Requires.
    • + Documentation → Installation.