Skip to content

Commit b40450f

Browse files
committed
bump version
1 parent 62d3990 commit b40450f

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

.distignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ phpunit.xml
1515
npm-debug.log
1616
dist
1717
artifact
18-
composer
18+
composer.json
19+
composer.lock

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.0.3';
31+
const VERSION = '2.0.4';
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: 2.0.3
2+
Version: 2.0.4
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.0.3
7+
Version: 2.0.4
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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ http://docs.themeisle.com/article/610-how-can-i-edit-the-data-manually
118118

119119
== Changelog ==
120120

121+
= 2.0.4 =
122+
* Fixed resize issue in the library page.
123+
121124
= 2.0.0 =
122125
* Improved design and layout to support multiple datasources.
123126
* Added new integrations in the Pro version.

0 commit comments

Comments
 (0)