Changeset 3207011
- Timestamp:
- 12/12/2024 01:24:23 PM (16 months ago)
- Location:
- sql-chart-builder
- Files:
-
- 6 edited
-
tags/2.3.7/functions.php (modified) (1 diff)
-
tags/2.3.7/guaven_sqlcharts.php (modified) (2 diffs)
-
tags/2.3.7/readme.txt (modified) (1 diff)
-
trunk/functions.php (modified) (1 diff)
-
trunk/guaven_sqlcharts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sql-chart-builder/tags/2.3.7/functions.php
r3206224 r3207011 905 905 '.$tablein.'</table><br>'; 906 906 907 echo wp_kses ($tabledata);907 echo wp_kses_post($tabledata); 908 908 909 909 } -
sql-chart-builder/tags/2.3.7/guaven_sqlcharts.php
r3206224 r3207011 4 4 * Plugin URI: http://guaven.com/updatepusher 5 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.7 6 * Version: 2.3.7.1 7 7 * Author: Guaven Labs 8 8 * Author URI: http://guaven.com/ … … 17 17 } 18 18 19 define('GVNSQLCHARTS_VERSION','2.3. 5');19 define('GVNSQLCHARTS_VERSION','2.3.7'); 20 20 21 21 -
sql-chart-builder/tags/2.3.7/readme.txt
r3206225 r3207011 4 4 Requires at least: 5.0.0 5 5 Tested up to: 6.7 6 Stable tag: 2.3.7 6 Stable tag: 2.3.7.1 7 7 Donate link: https://guaven.com/service/small-thankyou-premium-support-service/ 8 8 License: GPLv2 or later -
sql-chart-builder/trunk/functions.php
r3206222 r3207011 905 905 '.$tablein.'</table><br>'; 906 906 907 echo wp_kses ($tabledata);907 echo wp_kses_post($tabledata); 908 908 909 909 } -
sql-chart-builder/trunk/guaven_sqlcharts.php
r3206222 r3207011 4 4 * Plugin URI: http://guaven.com/updatepusher 5 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.7 6 * Version: 2.3.7.1 7 7 * Author: Guaven Labs 8 8 * Author URI: http://guaven.com/ … … 17 17 } 18 18 19 define('GVNSQLCHARTS_VERSION','2.3. 5');19 define('GVNSQLCHARTS_VERSION','2.3.7'); 20 20 21 21 -
sql-chart-builder/trunk/readme.txt
r3206225 r3207011 4 4 Requires at least: 5.0.0 5 5 Tested up to: 6.7 6 Stable tag: 2.3.7 6 Stable tag: 2.3.7.1 7 7 Donate link: https://guaven.com/service/small-thankyou-premium-support-service/ 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.