Changeset 1448882
- Timestamp:
- 07/04/2016 11:29:17 PM (10 years ago)
- Location:
- rj-quickcharts/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
rj_charts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rj-quickcharts/trunk/README.txt
r1448668 r1448882 6 6 Tags: WordPress charts, charts, chart, graphs, graph, bar chart, bar graph, line chart, line graph, pie chart, pie graph, quickcharts, jqplot, highcharts 7 7 Requires at least: 3.0 8 Tested up to: 3.89 Stable tag: 0.6. 08 Tested up to: 4.5 9 Stable tag: 0.6.1 10 10 11 11 Build Complex, Powerful HTML5 Bar Charts, Line Charts and Pie Charts in Just Minutes. No Programming Knowledge Required! … … 77 77 == Changelog == 78 78 79 = 0.6. 0=79 = 0.6.1 = 80 80 * Bug fixes 81 81 -
rj-quickcharts/trunk/rj_charts.php
r1448668 r1448882 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.6. 06 Version: 0.6.1 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.6. 0';17 $rjqc_db_version = '0.6.1'; 18 18 $table_name = $wpdb->prefix . 'rj_quickcharts'; 19 19
Note: See TracChangeset
for help on using the changeset viewer.