Changeset 737219
- Timestamp:
- 07/07/2013 03:32:13 AM (13 years ago)
- Location:
- rj-quickcharts/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/rjqc-admin-new.php (modified) (2 diffs)
-
rj_charts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rj-quickcharts/trunk/README.txt
r737216 r737219 7 7 Requires at least: 3.0 8 8 Tested up to: 3.5.2 9 Stable tag: 0. 5.19 Stable tag: 0.4.3 10 10 11 11 Create incredible HTML5/JavaScript charts right inside WordPress with a few clicks. … … 40 40 == Changelog == 41 41 42 = 0.5.1 =43 * Ability to set custom colors for bar, chart and line charts44 45 42 = 0.4.3 = 46 43 * Ability to set the chart height -
rj-quickcharts/trunk/admin/rjqc-admin-new.php
r737214 r737219 72 72 </label> 73 73 <div class="cf"></div> 74 < p id="change-chart-colors">Change Chart Colors?</p>74 <!--<p id="change-chart-colors">Change Chart Colors?</p> 75 75 <div id="change-chart-colors-area"> 76 76 <label>1. <input type="text" class="chart-color" id="chart-color-1" data-color="1" value="'.$series_colors[0].'" /></label> … … 84 84 <label>9. <input type="text" class="chart-color" id="chart-color-9" data-color="9" value="'.$series_colors[8].'" /></label> 85 85 <label>10. <input type="text" class="chart-color" id="chart-color-10" data-color="10" value="'.$series_colors[9].'" /></label> 86 </div> 86 </div>--> 87 87 </form> 88 88 <div class="cf"></div> -
rj-quickcharts/trunk/rj_charts.php
r737216 r737219 4 4 Plugin URI: http://www.randyjensen.com 5 5 Description: Easily create charts for your WordPress site. Line charts, bar charts and pie charts currently supported. 6 Version: 0. 5.16 Version: 0.4.3 7 7 Author: Randy Jensen 8 8 Author URI: http://www.randyjensen.com … … 15 15 global $table_name; 16 16 17 $rjqc_db_version = '0. 5.1';17 $rjqc_db_version = '0.4.3'; 18 18 $table_name = $wpdb->prefix . 'rj_quickcharts'; 19 19
Note: See TracChangeset
for help on using the changeset viewer.