Skip to content

Commit 02054bf

Browse files
committed
fixed error when using multiple shortcodes on the same page.
1 parent 1f11281 commit 02054bf

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

classes/Visualizer/Module/Chart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ public function exportData() {
619619
'csv' => $csv,
620620
'name' => $filename,
621621
));
622-
}
622+
}// End if().
623623

624624
exit;
625625
}

classes/Visualizer/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class Visualizer_Plugin {
3030

3131
const NAME = 'visualizer';
32-
const VERSION = '1.7.5';
32+
const VERSION = '1.7.6';
3333

3434
// custom post types
3535
const CPT_VISUALIZER = 'visualizer';

css/media.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version: 1.7.5
2+
Version: 1.7.6
33
*/
44
#visualizer-library-view {
55
padding: 30px 10px 10px 30px;

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: Visualizer: Charts and Graphs Lite
55
Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/
66
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: 1.7.5
7+
Version: 1.7.6
88
Author: Themeisle
99
Author URI: http://themeisle.com
1010
License: GPL v2.0 or later

languages/visualizer.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: Visualizer: Charts and Graphs Lite 1.7.5\n"
66
"Report-Msgid-Bugs-To: https://github.com/Codeinwp/visualizer/issues\n"
7-
"POT-Creation-Date: 2017-01-16 15:53:56+00:00\n"
7+
"POT-Creation-Date: 2017-01-20 12:32:52+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "visualizer",
3-
"version": "1.7.5",
3+
"version": "1.7.6",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,themeisle,Madalin_ThemeIsle
33
Tags: chart, charts, charting, graph, graphs, graphing, visualisation, visualise data, visualization, visualize data, HTML5, canvas, pie chart, line chart, bar chart, column chart, gauge chart, area chart, scatter chart, candlestick chart, geo chart, google visualization api
44
Requires at least: 3.5
5-
Tested up to: 4.6.1
5+
Tested up to: 4.7.1
66
Stable tag: trunk
77
License: GPL v2.0 or later
88
License URI: http://www.opensource.org/licenses/gpl-license.php
@@ -70,6 +70,9 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
7070

7171
== Changelog ==
7272

73+
= 1.7.6=
74+
* Fixed issue when using the same shortcode multiple times on the same page.
75+
7376
= 1.7.5=
7477
* Removed footer banner upsell
7578
* Fixed series settings issue

0 commit comments

Comments
 (0)