Skip to content

Commit a12148c

Browse files
Merge pull request #530 from contactashish13/test-3.3.1
Test 3.3.1
2 parents a80c233 + 2a721ba commit a12148c

File tree

5 files changed

+7
-7
lines changed

5 files changed

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

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

classes/Visualizer/Render/Page/Data.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class="visualizer-select">
238238
</li>
239239
</ul>
240240
</li>
241-
<li class="viz-group <?php echo apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature' ); ?>">
241+
<li class="viz-group viz-import-from-other <?php echo apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature' ); ?>">
242242
<h2 class="viz-group-title viz-sub-group"
243243
data-current="chart"><?php _e( 'Import from other chart', 'visualizer' ); ?><span
244244
class="dashicons dashicons-lock"></span></h2>
@@ -504,7 +504,7 @@ private function permissionsSidebar() {
504504
esc_html__( 'Who can see this chart?', 'visualizer' ) . '<span
505505
class="dashicons dashicons-lock"></span>',
506506
'',
507-
apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature', 'chart-permissions' )
507+
'viz-chart-perm-view ' . apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature', 'chart-permissions' )
508508
);
509509
Visualizer_Render_Sidebar::_renderSectionStart();
510510
Visualizer_Render_Sidebar::_renderSectionDescription( esc_html__( 'Select who can view the chart on the front-end.', 'visualizer' ) );
@@ -548,7 +548,7 @@ class="dashicons dashicons-lock"></span>',
548548
esc_html__( 'Who can edit this chart?', 'visualizer' ) . '<span
549549
class="dashicons dashicons-lock"></span>',
550550
'',
551-
apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature', 'chart-permissions' )
551+
'viz-chart-perm-edit ' . apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature', 'chart-permissions' )
552552
);
553553
Visualizer_Render_Sidebar::_renderSectionStart();
554554
Visualizer_Render_Sidebar::_renderSectionDescription( esc_html__( 'Select who can edit the chart on the front-end.', '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: 3.3.0
2+
Version: 3.3.1
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: Tables and Charts Manager for WordPress
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.3.0
7+
Version: 3.3.1
88
Author: Themeisle
99
Author URI: http://themeisle.com
1010
License: GPL v2.0 or later

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

0 commit comments

Comments
 (0)