Plugin Directory

Changeset 373729


Ignore:
Timestamp:
04/16/2011 04:11:59 PM (14 years ago)
Author:
lauweijie7715
Message:

3.0.1

Location:
cubepoints/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cubepoints/trunk/cubepoints.php

    r373336 r373729  
    44Plugin URI: http://cubepoints.com
    55Description: CubePoints is a point management system designed for Wordpress blogs. Users can earn points by posting comments on your site. To display user's points, just put <code>&lt;?php cp_displayPoints(); ?&gt;</code> in your template or activate the sidebar widget.
    6 Version: 3.0.0
     6Version: 3.0.1
    77Author: Jonathan Lau & Peter Zhang
    88Author URI: http://cubepoints.com
     
    1212
    1313/** Define constants */
    14 define('CP_VER', '3.0.0');
     14define('CP_VER', '3.0.1');
    1515define('CP_DB', $wpdb->base_prefix . 'cp');
    1616define('CP_PATH', WP_PLUGIN_URL.'/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__)));
  • cubepoints/trunk/modules/ranks.php

    r373336 r373729  
    88    add_option('cp_module_ranks_data', array(0=>__('Newbie','cp')));
    99}
    10 add_action('cp_module_ranks_data_activate','cp_module_ranks_data_install');
     10add_action('cp_module_ranks_activate','cp_module_ranks_data_install');
    1111
    1212if(cp_module_activated('ranks')){
  • cubepoints/trunk/readme.txt

    r373336 r373729  
    55Requires at least: 2.2
    66Tested up to: 3.1.1
    7 Stable tag: 3.0.0
     7Stable tag: 3.0.1
    88
    99CubePoints is a point management system designed for WordPress blogs.
     
    4747== Upgrade Notice ==
    4848
     49= 3.0.1 =
     50Fixed a bug with the ranks module.
     51
    4952= 3.0.0 =
    5053Complete rewrite of the CubePoints plugin! This version is not tested to work with the CubePoints-BuddyPress plugin as of yet. Some core features have been removed but will be shortly added as modules.
     
    6669
    6770== Changelog ==
     71
     72**Version 3.0.1** *(April 17th, 2011)*
     73
     74+ [Bugfix] Fixed a bug in the ranks module
    6875
    6976**Version 3.0.0** *(April 16th, 2011)*
Note: See TracChangeset for help on using the changeset viewer.