Changeset 65 for trunk

Show
Ignore:
Timestamp:
02/11/08 13:58:24 (9 months ago)
Author:
root
Message:

1.4.5 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wassup.php

    r64 r65  
    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.4.5beta 
     6Version: 1.4.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.4.5beta"; 
     19$version = "1.4.5"; 
    2020define('WASSUPFOLDER', dirname(plugin_basename(__FILE__)), TRUE); 
    2121require_once(dirname(__FILE__).'/lib/main.php'); 
     
    3131 
    3232global $wp_version; 
    33 //#This works only in WP2.2 or higher 
     33//#This works only in WP2.3 or higher 
    3434if (version_compare($wp_version, '2.3', '<')) { 
    3535        add_action('admin_notices', wassup_activation_error()); 
     
    5757        'wassup_exclude' => "", 
    5858        'wassup_savepath' => null, 
     59        'wassup_wchart' => "1", 
    5960        'delete_auto' => "never", 
    6061        'delete_auto_size' => "0",