From b213745c33cd516d88a7123475cd799b07039136 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 23 Mar 2017 10:47:49 -0400 Subject: [PATCH] Update plugin for menu location and icon Setting icon for clipboard. Setting position to 3.200 --- controllers/Admin.php | 3 ++- glm-simple-messageboard.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/controllers/Admin.php b/controllers/Admin.php index f4ee7ff..3ee869f 100644 --- a/controllers/Admin.php +++ b/controllers/Admin.php @@ -84,7 +84,8 @@ class Glmsimplemessageboard_Admin_Controller GLM_SIMPLEMESSAGEBOARD_NEW_CAPABILITY, 'glmsimplemessageboard', array($this, 'glmsimplemessageboard_options_page'), - 'dashicons-id' + 'dashicons-clipboard', + '3.200' ); } diff --git a/glm-simple-messageboard.php b/glm-simple-messageboard.php index d1976d5..bb560d1 100644 --- a/glm-simple-messageboard.php +++ b/glm-simple-messageboard.php @@ -2,7 +2,7 @@ /** * Plugin Name: GLM Simple Messageboard * Description: Option Setting for displaying two fields; a name and a message - * Version: 1.0.14 + * Version: 1.2.0 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com * License: All right reserved -- 2.17.1