You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix "Build Hierarchy" inconsistency. Building from CLI versus via admin panel resulted in different hierarchies (7373d1d). Hierarchy generation via back-end includes all items, including non-published ones. Outside the back-end (i.e. CLI) would only include published items. This has now been fixed to always include all items.
Fix URL Generation issue because of a thinking error in matching route requirements (1771c59). This bug only occurs on sites with a lot of routes where routes are split dynamically into smaller groups. A wrong match could be made at the cut-off. This check has been fixed.