Skip to content

Releases: richardhj/contao-knp-menu

1.4.0: Prevent infinite recursion in custom navigation modules (#18)

Choose a tag to compare

@richardhj richardhj released this 24 Jul 13:49
6c63f6f
A customnav module returns its configured page selection irrespective of
the requested parent page. When a selected page has subpages, the builder
recursed into the same selection and could loop indefinitely. Skip subpage
retrieval for custom navigations by default and expose the knp_skip_subpages
option to control it (prefixed to avoid clashing with page fields).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

1.3.3

Choose a tag to compare

@richardhj richardhj released this 07 Sep 11:59
af638a4
Bump depenencies

1.3.2

Choose a tag to compare

@richardhj richardhj released this 27 Jun 20:23
54ec493
Remove 0 values from trail

1.3.1

Choose a tag to compare

@richardhj richardhj released this 04 Jan 20:16
916387c
Fix: Undefined array key

1.3.0

Choose a tag to compare

@richardhj richardhj released this 04 Jan 19:59
ad66045

You can now use knp_menu_get('contao') when you don't want to create a navigation module in the backend.

1.2.3

Choose a tag to compare

@richardhj richardhj released this 22 Nov 11:59
3d64469
Correctly include subpages in result set (#12)

1.2.2

Choose a tag to compare

@richardhj richardhj released this 12 Nov 21:19
1cc5bf0
Work around dropped method findPublishedSubpagesWithoutGuestsByPid (#11)

1.2.1

Choose a tag to compare

@richardhj richardhj released this 11 Feb 17:38
c4b5a9e
Add FrontendMenuEvent (#10)

1.2.0

Choose a tag to compare

@richardhj richardhj released this 10 Feb 11:56
CS

1.1.1

Choose a tag to compare

@richardhj richardhj released this 04 Sep 19:39
Bump dependencies