Tags

Tags give the ability to mark specific points in history as being important
  • 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.