Skip to content

Commit f81e8b5

Browse files
committed
Bump version.
Fixed permission link back issue.
1 parent bbcb19d commit f81e8b5

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

classes/Visualizer/Plugin.php

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

3030
const NAME = 'visualizer';
31-
const VERSION = '2.2.0';
31+
const VERSION = '3.0.0';
3232

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

css/frame.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ div.group-content .group-description {
404404
}
405405

406406
#type-picker {
407-
width: 952px;
407+
width: 954px;
408408
margin: 50px auto;
409409
}
410410

@@ -812,7 +812,7 @@ button#editor-chart-button {
812812
#vz-chart-permissions h2:hover,
813813
.sidebar-footer-link h2:hover,
814814
#vz-chart-review a:hover {
815-
text-decoration: underline;
815+
text-decoration: none;
816816
}
817817

818818
#vz-chart-review a {
@@ -916,11 +916,13 @@ button#editor-chart-button {
916916
bottom: 28px;
917917
right: 6px;
918918
text-align: right;
919+
width: 50%;
920+
left: auto;
919921
}
920922
#vz-chart-settings.open h2 {
921923
position: absolute;
922924
bottom: 28px;
923-
left: 20px;
925+
left: 6px;
924926
}
925927

926928
#vz-chart-permissions .group-header,

css/media.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version: 2.2.0
2+
Version: 3.0.0
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: 2.2.0
7+
Version: 3.0.0
88
Author: Themeisle
99
Author URI: http://themeisle.com
1010
License: GPL v2.0 or later

js/frame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$("#vz-chart-source").hide();
1616
$("#vz-chart-permissions").removeClass('open').addClass('bottom-fixed');
1717
$(this).parent().removeClass('bottom-fixed').addClass('open');
18-
18+
$("#vz-chart-permissions .group-header").hide();
1919
return false;
2020
});
2121
$('#vz-chart-settings .customize-section-back').click(function () {

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": "2.2.0",
3+
"version": "3.0.0",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)