Plugin Directory

Changeset 743298


Ignore:
Timestamp:
07/19/2013 06:50:21 PM (13 years ago)
Author:
randyjensen
Message:

updated readme with feature list

Location:
rj-quickcharts/trunk
Files:
2 edited

Legend:

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

    r742890 r743298  
    77Requires at least: 3.0
    88Tested up to: 3.5.2
    9 Stable tag: 0.5.3
     9Stable tag: 0.5.4
    1010
    1111Build Complex, Powerful HTML5 Bar Charts, Line Charts and Pie Charts in Just Minutes. No Programming Knowledge Required!
     
    7575== Changelog ==
    7676
     77= 0.5.4 =
     78* Updated readme with feature list
     79
    7780= 0.5.3 =
    7881* Charts now resize automatically when window is resized if theme is reponsive
  • rj-quickcharts/trunk/rj_charts.php

    r741285 r743298  
    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.3
     6Version: 0.5.4
    77Author: Randy Jensen
    88Author URI: http://www.randyjensen.com
     
    1515    global $table_name;
    1616
    17     $rjqc_db_version = '0.5.3';
     17    $rjqc_db_version = '0.5.4';
    1818    $table_name = $wpdb->prefix . 'rj_quickcharts';
    1919
Note: See TracChangeset for help on using the changeset viewer.