Tags

Tags give the ability to mark specific points in history as being important
  • 1.2.3

    Release 1.2.3
  • 1.2.1

    Menu Autopilot 1.2.1
    
    Saving a title, subtitle, or any other field on an automatic child no
    longer fails as a menu-link removal.
  • 1.2.0

    Menu Autopilot 1.2.0
    
    Keep-current-order sort so editors can drag automatic children.
    Parent-form section labelled Menu Autopilot: children of this item.
    Archive or unpublish from the node form no longer fatals in menu_ui.
  • 1.1.0

    db02067c · Release 1.1.0 ·
    Menu Autopilot 1.1.0
    
    Existing children policies when enabling automatic children:
    reuse matching links, reuse and remove extras, add missing only,
    or replace all. Optional reparent from elsewhere in the menu.
    Matching follows path aliases. Enabling automatic children no
    longer duplicates existing child links.
  • 1.0.2

    Menu Autopilot 1.0.2
    
    Declares the PHP floor in composer.json: >=8.1.
    
    Checked rather than assumed. PHPCompatibility reports the codebase clean from
    8.1 upward, Drupal 10.6 requires >=8.1.0, and this module takes no runtime
    dependency beyond core. The drupalcode previous-major lane already runs this
    suite on PHP 8.1.34 and passes.
    
    No resolution outcome changes today; the declared core range already implies
    the same floor.
  • 1.0.1

    2669c45b · Release 1.0.1 ·
    Menu Autopilot 1.0.1
    
    Patch release.
    
    Fixed: the settings form no longer declares its injected services readonly, which
    was fatal on PHP < 8.4 (within the supported range: Drupal 10.6 runs on PHP 8.1+)
    when Drupal rebuilds the form from its cache.
    
    Changed: complete type declarations across the module — it now passes PHPStan
    level 6 with no errors. No behavior change.
  • 1.0.0

    Menu Autopilot 1.0.0
    
    First stable release. Hybrid navigation for Drupal: curated top-level menu links
    whose children are generated from published content and kept in sync automatically.
    Headless-safe canonical entity:node/<id> URIs; automatic sync on publish, unpublish,
    re-type, and delete; per-parent sources (taxonomy term, content bundle, or manual
    node list); token labels; and multilingual support.
    
    Supported core: Drupal ^10.6 || ^11.3, with the 10.6 and 11.3 floors exercised in CI.
  • 1.0.0-rc1

    Menu Autopilot 1.0.0-rc1
    
    First release candidate. Hybrid navigation for Drupal: curated top-level menu
    links whose children are generated from published content and kept in sync
    automatically. Headless-safe canonical entity:node/<id> URIs, automatic sync on
    publish/unpublish/update/delete, token labels, editor UI, settings form, Drush
    commands (ma:rebuild, ma:fix-uris), and multilingual-ready storage.