Plugin Directory

Changeset 2069198


Ignore:
Timestamp:
04/16/2019 08:46:52 AM (7 years ago)
Author:
SEOreviewtools
Message:

New menu icon

Location:
keyword-research-tool/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • keyword-research-tool/trunk/keyword-research-tool.php

    r2067114 r2069198  
    44Plugin URI:
    55Description: <strong>Keyword Research</strong> made simple for Wordpress. Enter your <strong>keyword</strong> and quickly discover keyword opportunities related to your topic.
    6 Version: 1.1
     6Version: 1.2
    77Author: Jasja ter horst - SEO Review Tools
    88Author URI: https://www.seoreviewtools.com
     
    5656       
    5757        function srt_keyword_tool_plugin_menu() {
    58             add_menu_page( 'Keyword Research Tool ', 'KW Research Tool', 'manage_options', 'keyword-research-tool', 'srt_keyword_tool_options', 'dashicons-search', 6  );
     58            add_menu_page(
     59                'Keyword Research Tool ',
     60                'KW Research Tool',
     61                'manage_options',
     62                'keyword-research-tool',
     63                'srt_keyword_tool_options',
     64                plugins_url( 'keyword-research-tool/images/icon.png' ),
     65                6 
     66            );
    5967        }
    6068       
  • keyword-research-tool/trunk/readme.txt

    r2067115 r2069198  
    55Requires at least: 3.0.1
    66Tested up to:  5.1.1
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
Note: See TracChangeset for help on using the changeset viewer.