Skip to content

Commit

Permalink
Prerelease 1.13b
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyas Ronef committed Oct 17, 2018
1 parent 0c444ce commit 8b12fa8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# ddMenuBuilder changelog
## Version 1.13b (2018-10-17)
* \* Attention! PHP >= 5.6 is required.
* \* ddMenuBuilder snippet:
* \* Wrong type of “providerParams” was fixed.
* \* ddMenuBuilder class:
* \* Small refactoring.
* \* Optimization:
* \- ddMenuBuilder->generate: Redudnand “array_merge” removed,
* \- ddMenuBuilder->generate: Убран проход по всем документам в дереве который определял где находится активный документ.

## Version 1.12 (2017-08-30)
* \* Menu item active status is no logner depends on the “show_in_menu” children flag.
* \+ Added JSON format support for the “providerParams” and “placeholders” parameters.
Expand Down
6 changes: 3 additions & 3 deletions ddMenuBuilder.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* ddMenuBuilder
* @version 1.12 (2017-08-30)
* @version 1.13b (2018-10-17)
*
* @desc Fresh, simple and flexible template-driven menu builder. Initially inspired by combination of the Wayfinder and Ditto advantages with significant code simplification.
*
Expand Down Expand Up @@ -49,9 +49,9 @@
* @example &placeholders=`{"pladeholder1": "value1", "pagetitle", "My awesome pagetitle!"}`.
* @example &placeholders=`pladeholder1=value1&pagetitle=My awesome pagetitle!`.
*
* @link http://code.divandesign.biz/modx/ddmenubuilder/1.12
* @link http://code.divandesign.biz/modx/ddmenubuilder/1.13b
*
* @copyright 2009–2017 DivanDesign {@link http://www.DivanDesign.biz }
* @copyright 2009–2018 DivanDesign {@link http://www.DivanDesign.biz }
*/

//Подключаем класс (ddTools подключится там)
Expand Down

0 comments on commit 8b12fa8

Please sign in to comment.