- Timestamp:
- 02/11/08 13:58:24 (9 months ago)
- Files:
-
- 1 modified
-
trunk/wassup.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wassup.php
r64 r65 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.4.5 beta6 Version: 1.4.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.4.5 beta";19 $version = "1.4.5"; 20 20 define('WASSUPFOLDER', dirname(plugin_basename(__FILE__)), TRUE); 21 21 require_once(dirname(__FILE__).'/lib/main.php'); … … 31 31 32 32 global $wp_version; 33 //#This works only in WP2. 2or higher33 //#This works only in WP2.3 or higher 34 34 if (version_compare($wp_version, '2.3', '<')) { 35 35 add_action('admin_notices', wassup_activation_error()); … … 57 57 'wassup_exclude' => "", 58 58 'wassup_savepath' => null, 59 'wassup_wchart' => "1", 59 60 'delete_auto' => "never", 60 61 'delete_auto_size' => "0",
