Skip to content

Commit 125c289

Browse files
Merge pull request #545 from contactashish13/security-patch
bump version
2 parents e8e0e85 + 41b9adc commit 125c289

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
- WP_VERSION=latest WP_MULTISITE=0
2525
global:
2626
- MASTER_BRANCH=master UPSTREAM_REPO=Codeinwp/visualizer STORE_URL=https://themeisle.com
27-
DEPLOY_BUILD=7
27+
DEPLOY_BUILD=7.0
2828
before_install:
2929
- mkdir -p bin && cd bin
3030
- wget "$PIRATE_FLEET"load.sh

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.1';
31+
const VERSION = '3.3.2';
3232

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"codeinwp/themeisle-sdk": "master",
2525
"xrstf/composer-php52": "^1.0.20",
26-
"phpoffice/phpspreadsheet": "^1.6.0",
26+
"phpoffice/phpspreadsheet": "1.8.2",
2727
"neitanod/forceutf8": "~2.0"
2828
},
2929
"autoload": {

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.1
2+
Version: 3.3.2
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.1
7+
Version: 3.3.2
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.1",
3+
"version": "3.3.2",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)