WordPress Charts and Graphs Lite - Version 3.4.10

Version Description

  • 2020-12-09
Download this release

Release Info

Developer codeinwp
Plugin Icon WordPress Charts and Graphs Lite
Version 3.4.10
Comparing to
See all releases

Code changes from version 3.4.9 to 3.4.10

CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
 
 
 
 
 
2
  ### v3.4.9 - 2020-11-26
3
  **Changes:**
4
  * [Fix] Pie chart slices offset problem in the Gutenberg editor
1
 
2
+ ### v3.4.10 - 2020-12-09
3
+ **Changes:**
4
+ * [Fix] Compatibility with Composer 2.0
5
+
6
  ### v3.4.9 - 2020-11-26
7
  **Changes:**
8
  * [Fix] Pie chart slices offset problem in the Gutenberg editor
classes/Visualizer/Plugin.php CHANGED
@@ -28,7 +28,7 @@
28
  class Visualizer_Plugin {
29
 
30
  const NAME = 'visualizer';
31
- const VERSION = '3.4.9';
32
 
33
  // custom post types
34
  const CPT_VISUALIZER = 'visualizer';
28
  class Visualizer_Plugin {
29
 
30
  const NAME = 'visualizer';
31
+ const VERSION = '3.4.10';
32
 
33
  // custom post types
34
  const CPT_VISUALIZER = 'visualizer';
css/media.css CHANGED
@@ -1,5 +1,5 @@
1
  /*
2
- Version: 3.4.9
3
  */
4
  #visualizer-library-view {
5
  padding: 30px 10px 10px 30px;
1
  /*
2
+ Version: 3.4.10
3
  */
4
  #visualizer-library-view {
5
  padding: 30px 10px 10px 30px;
index.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Visualizer: Tables and Charts for WordPress
5
  Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/
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.4.9
8
  Author: Themeisle
9
  Author URI: http://themeisle.com
10
  License: GPL v2.0 or later
@@ -125,7 +125,7 @@ function visualizer_launch() {
125
 
126
  $plugin->setModule( Visualizer_Module_AMP::NAME );
127
 
128
- $vendor_file = VISUALIZER_ABSPATH . '/vendor/autoload_52.php';
129
  if ( is_readable( $vendor_file ) ) {
130
  include_once( $vendor_file );
131
  }
4
  Plugin Name: Visualizer: Tables and Charts for WordPress
5
  Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/
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.4.10
8
  Author: Themeisle
9
  Author URI: http://themeisle.com
10
  License: GPL v2.0 or later
125
 
126
  $plugin->setModule( Visualizer_Module_AMP::NAME );
127
 
128
+ $vendor_file = VISUALIZER_ABSPATH . '/vendor/autoload.php';
129
  if ( is_readable( $vendor_file ) ) {
130
  include_once( $vendor_file );
131
  }
readme.md CHANGED
@@ -162,6 +162,11 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
162
  13. Bar chart
163
 
164
  ## Changelog ##
 
 
 
 
 
165
  ### 3.4.9 - 2020-11-26 ###
166
 
167
  * [Fix] Pie chart slices offset problem in the Gutenberg editor
162
  13. Bar chart
163
 
164
  ## Changelog ##
165
+ ### 3.4.10 - 2020-12-09 ###
166
+
167
+ * [Fix] Compatibility with Composer 2.0
168
+
169
+
170
  ### 3.4.9 - 2020-11-26 ###
171
 
172
  * [Fix] Pie chart slices offset problem in the Gutenberg editor
readme.txt CHANGED
@@ -162,6 +162,11 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
162
  13. Bar chart
163
 
164
  == Changelog ==
 
 
 
 
 
165
  = 3.4.9 - 2020-11-26 =
166
 
167
  * [Fix] Pie chart slices offset problem in the Gutenberg editor
162
  13. Bar chart
163
 
164
  == Changelog ==
165
+ = 3.4.10 - 2020-12-09 =
166
+
167
+ * [Fix] Compatibility with Composer 2.0
168
+
169
+
170
  = 3.4.9 - 2020-11-26 =
171
 
172
  * [Fix] Pie chart slices offset problem in the Gutenberg editor
themeisle-hash.json CHANGED
@@ -1 +1 @@
1
- {"index.php":"c877ac07d6e33d8895c85daab3a4abe1"}
1
+ {"index.php":"3bc4b381884aaea4cddc050a6e94a222"}
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit17dd138edaf95f9013b3fcb9af1dff72::getLoader();
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInitbe639497d83f6aff5a2fcf2226b61588::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit17dd138edaf95f9013b3fcb9af1dff72
6
  {
7
  private static $loader;
8
 
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit17dd138edaf95f9013b3fcb9af1dff72
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit17dd138edaf95f9013b3fcb9af1dff72', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit17dd138edaf95f9013b3fcb9af1dff72', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit17dd138edaf95f9013b3fcb9af1dff72
42
 
43
  $includeFiles = require __DIR__ . '/autoload_files.php';
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
- composerRequire17dd138edaf95f9013b3fcb9af1dff72($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
- function composerRequire17dd138edaf95f9013b3fcb9af1dff72($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInitbe639497d83f6aff5a2fcf2226b61588
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInitbe639497d83f6aff5a2fcf2226b61588', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInitbe639497d83f6aff5a2fcf2226b61588', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
42
 
43
  $includeFiles = require __DIR__ . '/autoload_files.php';
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
+ composerRequirebe639497d83f6aff5a2fcf2226b61588($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
+ function composerRequirebe639497d83f6aff5a2fcf2226b61588($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;