Plugin Directory

Changeset 1764746


Ignore:
Timestamp:
11/13/2017 07:33:11 AM (8 years ago)
Author:
klickonit
Message:

Version 0.0.2

Location:
wp-404-page-management/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-404-page-management/trunk/404-page-management.php

    r1743713 r1764746  
    44Plugin Name: WP 404 Page Management
    55Description: Manage redirection when page not found
    6 Version: 0.0.1
     6Version: 0.0.2
    77Author: klick on it
    88Author URI: http://klick-on-it.com
  • wp-404-page-management/trunk/includes/class-klick-404-dashboard.php

    r1743713 r1764746  
    3838
    3939        $icon = KLICK_404_PLUGIN_URL . "/images/small_icon.png";
    40         add_menu_page('404 Page Management', '404 Page Management', $capability_required, 'klick_404', array($this, 'klick_404_tab_view'),$icon);
     40        add_options_page('404 Page Management', '404 Page Management', $capability_required, 'klick_404', array($this, 'klick_404_tab_view'),$icon);
    4141
    4242        // Define hook and function to render admin notice
  • wp-404-page-management/trunk/readme.md

    r1743713 r1764746  
    55Requires PHP: 5.4
    66Requires at least: 3.8
    7 Tested up to: 4.8.2
    8 Stable tag: 0.0.1
     7Tested up to: 4.9
     8Stable tag: 0.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6565 * Initial release
    6666
     67 = 0.0.2 =
     68  * Minor updates and bugs.
     69  * Review of menu/dashboard structure and positioning.
     70
    6771 If any suggestions or issues, just contact us on : 'support@klick-on-it.com'
  • wp-404-page-management/trunk/templates/klick-404-tab-change-log.php

    r1743713 r1764746  
    55   
    66    <div class="klick-404-log-listing-wrap">
     7        <article class="klick-404-log-listing-row"> <!-- Changelog starts -->
     8            <h1>404 Page Management 0.0.2 is now available!<time>13th November 2017</time></h1> <!-- Header tab-->
     9            <h4>New features</h4> <!-- Inner title and points-->
     10            <ul>
     11                <li>Review of menu/dashboard structure and positioning.</li>
     12            </ul>
     13            <h4>Bug Fixes</h4> <!-- Inner title and points-->
     14            <ul>
     15                <li>Minor updates and bugs.</li>
     16            </ul>
     17        </article>
     18
    719        <article class="klick-404-log-listing-row"> <!-- Changelog starts -->
    820            <h1>404 Page Management 0.0.1 is now available!<time>3rd October 2017</time></h1> <!-- Header tab-->
Note: See TracChangeset for help on using the changeset viewer.