Version Description
- Added Flattr button
Download this release
Release Info
Developer | madpixels |
Plugin | WordPress Charts and Graphs Lite |
Version | 1.3.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.0 to 1.3.0.1
- classes/Visualizer/Plugin.php +1 -1
- classes/Visualizer/Render/Page.php +5 -0
- css/frame.css +5 -0
- index.php +1 -1
- readme.txt +14 -11
classes/Visualizer/Plugin.php
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
class Visualizer_Plugin {
|
31 |
|
32 |
const NAME = 'visualizer';
|
33 |
-
const VERSION = '1.3.0';
|
34 |
|
35 |
// custom post types
|
36 |
const CPT_VISUALIZER = 'visualizer';
|
30 |
class Visualizer_Plugin {
|
31 |
|
32 |
const NAME = 'visualizer';
|
33 |
+
const VERSION = '1.3.0.1';
|
34 |
|
35 |
// custom post types
|
36 |
const CPT_VISUALIZER = 'visualizer';
|
classes/Visualizer/Render/Page.php
CHANGED
@@ -76,6 +76,11 @@ class Visualizer_Render_Page extends Visualizer_Render {
|
|
76 |
echo '<a id="rate-link" href="http://wordpress.org/support/view/plugin-reviews/visualizer" target="_blank">';
|
77 |
esc_html_e( 'Rate it on WordPress.org', Visualizer_Plugin::NAME );
|
78 |
echo '</a>';
|
|
|
|
|
|
|
|
|
|
|
79 |
echo '</div>';
|
80 |
echo '</div>';
|
81 |
}
|
76 |
echo '<a id="rate-link" href="http://wordpress.org/support/view/plugin-reviews/visualizer" target="_blank">';
|
77 |
esc_html_e( 'Rate it on WordPress.org', Visualizer_Plugin::NAME );
|
78 |
echo '</a>';
|
79 |
+
echo '<div id="flattr">';
|
80 |
+
echo '<a href="https://flattr.com/submit/auto?user_id=madpixels&url=http%3A%2F%2Fwordpress.org%2Fplugins%2Fvisualizer%2F&category=software&title=WordPress+Visualizer&description=', urlencode( 'WordPress Visualizer plugin is a simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages.' ), '" target="_blank">';
|
81 |
+
echo '<img src="//api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0">';
|
82 |
+
echo '</a>';
|
83 |
+
echo '</div>';
|
84 |
echo '</div>';
|
85 |
echo '</div>';
|
86 |
}
|
css/frame.css
CHANGED
@@ -267,6 +267,11 @@ div.group-content .group-description {
|
|
267 |
margin-top: 3px;
|
268 |
}
|
269 |
|
|
|
|
|
|
|
|
|
|
|
270 |
/******************************************************************************/
|
271 |
/******************************** TOOLBAR ***********************************/
|
272 |
/******************************************************************************/
|
267 |
margin-top: 3px;
|
268 |
}
|
269 |
|
270 |
+
#flattr {
|
271 |
+
margin-top: 15px;
|
272 |
+
text-align: center;
|
273 |
+
}
|
274 |
+
|
275 |
/******************************************************************************/
|
276 |
/******************************** TOOLBAR ***********************************/
|
277 |
/******************************************************************************/
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WordPress Visualizer
|
4 |
Plugin URI: http://visualizer.madpixels.net
|
5 |
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.3.0
|
7 |
Author: Madpixels
|
8 |
Author URI: http://madpixels.net
|
9 |
License: GPL v2.0 or later
|
3 |
Plugin Name: WordPress Visualizer
|
4 |
Plugin URI: http://visualizer.madpixels.net
|
5 |
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.3.0.1
|
7 |
Author: Madpixels
|
8 |
Author URI: http://madpixels.net
|
9 |
License: GPL v2.0 or later
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Visualizer ===
|
2 |
Contributors: madpixels, straightforward
|
3 |
-
Donate link:
|
4 |
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
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 3.7
|
7 |
-
Stable tag: 1.3.0
|
8 |
License: GPL v2.0 or later
|
9 |
License URI: http://www.opensource.org/licenses/gpl-license.php
|
10 |
|
@@ -29,13 +29,13 @@ Charts are rendered using HTML5/SVG technology to provide cross-browser compatib
|
|
29 |
|
30 |
### Knowledge Base ###
|
31 |
|
32 |
-
|
33 |
-
|
34 |
-
1. [How can I
|
35 |
-
1. [How can I
|
36 |
-
1. [How can I
|
37 |
-
1. [How can I populate
|
38 |
-
1. [How can I populate
|
39 |
|
40 |
== Installation ==
|
41 |
|
@@ -58,6 +58,9 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
|
|
58 |
|
59 |
== Changelog ==
|
60 |
|
|
|
|
|
|
|
61 |
= 1.3.0 =
|
62 |
* Implemented ability to set number and date formatters
|
63 |
* Implemented ability to select transparent background for a chart
|
@@ -94,4 +97,4 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
|
|
94 |
* The bug with CSV file uploading was fixed.
|
95 |
|
96 |
= 1.0.0 =
|
97 |
-
* The first version of the plugin was implemented.
|
1 |
=== Visualizer ===
|
2 |
Contributors: madpixels, straightforward
|
3 |
+
Donate link: http://goo.gl/hN9FYf
|
4 |
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
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 3.7.1
|
7 |
+
Stable tag: 1.3.0.1
|
8 |
License: GPL v2.0 or later
|
9 |
License URI: http://www.opensource.org/licenses/gpl-license.php
|
10 |
|
29 |
|
30 |
### Knowledge Base ###
|
31 |
|
32 |
+
1. [How can I create a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-create-a-chart%3F)
|
33 |
+
1. [How can I edit a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-edit-a-chart%3F)
|
34 |
+
1. [How can I clone a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-clone-a-chart%3F)
|
35 |
+
1. [How can I delete a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-delete-a-chart%3F)
|
36 |
+
1. [How can I highlight a single bar?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-highlight-a-single-bar%3F)
|
37 |
+
1. [How can I populate chart series and data dynamically?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-populate-chart-series-and-data-dynamically%3F)
|
38 |
+
1. [How can I populate data from Google Spreadsheet?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-populate-data-from-Google-Spreadsheet%3F)
|
39 |
|
40 |
== Installation ==
|
41 |
|
58 |
|
59 |
== Changelog ==
|
60 |
|
61 |
+
= 1.3.0.1 =
|
62 |
+
* Added Flattr button
|
63 |
+
|
64 |
= 1.3.0 =
|
65 |
* Implemented ability to set number and date formatters
|
66 |
* Implemented ability to select transparent background for a chart
|
97 |
* The bug with CSV file uploading was fixed.
|
98 |
|
99 |
= 1.0.0 =
|
100 |
+
* The first version of the plugin was implemented.
|