Changeset 737216
- Timestamp:
- 07/07/2013 03:27:59 AM (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
r737214 r737216 7 7 Requires at least: 3.0 8 8 Tested up to: 3.5.2 9 Stable tag: 0.5. 09 Stable tag: 0.5.1 10 10 11 11 Create incredible HTML5/JavaScript charts right inside WordPress with a few clicks. … … 40 40 == Changelog == 41 41 42 = 0.5. 0=42 = 0.5.1 = 43 43 * Ability to set custom colors for bar, chart and line charts 44 44 -
rj-quickcharts/trunk/rj_charts.php
r737214 r737216 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. 06 Version: 0.5.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.5. 0';17 $rjqc_db_version = '0.5.1'; 18 18 $table_name = $wpdb->prefix . 'rj_quickcharts'; 19 19
Note: See TracChangeset
for help on using the changeset viewer.