Changeset 126
- Timestamp:
- 04/07/08 10:23:56 (8 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
readme.txt (modified) (1 diff)
-
wassup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/readme.txt
r116 r126 4 4 Tags: tracker, tracking, statistics, analyze, web, realtime, stats, ajax, visitors, visits, online users, details, seo, admin, spy, visitors, widgets, widget, sidebar 5 5 Requires at least: 2.2 6 Tested up to: 2. 3.2 - 2.3.1 - 2.3 - 2.27 Stable tag: 1. 4.96 Tested up to: 2.5 - 2.3.2 - 2.3.1 - 2.3 - 2.2 7 Stable tag: 1.5 8 8 9 9 Wordpress plugin to analyze your visitors traffic with real time stats, chart and a lot of chronological informations. It has sidebar Widget support to show current online visitors and other statistics. -
trunk/wassup.php
r124 r126 4 4 Plugin URI: http://www.wpwp.org 5 5 Description: Wordpress plugin to analyze your visitors traffic with real time stats, chart and a lot of chronological informations. It has sidebar Widget support to show current online visitors and other statistics. 6 Version: 1.5 pre6 Version: 1.5 7 7 Author: Michele Marcucci 8 8 Author URI: http://www.michelem.org/ … … 17 17 die('Permission Denied! You are not allowed to call this page directly.'); 18 18 } 19 $version = "1.5 pre";19 $version = "1.5"; 20 20 define('WASSUPFOLDER', dirname(plugin_basename(__FILE__)), TRUE); 21 21 require_once(dirname(__FILE__).'/lib/wassup.class.php');
