Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@xiaohutai xiaohutai released this 06 Feb 16:05
7373d1d
  • 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.