Skip to content

Releases: dmstr/yii2-pages-module

2.5.12

27 Oct 12:52
a045746

Choose a tag to compare

What's Changed

  • new treeview version handles view rendering differently by @pmeyer0501 in #58

New Contributors

Full Changelog: 2.5.11...2.5.12

2.5.11

19 Aug 11:54

Choose a tag to compare

Full Changelog: 2.5.10...2.5.11

2.5.10

11 Aug 11:40
fae4cec

Choose a tag to compare

What's Changed

*RequestParamActionTrait::jsonFromAction - use default action for controller only routes by @handcode in #56
*Removed localized root node message
*Updated kartik-v/yii2-tree-manager requirement to ^1.1.2
*Update Tree model to support new child_allowed attribute (since kartik-v/yii2-tree-manager 1.0.9)
*Improved permission check for page nodes so allowed child nodes in not allowed parents do not show up

Full Changelog: 2.5.9...2.5.10

2.5.9

14 May 11:24
d4d5e64

Choose a tag to compare

What's Changed

  • RequestParamActionTrait: add ActionParamSchema option by @handcode in #55

Full Changelog: 2.5.8...2.5.9

2.5.7

08 Dec 14:09

Choose a tag to compare

What's Changed

  • An return to redirect response for ref-page action by @eluhr in #54

Full Changelog: 2.5.6...2.5.7

2.5.0

12 Jan 12:12

Choose a tag to compare

What's Changed

Full Changelog: 2.4.4...2.5.0

2.4.4

12 Jan 12:10

Choose a tag to compare

Fix: jsonEditor init for requestParams when route was changed

Full Changelog: 2.4.2...2.4.4

2.4.2

08 Jul 07:07

Choose a tag to compare

What's Changed

  • refactored RequestParamActionTrait
  • backend: fixed request_params editor initialization if route changed

2.4.0

12 Nov 08:35
8cf02e0

Choose a tag to compare

Merge pull request #47 from dmstr/feature/actionRefPage

Feature/action ref page

2.3.3

11 Nov 13:33
4f358c5

Choose a tag to compare

Merge pull request #46 from dmstr/feature/split-fat-methods

move getter for rootNode and leaves from Tree::getMenuItems()