| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: SQL Chart Builder |
| 4 | 4 | * Plugin URI: http://guaven.com/updatepusher |
| 5 | 5 | * Description: Turn Your SQL Queries into Beautiful Dynamic Charts - Pie, Doughnut, Line, Area, Stepped, Bar, Stacked, Radar, Polar and Scatter charts with a visual SQL builder, autocomplete and date/input filters. |
| 6 | - * Version: 3.0.5 | |
| 6 | + * Version: 3.0.3 | |
| 7 | 7 | * Author: Guaven Labs |
| 8 | 8 | * Author URI: http://guaven.com/ |
| 9 | 9 | * Text Domain: guaven_sqlcharts |
| 10 | 10 | * License: GPLv2 or later |
| @@ -15,8 +15,8 @@ | ||
| 15 | 15 | if ( ! defined( 'WPINC' ) ) { |
| 16 | 16 | die; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | -define('GVNSQLCHARTS_VERSION','3.0.5'); | |
| 19 | +define('GVNSQLCHARTS_VERSION','3.0.3'); | |
| 20 | 20 | |
| 21 | 21 | |
| 22 | 22 | require_once(dirname(__FILE__)."/functions.php"); |