Skip to content

Commit fb82639

Browse files
committed
Merge pull request #49 from Codeinwp/development
!!! update
2 parents d139e70 + 2c90c39 commit fb82639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.php

Lines changed: 2 additions & 2 deletions
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.3
6+
Version: 1.4.4
77
Author: Madpixels
88
Author URI: http://madpixels.net
99
Donate link: http://flattr.com/thing/2574985/WordPress-Visualizer
@@ -124,4 +124,4 @@ function visualizer_launch() {
124124
spl_autoload_register( 'visualizer_autoloader' );
125125

126126
// launch the plugin
127-
visualizer_launch();
127+
visualizer_launch();

0 commit comments

Comments
 (0)