PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.1.3
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.1.3
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | index.php +2 -1 3.1.23.1.3 View file →
@@ -3,9 +3,9 @@
3 3 /*
4 4 Plugin Name: Visualizer: Tables and Charts Manager for WordPress (Lite)
5 5 Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/
6 6 Description: A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts, which supports cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases.
7 - Version: 3.1.2
7 + Version: 3.1.3
8 8 Author: Themeisle
9 9 Author URI: http://themeisle.com
10 10 License: GPL v2.0 or later
11 11 WordPress Available: yes
@@ -62,8 +62,9 @@
62 62 */
63 63 function visualizer_launch() {
64 64 // setup environment
65 65 define( 'VISUALIZER_BASEFILE', __FILE__ );
66 + define( 'VISUALIZER_BASENAME', plugin_basename( __FILE__ ) );
66 67 define( 'VISUALIZER_ABSURL', plugins_url( '/', __FILE__ ) );
67 68 define( 'VISUALIZER_ABSPATH', dirname( __FILE__ ) );
68 69 define( 'VISUALIZER_REST_VERSION', 1 );
69 70 // if the below is true, then the js/customization.js in the plugin folder will be used instead of the one in the uploads folder (if it exists).