PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 1.6.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v1.6.0
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 +3 -6 1.5.61.6.0 View file →
@@ -1,10 +1,10 @@
1 1 <?php
2 2 /*
3 -Plugin Name: Visualizer: Charts and Graphs
4 -Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs/
3 +Plugin Name: Visualizer: Charts and Graphs Lite
4 +Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/
5 5 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.
6 -Version: 1.5.6
6 +Version: 1.6.0
7 7 Author: Themeisle
8 8 Author URI: http://themeisle.com
9 9 License: GPL v2.0 or later
10 10 License URI: http://www.opensource.org/licenses/gpl-license.php
@@ -108,11 +108,8 @@
108 108
109 109 if ( $doing_ajax ) {
110 110 // set ajax modules
111 111 $plugin->setModule( Visualizer_Module_Chart::NAME );
112 - // Added by Ash/Upwork for feedback
113 - $plugin->setModule( Visualizer_Module_Admin::NAME );
114 - // Added by Ash/Upwork for feedback
115 112 } else {
116 113 if ( is_admin() ) {
117 114 // set admin modules
118 115 $plugin->setModule( Visualizer_Module_Admin::NAME );