Plugin Directory

Changeset 737219


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

rollback

Location:
rj-quickcharts/trunk
Files:
3 edited

Legend:

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

    r737216 r737219  
    77Requires at least: 3.0
    88Tested up to: 3.5.2
    9 Stable tag: 0.5.1
     9Stable tag: 0.4.3
    1010
    1111Create incredible HTML5/JavaScript charts right inside WordPress with a few clicks.
     
    4040== Changelog ==
    4141
    42 = 0.5.1 =
    43 * Ability to set custom colors for bar, chart and line charts
    44 
    4542= 0.4.3 =
    4643* Ability to set the chart height
  • rj-quickcharts/trunk/admin/rjqc-admin-new.php

    r737214 r737219  
    7272                </label>
    7373                <div class="cf"></div>
    74                 <p id="change-chart-colors">Change Chart Colors?</p>
     74                <!--<p id="change-chart-colors">Change Chart Colors?</p>
    7575                <div id="change-chart-colors-area">
    7676                    <label>1. <input type="text" class="chart-color" id="chart-color-1" data-color="1" value="'.$series_colors[0].'" /></label>
     
    8484                    <label>9. <input type="text" class="chart-color" id="chart-color-9" data-color="9" value="'.$series_colors[8].'" /></label>
    8585                    <label>10. <input type="text" class="chart-color" id="chart-color-10" data-color="10" value="'.$series_colors[9].'" /></label>
    86                 </div>
     86                </div>-->
    8787            </form>
    8888            <div class="cf"></div>
  • rj-quickcharts/trunk/rj_charts.php

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