Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Nov 12, 2014
1 parent f348365 commit 314180f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Once activated, head to Appearance -> Menus. Create a menu as usual, and assign

The hook that filters the menu was called `genesis_do_header_nav` but is now called `genesis_header_nav` due to using the `genesis_header_nav()` function in Genesis 2.1.

Custom language files previously loaded from (example) `WP_LANG_DIR . '/genesis-header-nav/genesis-header-nav-en_GB.po'` now need to be placed at `WP_LANG_DIR . '/plugins/genesis-header-nav-en_GB.po'`, as per language packs.
**2.0.0:** Custom language files previously loaded from (example) `WP_LANG_DIR . '/genesis-header-nav/genesis-header-nav-en_GB.po'` now need to be placed at `WP_LANG_DIR . '/plugins/genesis-header-nav-en_GB.po'`, as per language packs.

This plugin uses PHP namespaces, so you'll need PHP 5.3+ powering your site.
**2.0.0:** This plugin uses PHP namespaces, so you'll need PHP 5.3+ powering your site.

## Customising

Expand Down
2 changes: 1 addition & 1 deletion genesis-header-nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin Name: Genesis Header Nav
* Plugin URI: https://github.com/GaryJones/genesis-header-nav
* Description: Registers a menu location and displays it inside the header for a Genesis Framework child theme.
* Version: 1.3.0
* Version: 2.0.0
* Author: Gary Jones
* Author URI: http://gamajo.com/
* Text Domain: genesis-header-nav
Expand Down
8 changes: 4 additions & 4 deletions languages/genesis-header-nav.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: Genesis Header Nav v1.3.0\n"
"POT-Creation-Date: 2014-10-30 00:13:00+0000\n"
"PO-Revision-Date: 2014-10-30 00:13:00+0000\n"
"Project-Id-Version: Genesis Header Nav v2.0.0\n"
"POT-Creation-Date: 2014-11-12 22:13:00+0000\n"
"PO-Revision-Date: 2014-11-12 22:13:00+0000\n"
"Report-Msgid-Bugs-To: https://github.com/GaryJones/genesis-header-nav/issues \n"
"Last-Translator: Gary Jones\n"
"Language-Team: English https://github.com/GaryJones/genesis-header-nav \n"
Expand All @@ -22,6 +22,6 @@ msgstr ""
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes"

#: class-genesis-header-nav.php:76
#: includes/class-genesis-header-nav.php:42
msgid "Header"
msgstr ""

0 comments on commit 314180f

Please sign in to comment.