Plugin Directory

Changeset 1764832


Ignore:
Timestamp:
11/13/2017 08:54:00 AM (8 years ago)
Author:
klickonit
Message:

Version 0.0.2

Location:
wp-statistics-and-analytics/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-statistics-and-analytics/trunk/includes/class-klick-sa-dashboard.php

    r1745130 r1764832  
    3838
    3939        $icon = KLICK_SA_PLUGIN_URL . "/images/small_icon.png";
    40         add_menu_page('WP Statistics and Analytics', 'WP Statistics and Analytics', $capability_required, 'klick_sa', array($this, 'klick_sa_tab_view'),$icon);
     40        add_options_page('WP Statistics and Analytics', 'WP Statistics and Analytics', $capability_required, 'klick_sa', array($this, 'klick_sa_tab_view'),$icon);
    4141
    4242        // Define hook and function to render admin notice
  • wp-statistics-and-analytics/trunk/readme.md

    r1745145 r1764832  
    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
     
    6464= 0.0.1 =
    6565 * Initial release
     66 
     67= 0.0.2 =
     68 * Minor updates and bugs.
     69 * Review of menu/dashboard structure and positioning.
    6670
    6771 If any suggestions or issues, just contact us on : 'support@klick-on-it.com'
  • wp-statistics-and-analytics/trunk/templates/klick-sa-tab-change-log.php

    r1745130 r1764832  
    66    <div class="klick-sa-log-listing-wrap">
    77        <article class="klick-sa-log-listing-row"> <!-- Changelog starts -->
     8            <h1>WP Statistics and Analytics 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        <article class="klick-sa-log-listing-row">
    819            <h1>WP Statistics and Analytics 0.0.1 is now available!<time>12th October 2017</time></h1> <!-- Header tab-->
    920            <h4>New features</h4> <!-- Inner title and points-->
  • wp-statistics-and-analytics/trunk/wp-statistics-and-analytics.php

    r1745130 r1764832  
    33Plugin Name: WP Statistics and Analytics
    44Description: Page, Post and User numbers delivered in you admin panel and on a standard page of your choice.
    5 Version: 0.0.1
     5Version: 0.0.2
    66Author: klick on it
    77Author URI: http://klick-on-it.com
Note: See TracChangeset for help on using the changeset viewer.