Skip to content

Tags: richardhj/contao-knp-menu

Tags

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
richardhj Richard Henkenjohann
Prevent infinite recursion in custom navigation modules (#18)

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

Toggle 1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump depenencies

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove 0 values from trail

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
richardhj Richard Henkenjohann
Fix: Undefined array key

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
richardhj Richard Henkenjohann
Fix: CS

1.2.3

Toggle 1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correctly include subpages in result set (#12)

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Work around dropped method findPublishedSubpagesWithoutGuestsByPid (#11)

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add FrontendMenuEvent (#10)

1.2.0

Toggle 1.2.0's commit message

Unverified

This user has not yet uploaded their public signing key.
CS

1.1.1

Toggle 1.1.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump dependencies