Plugin Directory

Changeset 737216


Ignore:
Timestamp:
07/07/2013 03:27:59 AM (13 years ago)
Author:
randyjensen
Message:

new files added

Location:
rj-quickcharts/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rj-quickcharts/trunk/README.txt

    r737214 r737216  
    77Requires at least: 3.0
    88Tested up to: 3.5.2
    9 Stable tag: 0.5.0
     9Stable tag: 0.5.1
    1010
    1111Create incredible HTML5/JavaScript charts right inside WordPress with a few clicks.
     
    4040== Changelog ==
    4141
    42 = 0.5.0 =
     42= 0.5.1 =
    4343* Ability to set custom colors for bar, chart and line charts
    4444
  • rj-quickcharts/trunk/rj_charts.php

    r737214 r737216  
    44Plugin URI: http://www.randyjensen.com
    55Description: Easily create charts for your WordPress site. Line charts, bar charts and pie charts currently supported.
    6 Version: 0.5.0
     6Version: 0.5.1
    77Author: Randy Jensen
    88Author URI: http://www.randyjensen.com
     
    1515    global $table_name;
    1616
    17     $rjqc_db_version = '0.5.0';
     17    $rjqc_db_version = '0.5.1';
    1818    $table_name = $wpdb->prefix . 'rj_quickcharts';
    1919
Note: See TracChangeset for help on using the changeset viewer.