Changeset 743298
- Timestamp:
- 07/19/2013 06:50:21 PM (13 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
r742890 r743298 7 7 Requires at least: 3.0 8 8 Tested up to: 3.5.2 9 Stable tag: 0.5. 39 Stable tag: 0.5.4 10 10 11 11 Build Complex, Powerful HTML5 Bar Charts, Line Charts and Pie Charts in Just Minutes. No Programming Knowledge Required! … … 75 75 == Changelog == 76 76 77 = 0.5.4 = 78 * Updated readme with feature list 79 77 80 = 0.5.3 = 78 81 * Charts now resize automatically when window is resized if theme is reponsive -
rj-quickcharts/trunk/rj_charts.php
r741285 r743298 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. 36 Version: 0.5.4 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. 3';17 $rjqc_db_version = '0.5.4'; 18 18 $table_name = $wpdb->prefix . 'rj_quickcharts'; 19 19
Note: See TracChangeset
for help on using the changeset viewer.