PluginProbe
SQL Chart Builder / 3.0.5
SQL Chart Builder v3.0.5
3.0.5 3.0.4 3.0.3 3.0.2 3.0.1 trunk 1.0.2 1.0.3 2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.7.1 2.3.7.2 2.3.8 3.0.0
← All changes | guaven_sqlcharts.php +6 -6 2.3.43.0.5 View file →
@@ -1,14 +1,15 @@
1 1 <?php
2 2 /**
3 - * Plugin Name: Guaven SQL Charts
3 + * Plugin Name: SQL Chart Builder
4 4 * Plugin URI: http://guaven.com/updatepusher
5 - * Description: Turn Your SQL Queries into Beautiful Dynamic Charts- Pie, Line, Area, Donut, Bar, Polar Charts with date/input filters.
6 - * Version: 2.3.4
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
7 7 * Author: Guaven Labs
8 8 * Author URI: http://guaven.com/
9 9 * Text Domain: guaven_sqlcharts
10 - * Domain Path: /languages
10 + * License: GPLv2 or later
11 + * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
11 12 */
12 13
13 14 // If this file is called directly, abort.
14 15 if ( ! defined( 'WPINC' ) ) {
@@ -14,9 +15,8 @@
14 15 if ( ! defined( 'WPINC' ) ) {
15 16 die;
16 17 }
17 18
18 -define('GVNSQLCHARTS_VERSION','2.3.4');
19 +define('GVNSQLCHARTS_VERSION','3.0.5');
19 20
20 21
21 22 require_once(dirname(__FILE__)."/functions.php");
22 -require_once(dirname(__FILE__)."/googlecharts-deprecated.php");