Skip to content

Commit 6b1d01e

Browse files
authored
Merge pull request #788 from Codeinwp/v3411
V3411
2 parents cb86471 + cfbd686 commit 6b1d01e

File tree

9 files changed

+24
-7
lines changed

9 files changed

+24
-7
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ cypress/integration/examples
1111
cypress/integration/localhost*
1212
cypress/plugins
1313
cypress.env.json
14-
grunt
14+
grunt
15+
.DS_Store

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
### v3.4.10 - 2020-12-09
3+
**Changes:**
4+
* [Fix] Compatibility with Composer 2.0
5+
26
### v3.4.9 - 2020-11-26
37
**Changes:**
48
* [Fix] Pie chart slices offset problem in the Gutenberg editor

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

3333
// custom post types
3434
const CPT_VISUALIZER = '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.4.10
2+
Version: 3.4.11
33
*/
44
#visualizer-library-view {
55
padding: 30px 10px 10px 30px;

index.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
Plugin Name: Visualizer: Tables and Charts 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.4.10
7+
Version: 3.4.11
88
Author: Themeisle
99
Author URI: http://themeisle.com
10+
Requires at least: 3.5
11+
Tested up to: 5.6
1012
License: GPL v2.0 or later
1113
WordPress Available: yes
1214
Requires License: no

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

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
162162
13. Bar chart
163163

164164
## Changelog ##
165+
### 3.4.10 - 2020-12-09 ###
166+
167+
* [Fix] Compatibility with Composer 2.0
168+
169+
165170
### 3.4.9 - 2020-11-26 ###
166171

167172
* [Fix] Pie chart slices offset problem in the Gutenberg editor

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: codeinwp,themeisle,marius2012,marius_codeinwp,hardeepasrani,rozroz,Madalin_ThemeIsle
33
Tags: tables, charts, pie, visualization, graphs
44
Requires at least: 3.5
5-
Tested up to: 5.5
5+
Tested up to: 5.6
66
Requires PHP: 5.6
77
Stable tag: trunk
88
License: GPL v2.0 or later
@@ -162,6 +162,11 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
162162
13. Bar chart
163163

164164
== Changelog ==
165+
= 3.4.10 - 2020-12-09 =
166+
167+
* [Fix] Compatibility with Composer 2.0
168+
169+
165170
= 3.4.9 - 2020-11-26 =
166171

167172
* [Fix] Pie chart slices offset problem in the Gutenberg editor

themeisle-hash.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"index.php":"c877ac07d6e33d8895c85daab3a4abe1"}
1+
{"index.php":"3bc4b381884aaea4cddc050a6e94a222"}

0 commit comments

Comments
 (0)