Version Description
- 2020-09-29
Download this release
Release Info
Developer | codeinwp |
Plugin | WordPress Charts and Graphs Lite |
Version | 3.4.8 |
Comparing to | |
See all releases |
Code changes from version 3.4.7 to 3.4.8
- CHANGELOG.md +4 -0
- classes/Visualizer/Module/Chart.php +3 -0
- classes/Visualizer/Plugin.php +1 -1
- css/media.css +1 -1
- index.php +1 -1
- readme.md +5 -0
- readme.txt +5 -0
- themeisle-hash.json +1 -1
- vendor/autoload.php +1 -1
- vendor/autoload_52.php +1 -1
- vendor/composer/autoload_real.php +5 -5
- vendor/composer/autoload_real_52.php +3 -3
CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
### v3.4.7 - 2020-09-21
|
3 |
**Changes:**
|
4 |
* - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
|
1 |
|
2 |
+
### v3.4.8 - 2020-09-29
|
3 |
+
**Changes:**
|
4 |
+
* [Fix] Option to edit charts imported from JSON
|
5 |
+
|
6 |
### v3.4.7 - 2020-09-21
|
7 |
**Changes:**
|
8 |
* - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
|
classes/Visualizer/Module/Chart.php
CHANGED
@@ -1062,6 +1062,9 @@ class Visualizer_Module_Chart extends Visualizer_Module {
|
|
1062 |
// delete editor related data.
|
1063 |
delete_post_meta( $chart_id, Visualizer_Plugin::CF_EDITOR );
|
1064 |
|
|
|
|
|
|
|
1065 |
$source = null;
|
1066 |
$render = new Visualizer_Render_Page_Update();
|
1067 |
if ( isset( $_POST['remote_data'] ) && filter_var( $_POST['remote_data'], FILTER_VALIDATE_URL ) ) {
|
1062 |
// delete editor related data.
|
1063 |
delete_post_meta( $chart_id, Visualizer_Plugin::CF_EDITOR );
|
1064 |
|
1065 |
+
// delete this so that a JSON import can be later edited manually without a problem.
|
1066 |
+
delete_post_meta( $chart_id, Visualizer_Plugin::CF_EDITABLE_TABLE );
|
1067 |
+
|
1068 |
$source = null;
|
1069 |
$render = new Visualizer_Render_Page_Update();
|
1070 |
if ( isset( $_POST['remote_data'] ) && filter_var( $_POST['remote_data'], FILTER_VALIDATE_URL ) ) {
|
classes/Visualizer/Plugin.php
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
class Visualizer_Plugin {
|
29 |
|
30 |
const NAME = 'visualizer';
|
31 |
-
const VERSION = '3.4.
|
32 |
|
33 |
// custom post types
|
34 |
const CPT_VISUALIZER = 'visualizer';
|
28 |
class Visualizer_Plugin {
|
29 |
|
30 |
const NAME = 'visualizer';
|
31 |
+
const VERSION = '3.4.8';
|
32 |
|
33 |
// custom post types
|
34 |
const CPT_VISUALIZER = 'visualizer';
|
css/media.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Version: 3.4.
|
3 |
*/
|
4 |
#visualizer-library-view {
|
5 |
padding: 30px 10px 10px 30px;
|
1 |
/*
|
2 |
+
Version: 3.4.8
|
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.
|
8 |
Author: Themeisle
|
9 |
Author URI: http://themeisle.com
|
10 |
License: GPL v2.0 or later
|
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.8
|
8 |
Author: Themeisle
|
9 |
Author URI: http://themeisle.com
|
10 |
License: GPL v2.0 or later
|
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.7 - 2020-09-21 ###
|
166 |
|
167 |
* - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
|
162 |
13. Bar chart
|
163 |
|
164 |
## Changelog ##
|
165 |
+
### 3.4.8 - 2020-09-29 ###
|
166 |
+
|
167 |
+
* [Fix] Option to edit charts imported from JSON
|
168 |
+
|
169 |
+
|
170 |
### 3.4.7 - 2020-09-21 ###
|
171 |
|
172 |
* - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
|
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.7 - 2020-09-21 =
|
166 |
|
167 |
* - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
|
162 |
13. Bar chart
|
163 |
|
164 |
== Changelog ==
|
165 |
+
= 3.4.8 - 2020-09-29 =
|
166 |
+
|
167 |
+
* [Fix] Option to edit charts imported from JSON
|
168 |
+
|
169 |
+
|
170 |
= 3.4.7 - 2020-09-21 =
|
171 |
|
172 |
* - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
|
themeisle-hash.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"index.php":"
|
1 |
+
{"index.php":"e696714581e4570da2662a4e020bbbd8"}
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitdf8ca61d0ce3ba51ffd2e60730040b6a::getLoader();
|
vendor/autoload_52.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit311343bf50bf69c8e1a92d52e2929e1f::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit7f4f4b5900ffd01a52f085d0df944049
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
27 |
foreach ($map as $namespace => $path) {
|
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit7f4f4b5900ffd01a52f085d0df944049
|
|
42 |
|
43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
45 |
-
|
46 |
}
|
47 |
|
48 |
return $loader;
|
49 |
}
|
50 |
}
|
51 |
|
52 |
-
function
|
53 |
{
|
54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
55 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitdf8ca61d0ce3ba51ffd2e60730040b6a
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInitdf8ca61d0ce3ba51ffd2e60730040b6a', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitdf8ca61d0ce3ba51ffd2e60730040b6a', '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 |
+
composerRequiredf8ca61d0ce3ba51ffd2e60730040b6a($fileIdentifier, $file);
|
46 |
}
|
47 |
|
48 |
return $loader;
|
49 |
}
|
50 |
}
|
51 |
|
52 |
+
function composerRequiredf8ca61d0ce3ba51ffd2e60730040b6a($fileIdentifier, $file)
|
53 |
{
|
54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
55 |
require $file;
|
vendor/composer/autoload_real_52.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
4 |
|
5 |
-
class
|
6 |
private static $loader;
|
7 |
|
8 |
public static function loadClassLoader($class) {
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInitd40b28b4f61b589302792167fbaef186 {
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$vendorDir = dirname(dirname(__FILE__));
|
27 |
$baseDir = dirname($vendorDir);
|
2 |
|
3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
4 |
|
5 |
+
class ComposerAutoloaderInit311343bf50bf69c8e1a92d52e2929e1f {
|
6 |
private static $loader;
|
7 |
|
8 |
public static function loadClassLoader($class) {
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit311343bf50bf69c8e1a92d52e2929e1f', 'loadClassLoader'), true /*, true */);
|
23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit311343bf50bf69c8e1a92d52e2929e1f', 'loadClassLoader'));
|
25 |
|
26 |
$vendorDir = dirname(dirname(__FILE__));
|
27 |
$baseDir = dirname($vendorDir);
|