Skip to content

Commit 41d0fb3

Browse files
committed
updated version and readme for release of 1.5.6
1 parent 0daa0c2 commit 41d0fb3

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

classes/Visualizer/Render/Page/Types.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ protected function _renderToolbar() {
8484
if( defined( 'Visualizer_Pro' ) ){
8585
global $Visualizer_Pro;
8686
}else{
87-
echo "<a class='pro-upsell' href='https://themeisle.com/plugins/visualizer-charts-and-graphs-pro-addon/' target='_blank'>";
87+
echo "<a class='pro-upsell' href='".Visualizer_Plugin::PRO_TEASER_URL."' target='_blank'>";
8888
echo "<span class='dashicons dashicons-plus-alt'></span>";
89-
echo esc_html( "Three Additional Chart Types Available in the Pro Version", Visualizer_Plugin::NAME );
89+
echo esc_html( "Three Additional Chart Types Available in the Pro Version ( Table, Timeline and Combo Chart ) ", Visualizer_Plugin::NAME );
9090
echo "</a>";
9191
}
9292
echo '<input type="submit" class="button button-primary button-large push-right" value="', esc_attr__( 'Next', Visualizer_Plugin::NAME ), '">';

css/frame.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ div.group-content .group-description {
310310
z-index: 100;
311311
left: 0;
312312
right: 0;
313+
text-align: center;
313314
bottom: 0;
314315
border-top: 1px solid #DFDFDF;
315316
overflow: hidden;
@@ -321,10 +322,14 @@ div.group-content .group-description {
321322
float: right;
322323
}
323324

325+
.toolbar-div a{
326+
float:left;
327+
}
324328
.toolbar-div{
325329
display: inline-block;
326330
vertical-align: top;
327331
width: 30%;
332+
float:left;
328333
}
329334

330335
/******************************************************************************/
@@ -415,7 +420,6 @@ div.group-content .group-description {
415420
}
416421

417422
a.pro-upsell {
418-
float: left;
419423
margin: 0;
420424
display: flex;
421425
align-items: center;
@@ -429,6 +433,8 @@ a.pro-upsell {
429433
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
430434
border: 1px solid #2c80d6;
431435
transition: all .5s ease-in;
436+
top: 10px;
437+
position: relative;
432438
}
433439

434440
a.pro-upsell:hover {

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.5
6+
Version: 1.5.6
77
Author: Themeisle
88
Author URI: http://themeisle.com
99
License: GPL v2.0 or later

readme.txt

Lines changed: 8 additions & 2 deletions
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.5.2
5+
Tested up to: 4.5.3
66
Stable tag: trunk
77
License: GPL v2.0 or later
88
License URI: http://www.opensource.org/licenses/gpl-license.php
@@ -19,13 +19,14 @@ The plugin uses Google Visualization API to add charts, which support cross-brow
1919
>
2020
> * Import data from other charts
2121
> * Easy edit the data using a live editor
22+
> * 3 more chart types ( Combo, Timeline and Table chart )
2223
> * Priority email support from the developer of the plugin
2324
> * Support and updates for 1 year
2425
>
2526
> **[Learn more about Visualizer PRO](http://themeisle.com/plugins/visualizer-charts-and-graphs-pro-addon/)**
2627

2728

28-
### 9 Chart types ###
29+
### 9 Chart types + 3 more in the pro version ###
2930
This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. It is line chart, area chart, bar chart, column chart, pie chart, geo chart, gauge chart, candlestick chart and scatter chart. These charts are based on pure HTML5/SVG technology (adopting VML for old IE versions), so no extra plugins are required. Adding these charts to your page can be done in a few simple steps.
3031

3132
### Flexible and customizable ###
@@ -69,6 +70,11 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
6970

7071
== Changelog ==
7172

73+
= 1.5.6 =
74+
* Added support for 3 more chart types
75+
* Fixed issue with charts not saving
76+
77+
7278
= 1.5.5 =
7379
* Added export for charts
7480
* Enable default value for focus target. Fixed issue with hover which was not working on some machines.

0 commit comments

Comments
 (0)