Skip to content

Commit b993e33

Browse files
committed
updated version for release
1 parent 0c1e2d5 commit b993e33

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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.6.0';
33+
const VERSION = '1.6.5';
3434

3535
// custom post types
3636
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.6.0
2+
Version: 1.6.5
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
@@ -3,7 +3,7 @@
33
Plugin Name: Visualizer: Charts and Graphs Lite
44
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.6.0
6+
Version: 1.6.5
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
License: GPL v2.0 or later

readme.txt

Lines changed: 6 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
5+
Tested up to: 4.6.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,11 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
7070

7171
== Changelog ==
7272

73+
= 1.6.5=
74+
* Fixed responsive issue
75+
* Fixed no axis text color for line and bar charts
76+
77+
7378
= 1.6.0 =
7479
* Fixed security issue when importing charts
7580
* Removed pointer for the pro version

0 commit comments

Comments
 (0)