Skip to content

Releases: GaryJones/genesis-header-nav

2.1.0

10 Aug 14:57
Compare
Choose a tag to compare
  • Add composer.json.
  • Add a change log.
  • Fix bug in documentation.

2.0.0

12 Nov 22:17
Compare
Choose a tag to compare

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

12 Nov 22:12
Compare
Choose a tag to compare

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

30 Oct 00:19
Compare
Choose a tag to compare

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

07 Sep 23:04
Compare
Choose a tag to compare
  • 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

30 Aug 15:03
Compare
Choose a tag to compare

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

1.0.0

30 Aug 12:32
Compare
Choose a tag to compare

First release.