Skip to content

Commit 6cc3da8

Browse files
author
Eugene Manuilov
committed
Updated plugin version and readme file.
1 parent 95fae46 commit 6cc3da8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

classes/Visualizer/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class Visualizer_Plugin {
3131

3232
const NAME = 'visualizer';
33-
const VERSION = '1.4.2.1';
33+
const VERSION = '1.4.2.2';
3434

3535
// custom post types
3636
const CPT_VISUALIZER = 'visualizer';

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: WordPress Visualizer
44
Plugin URI: https://github.com/madpixelslabs/visualizer
55
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.
6-
Version: 1.4.2.1
6+
Version: 1.4.2.2
77
Author: Madpixels
88
Author URI: http://madpixels.net
99
Donate link: http://flattr.com/thing/2574985/WordPress-Visualizer

readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://flattr.com/thing/2574985/WordPress-Visualizer
44
Tags: chart, charts, charting, graph, graphs, graphing, visualisation, visualise data, visualization, visualize data, HTML5, canvas, pie chart, line chart, bar chart, column chart, gauge chart, area chart, scatter chart, candlestick chart, geo chart, google visualization api
55
Requires at least: 3.5
66
Tested up to: 3.8.1
7-
Stable tag: 1.4.2.1
7+
Stable tag: 1.4.2.2
88
License: GPL v2.0 or later
99
License URI: http://www.opensource.org/licenses/gpl-license.php
1010

@@ -58,8 +58,9 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
5858

5959
== Changelog ==
6060

61-
= 1.4.3 =
61+
= 1.4.2.2 =
6262
* Added ability to pass a class for chart wrapper div
63+
* Added proper label for custom post type
6364

6465
= 1.4.2.1 =
6566
* Fixed issue with download_url function which not exists at front end

0 commit comments

Comments
 (0)