Skip to content

Commit 7513ee4

Browse files
committed
updated file for 1.6.0 release
1 parent 036e565 commit 7513ee4

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

classes/Visualizer/Plugin.php

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

3232
const NAME = 'visualizer';
33-
const VERSION = '1.5.5';
33+
const VERSION = '1.6.0';
3434

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

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/*
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/
55
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
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
License: GPL v2.0 or later

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== WordPress Charts and Graphs ===
1+
=== WordPress Charts and Graphs Lite ===
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
@@ -11,7 +11,7 @@ A simple and quite powerful WordPress chart plugin to create, manage and embed i
1111

1212
== Description ==
1313

14-
<a href="http://themeisle.com/plugins/visualizer-charts-and-graphs/" rel="friend">WordPress Visualizer plugin</a> is a simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages.
14+
<a href="http://themeisle.com/plugins/visualizer-charts-and-graphs-lite/" rel="friend">WordPress Visualizer plugin</a> is a simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages.
1515

1616
The plugin uses Google Visualization API to add charts, which support cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases.
1717

@@ -70,6 +70,13 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
7070

7171
== Changelog ==
7272

73+
= 1.6.0 =
74+
* Fixed security issue when importing charts
75+
* Removed pointer for the pro version
76+
* Fixed charts import from media library
77+
* Added support to show legend on the left side
78+
79+
7380
= 1.5.6 =
7481
* Added support for 3 more chart types
7582
* Fixed issue with charts not saving

0 commit comments

Comments
 (0)