Changeset 126

Show
Ignore:
Timestamp:
04/07/08 10:23:56 (8 months ago)
Author:
root
Message:

1.5 release

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/readme.txt

    r116 r126  
    44Tags: tracker, tracking, statistics, analyze, web, realtime, stats, ajax, visitors, visits, online users, details, seo, admin, spy, visitors, widgets, widget, sidebar 
    55Requires at least: 2.2 
    6 Tested up to: 2.3.2 - 2.3.1 - 2.3 - 2.2 
    7 Stable tag: 1.4.9 
     6Tested up to: 2.5 - 2.3.2 - 2.3.1 - 2.3 - 2.2 
     7Stable tag: 1.5 
    88 
    99Wordpress 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  
    44Plugin URI: http://www.wpwp.org 
    55Description: 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.5pre 
     6Version: 1.5 
    77Author: Michele Marcucci 
    88Author URI: http://www.michelem.org/ 
     
    1717        die('Permission Denied! You are not allowed to call this page directly.'); 
    1818} 
    19 $version = "1.5pre"; 
     19$version = "1.5"; 
    2020define('WASSUPFOLDER', dirname(plugin_basename(__FILE__)), TRUE); 
    2121require_once(dirname(__FILE__).'/lib/wassup.class.php');