Changeset 1764832
- Timestamp:
- 11/13/2017 08:54:00 AM (8 years ago)
- Location:
- wp-statistics-and-analytics/trunk
- Files:
-
- 4 edited
-
includes/class-klick-sa-dashboard.php (modified) (1 diff)
-
readme.md (modified) (2 diffs)
-
templates/klick-sa-tab-change-log.php (modified) (1 diff)
-
wp-statistics-and-analytics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-statistics-and-analytics/trunk/includes/class-klick-sa-dashboard.php
r1745130 r1764832 38 38 39 39 $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); 41 41 42 42 // Define hook and function to render admin notice -
wp-statistics-and-analytics/trunk/readme.md
r1745145 r1764832 5 5 Requires PHP: 5.4 6 6 Requires at least: 3.8 7 Tested up to: 4. 8.28 Stable tag: 0.0. 17 Tested up to: 4.9 8 Stable tag: 0.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 64 64 = 0.0.1 = 65 65 * Initial release 66 67 = 0.0.2 = 68 * Minor updates and bugs. 69 * Review of menu/dashboard structure and positioning. 66 70 67 71 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 6 6 <div class="klick-sa-log-listing-wrap"> 7 7 <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"> 8 19 <h1>WP Statistics and Analytics 0.0.1 is now available!<time>12th October 2017</time></h1> <!-- Header tab--> 9 20 <h4>New features</h4> <!-- Inner title and points--> -
wp-statistics-and-analytics/trunk/wp-statistics-and-analytics.php
r1745130 r1764832 3 3 Plugin Name: WP Statistics and Analytics 4 4 Description: Page, Post and User numbers delivered in you admin panel and on a standard page of your choice. 5 Version: 0.0. 15 Version: 0.0.2 6 6 Author: klick on it 7 7 Author URI: http://klick-on-it.com
Note: See TracChangeset
for help on using the changeset viewer.