Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Releases: GaryJones/genesis-header-nav

2.1.0

Choose a tag to compare

@GaryJones GaryJones released this 10 Aug 14:57
  • Add composer.json.
  • Add a change log.
  • Fix bug in documentation.

2.0.0

Choose a tag to compare

@GaryJones GaryJones released this 12 Nov 22:17

This versions breaks backwards-compatibility

  • Bump requirements for PHP to 5.3+, by using namespaces: 26bdd23
  • Bump WordPress requirement to 3.9: 35f91f3
  • Refactor the whole plugin. Splits up initialisation of the plugin, moves add_*() out of class constructor, etc.
  • Simplify loading plugin textdomain.
  • Added and updated README examples.
  • Improve documentation.

1.3.1

Choose a tag to compare

@GaryJones GaryJones released this 12 Nov 22:12

This is the last release that has low requirements for PHP, and WordPress.

  • Fixes initialising of plugin, so that the filtering of location priority can occur within plugins and themes.

1.3.0

Choose a tag to compare

@GaryJones GaryJones released this 30 Oct 00:19

Simplifies code by using genesis_nav_menu() function introduced in Genesis Framework 2.1.0, so this is now the minimum requirement.

There is no check to see if you are running Genesis 2.1, because you should be already.

1.2.0

Choose a tag to compare

@GaryJones GaryJones released this 07 Sep 23:04
  • Fixes incorrect check for wrong menu location when adding body class.
  • Improves the registration of nav menus.
  • Adds GitHub Updater plugin support, making automatic updates direct from GitHub possible.
  • Adds README example for how to use this plugin to add a Top (before header) menu location.

1.1.0

Choose a tag to compare

@GaryJones GaryJones released this 30 Aug 15:03

Add a new filter, and change the default priority of the nav within the header.

1.0.0

Choose a tag to compare

@GaryJones GaryJones released this 30 Aug 12:32

First release.