Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marksabbath authored Aug 13, 2019
1 parent 4f42d4a commit 5ba1381
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion genesis-simple-menus.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

define( 'GENESIS_SIMPLE_MENU_SETTINGS_FIELD', 'genesis_simple_menu_settings' );
define( 'GENESIS_SIMPLE_MENU_VERSION', '1.0.1' );
define( 'GENESIS_SIMPLE_MENU_VERSION', '1.1.0' );
define( 'GENESIS_SIMPLE_MENU_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'GENESIS_SIMPLE_MENU_PLUGIN_URL', plugins_url( '', __FILE__ ) );

Expand Down
10 changes: 5 additions & 5 deletions languages/genesis-simple-menus.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the Genesis Simple Menus plugin.
msgid ""
msgstr ""
"Project-Id-Version: Genesis Simple Menus 1.0.1\n"
"Project-Id-Version: Genesis Simple Menus 1.1.0\n"
"Report-Msgid-Bugs-To: StudioPress <[email protected]>\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-08-05T13:38:35+00:00\n"
"POT-Creation-Date: 2019-08-12T16:48:07+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.1.0\n"
"X-Domain: genesis-simple-menus\n"
Expand Down Expand Up @@ -47,14 +47,14 @@ msgstr ""
msgid "%1$s requires WordPress %2$s and <a href=\"%3$s\" target=\"_blank\">Genesis %4$s</a>, or greater. Please %5$s the latest version of Genesis to use this plugin."
msgstr ""

#: includes/class-genesis-simple-menus-entry.php:85
#: includes/class-genesis-simple-menus-entry.php:87
#: includes/views/term-edit-field.php:13
msgid "Navigation"
msgstr ""

#: includes/views/term-edit-field.php:22
#: includes/views/term-edit-field.php:40
#: includes/views/term-edit-field.php:42
#: includes/views/entry-metabox-content.php:19
#: includes/views/entry-metabox-content.php:37
#: includes/views/entry-metabox-content.php:39
msgid "Default"
msgstr ""
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"description": "Genesis Simple Menus allows you to select a WordPress menu for secondary navigation on individual posts/pages.",
"author": "StudioPress",
"authoruri": "http://www.studiopress.com/",
"version": "1.0.1",
"version": "1.1.0",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "genesis-simple-menus"
Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
Contributors: wpmuguru, nathanrice, studiopress, seothemes, marksabbath
Tags: genesis,genesiswp,studiopress,menu,navigation
Requires at least: 4.4.2
Tested up to: 5.1.1
Stable tag: 1.0.1
Tested up to: 5.2.2
Stable tag: 1.1.0

With Genesis, Simple Menus allows you to select a WP menu for secondary navigation on posts, pages, categories, tags or custom taxonomies.

== Description ==

This plugin allows you to assign WordPress navigation menus to the secondary navigation menu within the Genesis Theme Framework on a per post, per page, or per tag/category archive basis. The per post, page, category or tag setting overrides whatever menu setting you have in your Genesis Theme setting. It does require that you have your Secondary Navigation enabled in your Genesis Theme Settings.

[The Author](http://ronandandrea.com/)
[The Author](https://ronandandrea.com/)

[Plugin Page](http://www.studiopress.com/plugins/genesis-simple-menus)
[Plugin Page](https://www.studiopress.com/plugins/genesis-simple-menus)

== Installation ==

Expand All @@ -24,6 +24,10 @@ This plugin allows you to assign WordPress navigation menus to the secondary nav

== Changelog ==

= 1.1.0 =
* Add option for primary navigation
* Test with WordPress 5.2.2

= 1.0.1 =
* Fix Coding Standards issues.
* Restructuration of files.
Expand Down
2 changes: 1 addition & 1 deletion simple-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Genesis Simple Menus
* Plugin URI: https://github.com/studiopress/genesis-simple-menus/
* Description: Genesis Simple Menus allows you to select a WordPress menu for secondary navigation on individual posts, pages, and taxonomies.
* Version: 1.0.1
* Version: 1.1.0
* Author: StudioPress
* Author URI: https://www.studiopress.com/
* License: GNU General Public License v2.0 (or later)
Expand Down

0 comments on commit 5ba1381

Please sign in to comment.