Skip to content

Commit c8ec0dd

Browse files
author
selu91
committed
Added free search text over charts
1 parent d1aca92 commit c8ec0dd

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-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.5.2';
33+
const VERSION = '1.5.4';
3434

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

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
44
Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs/
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.3
6+
Version: 1.5.4
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
License: GPL v2.0 or later

readme.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
=== WordPress Charts and Graphs ===
22
Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,themeisle,Madalin_ThemeIsle
3-
Donate link: http://flattr.com/thing/2574985/WordPress-Visualizer
43
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
54
Requires at least: 3.5
6-
Tested up to: 4.4.1
5+
Tested up to: 4.4.2
76
Stable tag: trunk
87
License: GPL v2.0 or later
98
License URI: http://www.opensource.org/licenses/gpl-license.php
@@ -70,6 +69,9 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
7069

7170
== Changelog ==
7271

72+
= 1.5.4 =
73+
* Added free search text over graphs
74+
7375
= 1.5.2 =
7476
* Added step2 and 3 into step 1
7577

0 commit comments

Comments
 (0)