PluginProbe
SQL Chart Builder / trunk
SQL Chart Builder vtrunk
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
sql-chart-builder / guaven_sqlcharts.php

guaven_sqlcharts.php in SQL Chart Builder trunk, at guaven_sqlcharts.php

23 lines 744 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Plugin Name: SQL Chart Builder
4 * Plugin URI: http://guaven.com/updatepusher
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.2
7 * Author: Guaven Labs
8 * Author URI: http://guaven.com/
9 * Text Domain: guaven_sqlcharts
10 * License: GPLv2 or later
11 * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12 */
13
14 // If this file is called directly, abort.
15 if ( ! defined( 'WPINC' ) ) {
16 die;
17 }
18
19 define('GVNSQLCHARTS_VERSION','3.0.2');
20
21
22 require_once(dirname(__FILE__)."/functions.php");
23