Plugin Directory

Changeset 626241


Ignore:
Timestamp:
11/16/2012 06:54:45 PM (12 years ago)
Author:
lauweijie7715
Message:

version 3.2.1

Location:
cubepoints/trunk
Files:
3 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cubepoints/trunk/cubepoints.php

    r626094 r626241  
    33Plugin Name: CubePoints
    44Plugin URI: http://cubepoints.com
    5 Description: 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.2
     5Description: CubePoints is a point management system for sites running on WordPress. Users can earn virtual credits on your site by posting comments, creating posts, or even by logging in each day! Install CubePoints and watch your visitor interaction soar by offering them points which could be used to view certain posts, exchange for downloads or even real items!
     6Version: 3.2.1
    77Author: Jonathan Lau & Peter Zhang
    88Author URI: http://cubepoints.com
     
    1212
    1313/** Define constants */
    14 define('CP_VER', '3.2');
     14define('CP_VER', '3.2.1');
    1515define('CP_DB', $wpdb->base_prefix . 'cp');
    1616define('CP_PATH', WP_PLUGIN_URL.'/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__)));
  • cubepoints/trunk/readme.txt

    r626094 r626241  
    55Requires at least: 2.2
    66Tested up to: 3.4.2
    7 Stable tag: 3.2
     7Stable tag: 3.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Upgrade Notice ==
    5151
     52= 3.2.1 =
     53Hotfix for version 3.2. Fixes the broken "Donate" module and adds the "Limit Comment Points" that was missing from version 3.2.
     54
    5255= 3.2 =
    5356New "Limit Comment Points" module added. "Donate" module updated. Several bugfixes to the "PayPal Top-up" module, "Custom Points" module and CubePoints core.
     
    8790
    8891== Changelog ==
     92
     93**Version 3.2.1** *(November 17th, 2012)*
     94
     95+ [Bugfix] Fixes the broken "Donate" module in version 3.2 due to missing files
     96+ [Feature] "Limit Comment Points" module that was left out in version 3.2 added
    8997
    9098**Version 3.2** *(November 16th, 2012)*
Note: See TracChangeset for help on using the changeset viewer.