Skip to content

Commit 405c6dd

Browse files
committed
Release.
Fix for review message notification.
1 parent 9cdef54 commit 405c6dd

File tree

8 files changed

+90
-110
lines changed

8 files changed

+90
-110
lines changed

classes/Visualizer/Module/Admin.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ public function feedbackReviewTrigger( $dumb ) {
8080
);
8181

8282
if ( $query->have_posts() && $query->post_count > 0 ) {
83-
return array(
84-
'heading' => __( 'Some title from visualizer', 'visualizer' ),
85-
'msg' => __( 'Some msg from visualizer', 'visualizer' ),
86-
);
83+
return true;
8784
}
8885
return false;
8986
}

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 = '3.0.3';
31+
const VERSION = '3.0.4';
3232

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

css/frame.css

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
border-right: 1px solid #ddd;
123123
border-left: 4px solid #fff;
124124
background: #fff;
125-
-webkit-box-shadow: none;
126125
box-shadow: none;
127126
cursor: pointer;
128127
-webkit-transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
@@ -214,7 +213,6 @@ div.viz-group-content .viz-group-description {
214213
border-top: 1px solid #eee;
215214
border-bottom: 1px solid #eee;
216215
background-color: rgba(0, 0, 0, 0.02);
217-
-webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
218216
box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
219217
font-weight: bold;
220218
cursor: pointer;
@@ -223,7 +221,6 @@ div.viz-group-content .viz-group-description {
223221
.viz-group-wrapper ul ul li .viz-section-title {
224222
margin-bottom: 0;
225223
border: none;
226-
-webkit-box-shadow: none;
227224
box-shadow: none;
228225
}
229226

@@ -244,7 +241,8 @@ div.viz-group-content .viz-group-description {
244241
border-width: 0 4px 4px;
245242
}
246243

247-
.section-items, .viz-section-items {
244+
.section-items,
245+
.viz-section-items {
248246
display: none;
249247
padding: 15px;
250248
}
@@ -274,7 +272,8 @@ div.viz-group-content .viz-group-description {
274272
width: 100%;
275273
}
276274

277-
.section-delimiter, .viz-section-delimiter {
275+
.section-delimiter,
276+
.viz-section-delimiter {
278277
margin: 15px 0;
279278
border-top: 1px dashed #ccc;
280279
}
@@ -359,7 +358,6 @@ div.viz-group-content .viz-group-description {
359358
height: 36px;
360359
padding: 12px 16px;
361360
border-top: 1px solid #dfdfdf;
362-
-webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
363361
box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
364362
text-align: center;
365363
}
@@ -394,7 +392,6 @@ div.viz-group-content .viz-group-description {
394392
border-bottom: 1px dashed #ddd;
395393
background: #e0e0e0;
396394
background-color: #efefef;
397-
-webkit-box-shadow: 0 0 8px #ddd;
398395
box-shadow: 0 0 8px #ddd;
399396
font-weight: bold;
400397
text-align: center;
@@ -415,7 +412,6 @@ div.viz-group-content .viz-group-description {
415412
margin: 0 20px 20px 0;
416413
border: 1px dashed #ddd;
417414
background-color: #efefef;
418-
-webkit-box-shadow: 0 0 8px #ddd;
419415
box-shadow: 0 0 8px #ddd;
420416
}
421417

@@ -578,7 +574,6 @@ div.viz-group-content .viz-group-description {
578574
border: 1px solid #b0b0b0 !important;
579575
color: #646464 !important;
580576
background: #e6e6e6 url("../images/computer.png") no-repeat scroll 7px 1px !important;
581-
-webkit-box-shadow: none !important;
582577
box-shadow: none !important;
583578
text-shadow: none!important;
584579
font-family: "Open Sans",sans-serif;
@@ -592,8 +587,6 @@ div.viz-group-content .viz-group-description {
592587
border: 1px solid #2f8cea !important;
593588
color: white !important;
594589
background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important;
595-
-webkit-box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
596-
-webkit-box-shadow: none !important;
597590
box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
598591
box-shadow: none !important;
599592
-webkit-transition: all 0.3s ease 0s;
@@ -613,7 +606,6 @@ div.viz-group-content .viz-group-description {
613606
border: 1px solid #b0b0b0 !important;
614607
color: #646464 !important;
615608
background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important;
616-
-webkit-box-shadow: none !important;
617609
box-shadow: none !important;
618610
font-family: "Open Sans",sans-serif;
619611
font-weight: 700;
@@ -628,7 +620,6 @@ div.viz-group-content .viz-group-description {
628620
border: 1px solid #89b158 !important;
629621
color: white !important;
630622
background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important;
631-
-webkit-box-shadow: none !important;
632623
box-shadow: none !important;
633624
-webkit-transition: all 0.3s ease 0s;
634625
-webkit-transition: all 0.3s ease;
@@ -650,7 +641,6 @@ div.viz-group-content .viz-group-description {
650641
border: 1px solid #b0b0b0 !important;
651642
color: #646464 !important;
652643
background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important;
653-
-webkit-box-shadow: none !important;
654644
box-shadow: none !important;
655645
font-family: "Open Sans",sans-serif;
656646
font-weight: 700;
@@ -666,7 +656,6 @@ div.viz-group-content .viz-group-description {
666656
border: 1px solid #10aecb !important;
667657
color: white !important;
668658
background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important;
669-
-webkit-box-shadow: none !important;
670659
box-shadow: none !important;
671660
-webkit-transition: all 0.3s ease 0s;
672661
-webkit-transition: all 0.3s ease;
@@ -693,7 +682,6 @@ button#editor-chart-button {
693682
border: 1px solid #2c80d6 !important;
694683
color: white !important;
695684
background-color: #2f8cea !important;
696-
-webkit-box-shadow: none !important;
697685
box-shadow: none !important;
698686
text-shadow: none;
699687
-webkit-transition: all 0.3s ease;
@@ -704,7 +692,6 @@ button#editor-chart-button {
704692
border: 1px solid #2c80d6 !important;
705693
color: white !important;
706694
background-color: #2f8cea !important;
707-
-webkit-box-shadow: none !important;
708695
box-shadow: none !important;
709696
font-family: "Open Sans",sans-serif;
710697
font-weight: 700;
@@ -716,7 +703,6 @@ button#editor-chart-button {
716703
border: 1px solid #2c80d6 !important;
717704
color: white !important;
718705
background-color: #2c80d6 !important;
719-
-webkit-box-shadow: none !important;
720706
box-shadow: none !important;
721707
font-family: "Open Sans",sans-serif;
722708
font-weight: 700;
@@ -729,7 +715,6 @@ button#editor-chart-button {
729715
margin-top: 15px !important;
730716
border-color: #e98b00 !important;
731717
background-color: #f90 !important;
732-
-webkit-box-shadow: none !important;
733718
box-shadow: none !important;
734719
font-family: "Open Sans",sans-serif;
735720
font-weight: 700;
@@ -740,7 +725,6 @@ button#editor-chart-button {
740725
margin-top: 15px !important;
741726
border-color: #e98b00 !important;
742727
background-color: #ea8c00 !important;
743-
-webkit-box-shadow: none !important;
744728
box-shadow: none !important;
745729
font-family: "Open Sans",sans-serif;
746730
font-weight: 700;
@@ -834,7 +818,6 @@ button#editor-chart-button {
834818
#vz-chart-review {
835819
right: 0;
836820
bottom: 10px;
837-
-webkit-box-sizing: border-box;
838821
box-sizing: border-box;
839822
width: 40%;
840823
padding-right: 6px;
@@ -848,7 +831,6 @@ button#editor-chart-button {
848831
#vz-chart-settings {
849832
bottom: 40px;
850833
left: 0;
851-
-webkit-box-sizing: border-box;
852834
box-sizing: border-box;
853835
width: 33%;
854836
text-align: left;
@@ -864,7 +846,6 @@ button#editor-chart-button {
864846
#vz-chart-permissions {
865847
right: 0;
866848
bottom: 40px;
867-
-webkit-box-sizing: border-box;
868849
box-sizing: border-box;
869850
width: 33%;
870851
text-align: left;

css/library.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
padding: 5px;
5151
border: 1px solid #ddd;
5252
background-color: #efefef;
53-
-webkit-box-shadow: 0 0 8px #ddd;
5453
box-shadow: 0 0 8px #ddd;
5554
}
5655

@@ -228,7 +227,6 @@ input:checked + .visualizer-slider {
228227
}
229228

230229
input:focus + .visualizer-slider {
231-
-webkit-box-shadow: 0 0 1px #0085ba;
232230
box-shadow: 0 0 1px #0085ba;
233231
}
234232

css/media.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version: 3.0.3
2+
Version: 3.0.4
33
*/
44
#visualizer-library-view {
55
padding: 30px 10px 10px 30px;
@@ -31,7 +31,6 @@
3131
padding: 5px;
3232
border: 1px solid #ddd;
3333
background-color: #efefef;
34-
-webkit-box-shadow: 0 0 8px #ddd;
3534
box-shadow: 0 0 8px #ddd;
3635
}
3736

@@ -130,7 +129,6 @@
130129
border-radius: 2px;
131130
color: white !important;
132131
background-color: #aaa;
133-
-webkit-box-shadow: 0 0 5px #ccc;
134132
box-shadow: 0 0 5px #ccc;
135133
font-weight: bold;
136134
text-decoration: none;
@@ -139,7 +137,6 @@
139137
.visualizer-library-pagination-active > .visualizer-library-pagination-page,
140138
a.visualizer-library-pagination-page:hover {
141139
background-color: lightcoral;
142-
-webkit-box-shadow: 0 0 5px lightpink;
143140
box-shadow: 0 0 5px lightpink;
144141
}
145142

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: 3.0.3
7+
Version: 3.0.4
88
Author: Themeisle
99
Author URI: http://themeisle.com
1010
License: GPL v2.0 or later

0 commit comments

Comments
 (0)