Skip to content

Commit 6654a4b

Browse files
committed
[AUTO][skip ci] Updating changelog for v3.0.1
1 parent eb0bc30 commit 6654a4b

File tree

3 files changed

+354
-0
lines changed

3 files changed

+354
-0
lines changed

CHANGELOG.md

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

2+
### v3.0.1 - 2017-10-06
3+
**Changes:**
4+
* Improved compatibility with various theme and plugins.
5+
* Fix for chart type selection when creation from media popup.
6+
27
### v3.0.0 - 2017-09-05
38
**Changes:**
49
* Adds support manual configuration according to Google Visualization API.

readme.md

Lines changed: 343 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,343 @@
1+
# WordPress Charts and Graphs Lite #
2+
**Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [marius2012](https://profiles.wordpress.org/marius2012), [marius_codeinwp](https://profiles.wordpress.org/marius_codeinwp), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [themeisle](https://profiles.wordpress.org/themeisle), [Madalin_ThemeIsle](https://profiles.wordpress.org/Madalin_ThemeIsle), [rozroz](https://profiles.wordpress.org/rozroz)
3+
**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
4+
**Requires at least:** 3.5
5+
**Tested up to:** 4.8
6+
**Stable tag:** trunk
7+
**License:** GPL v2.0 or later
8+
**License URI:** http://www.opensource.org/licenses/gpl-license.php
9+
10+
A simple and quite powerful WordPress chart plugin to create and embed interactive charts & tables into your site.
11+
12+
## Description ##
13+
14+
<a href="http://themeisle.com/plugins/visualizer-charts-and-graphs-lite/" rel="nofollow">WordPress Visualizer plugin</a> is a simple, easy to use and quite powerful tool to create, manage and embed interactive charts & tables into your WordPress posts and pages.
15+
16+
The plugin uses Google Visualization API to add responsive & animated charts/diagrams, which support cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases. Is the best Excel to WordPress solution who let's you insert charts to your wp site using a simple chart builder.
17+
18+
> **Time-saving features available in the Pro version:**
19+
>
20+
> * Import data from other charts
21+
> * Easy edit the data using a live editor
22+
> * 3 more chart types ( Combo, Timeline and Table chart )
23+
> * Auto synchronize with your online file.
24+
> * Create private charts.
25+
> * Allow users to edit charts.
26+
> * Create charts from your wordpress posts, pages,products or any other post_type.
27+
> * Priority email support from the developer of the plugin
28+
> * Support and updates for 1 year
29+
>
30+
> **[Learn more about Visualizer PRO](http://themeisle.com/plugins/visualizer-charts-and-graphs/)**
31+
32+
33+
### 9 Chart types + 3 more in the pro version ###
34+
This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. It is line chart,flow chart, area chart, bar chart, column chart, pie chart, geo chart, gauge chart, candlestick chart and scatter chart. These charts are based on pure HTML5/SVG technology (adopting VML for old IE versions), so no extra plugins are required. Adding these charts to your page can be done in a few simple steps. The premium version can act as a interactive WordPress Table plugin, with sorting capabilities.
35+
36+
### Flexible and customizable ###
37+
Make the charts your own. Configure an extensive set of options to perfectly match the look and feel of your website. You can use Google Chart Tools with their default setting - all customization is optional and the basic setup is launch-ready. However, charts can be easily customizable in case your webpage adopts a style which is at odds with provided defaults. Every chart exposes a number of options that customize its look and feel.
38+
39+
### HTML5/SVG ###
40+
Charts are rendered using HTML5/SVG technology to provide cross-browser compatibility (including VML for older IE versions) and cross platform portability to iPhones, iPads and Android. Your users will never have to mess with extra plugins or any software. If they have a web browser, they can see your charts.
41+
42+
*above descriptions were partially taken from Google Visualization API site*
43+
44+
The plugins works perfectly with the all <a href="http://justfreethemes.com" rel="nofollow">free</a> or <a href="http://www.codeinwp.com/blog/best-wordpress-themes/" rel="nofollow">premium WordPress themes</a>
45+
46+
47+
= See how Visualizer can integrate with your website =
48+
49+
* [Create line chart ](https://demo.themeisle.com/visualizer/line-chart/)
50+
* [Create pie chart ](https://demo.themeisle.com/visualizer/pie-chart/)
51+
* [Create bar chart](https://demo.themeisle.com/visualizer/bar-chart/)
52+
* [Create column chart](https://demo.themeisle.com/visualizer/column-chart/)
53+
* [Create area chart](https://demo.themeisle.com/visualizer/area-chart/)
54+
* [Create geo chart](https://demo.themeisle.com/visualizer/geo-chart/)
55+
* [Create table chart](https://demo.themeisle.com/visualizer/table-chart/)
56+
* [Create gauge chart](https://demo.themeisle.com/visualizer/gauge-chart//)
57+
* [Create candlestick chart](https://demo.themeisle.com/visualizer/candlestick-chart/)
58+
* [Create combo chart](https://demo.themeisle.com/visualizer/combo-chart/)
59+
* [Create scatter chart](https://demo.themeisle.com/visualizer/scatter-chart/)
60+
* [Create timeline chart](https://demo.themeisle.com/visualizer/timeline-chart/)
61+
* [Chart using frontend action links](https://demo.themeisle.com/visualizer/frontend-action-links/)
62+
63+
64+
## Installation ##
65+
66+
1. Upload the files to the `/wp-content/plugins/visualizer/` directory.
67+
1. Activate the plugin through the 'Plugins' menu in WordPress.
68+
69+
## Frequently Asked Questions ##
70+
71+
### Shortcode does not turn into graph ###
72+
73+
Pay attention that to turn your shortcodes into graphs, your theme has to have `<?php wp_footer(); ?>` call at the bottom of **footer.php** file.
74+
75+
### Is there any documentation available for this plugin? ###
76+
77+
[http://docs.themeisle.com/article/428-visualizer-charts-and-graphs-documentation](http://docs.themeisle.com/article/428-visualizer-charts-and-graphs-documentation)
78+
79+
### How to format chart series values? ###
80+
81+
[http://docs.themeisle.com/article/672-how-to-format-series-values](http://docs.themeisle.com/article/672-how-to-format-series-values)
82+
83+
### How to create charts from your WordPress posts? ###
84+
85+
[http://docs.themeisle.com/article/673-how-to-create-charts-from-your-wordpress-posts](http://docs.themeisle.com/article/673-how-to-create-charts-from-your-wordpress-posts)
86+
87+
### How to automatically sync charts with online files? ###
88+
89+
[http://docs.themeisle.com/article/674-how-to-automatically-sync-charts-with-online-files](http://docs.themeisle.com/article/674-how-to-automatically-sync-charts-with-online-files)
90+
91+
### How can I create a chart? ###
92+
93+
[http://docs.themeisle.com/article/597-create-chart](http://docs.themeisle.com/article/597-create-chart)
94+
95+
### How can I edit a chart? ###
96+
97+
[http://docs.themeisle.com/article/602-how-can-i-edit-a-chart](http://docs.themeisle.com/article/602-how-can-i-edit-a-chart)
98+
99+
### How can I delete a chart? ###
100+
101+
[http://docs.themeisle.com/article/600-delete-chart](http://docs.themeisle.com/article/600-delete-chart)
102+
103+
### How can I clone a chart? ###
104+
105+
[http://docs.themeisle.com/article/598-clone-chart](http://docs.themeisle.com/article/598-clone-chart)
106+
107+
### How can I highlight a single bar? ###
108+
109+
[http://docs.themeisle.com/article/603-how-can-i-highlight-a-single-bar](http://docs.themeisle.com/article/603-how-can-i-highlight-a-single-bar)
110+
111+
### How can I populate chart series and data dynamically? ###
112+
113+
[http://docs.themeisle.com/article/605-how-can-i-populate-chart-series-and-data-dynamically](http://docs.themeisle.com/article/605-how-can-i-populate-chart-series-and-data-dynamically)
114+
115+
### How can I populate data from Google Spreadsheet? ###
116+
117+
[http://docs.themeisle.com/article/607-how-can-i-populate-data-from-google-spreadsheet](http://docs.themeisle.com/article/607-how-can-i-populate-data-from-google-spreadsheet)
118+
119+
### How can i import content from another chart? ###
120+
121+
[http://docs.themeisle.com/article/609-how-can-i-import-content-from-another-chart](http://docs.themeisle.com/article/609-how-can-i-import-content-from-another-chart)
122+
123+
### How to export a chart? ###
124+
125+
[http://docs.themeisle.com/article/608-how-to-export-a-chart](http://docs.themeisle.com/article/608-how-to-export-a-chart)
126+
127+
### How can i edit the data manually? ###
128+
129+
[http://docs.themeisle.com/article/610-how-can-i-edit-the-data-manually](http://docs.themeisle.com/article/610-how-can-i-edit-the-data-manually)
130+
131+
### How to enable frontend action buttons? ###
132+
133+
[http://docs.themeisle.com/article/675-how-to-enable-frontend-action-buttons](http://docs.themeisle.com/article/675-how-to-enable-frontend-action-buttons)
134+
### How to use Google Visualization variables? ###
135+
136+
[http://docs.themeisle.com/article/691-how-to-use-google-visualization-variables](http://docs.themeisle.com/article/691-how-to-use-google-visualization-variables)
137+
138+
## Screenshots ##
139+
140+
1. Chart type selection
141+
2. Chart data uploading
142+
3. Chart options editing
143+
4. Charts media library
144+
5. Charts library
145+
146+
## Changelog ##
147+
### 3.0.1 - 2017-10-06 ###
148+
149+
* Improved compatibility with various theme and plugins.
150+
* Fix for chart type selection when creation from media popup.
151+
152+
153+
### 3.0.0 - 2017-09-05 ###
154+
155+
* Adds support manual configuration according to Google Visualization API.
156+
* Improves compatibility with more features from the pro version.
157+
158+
159+
### 2.2.0 - 2017-08-16 ###
160+
161+
* Added custom number format for pie chart.
162+
* Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy)
163+
164+
165+
### 2.1.9 - 2017-07-10 ###
166+
167+
* Fixed display error with hex color.
168+
169+
170+
### 2.1.8 - 2017-07-03 ###
171+
172+
* Added chart title into library.
173+
* Fixed SDK issues with dashboard widget.
174+
175+
176+
### 2.1.7 ###
177+
178+
* Updated sdk loading logic.
179+
180+
181+
182+
### 2.1.4 ###
183+
* Fixed issues with non-latin chars on CSV files to import.
184+
185+
### 2.1.2 ###
186+
* Fixed priority issue with wp_enqueue_media
187+
* Added latest version of sdk
188+
189+
### 2.1.1 ###
190+
* Fixed charts bliking on some themes.
191+
192+
### 2.1.0 ###
193+
* Fixed geomap issue with apikey.
194+
* Fixed responsive issues on tabbed interface and page builders.
195+
* Added compatibility with premium import from posts/page feature.
196+
197+
### 2.0.4 ###
198+
* Fixed resize issue in the library page.
199+
200+
### 2.0.0 ###
201+
* Improved design and layout to support multiple datasources.
202+
* Added new integrations in the Pro version.
203+
* Added opt-in for tracking.
204+
205+
### 1.7.6 ###
206+
* Fixed issue when using the same shortcode multiple times on the same page.
207+
208+
### 1.7.5 ###
209+
* Removed footer banner upsell
210+
* Fixed series settings issue
211+
* Fixed issue with comas being used in numbers
212+
213+
### 1.7.2 ###
214+
* Improved charts responsive system
215+
216+
### 1.7.1 ###
217+
* Fixed grid lines error links
218+
219+
### 1.7.0 ###
220+
* Fixed responsive issues
221+
* Fixed issues with zero margin values
222+
* Fixed import issue
223+
224+
### 1.6.6 ###
225+
* Fixed charts resizing on tabbed content
226+
227+
### 1.6.5 ###
228+
* Fixed responsive issue
229+
* Fixed no axis text color for line and bar charts
230+
231+
232+
### 1.6.0 ###
233+
* Fixed security issue when importing charts
234+
* Removed pointer for the pro version
235+
* Fixed charts import from media library
236+
* Added support to show legend on the left side
237+
238+
239+
### 1.5.6 ###
240+
* Added support for 3 more chart types
241+
* Fixed issue with charts not saving
242+
243+
244+
### 1.5.5 ###
245+
* Added export for charts
246+
* Enable default value for focus target. Fixed issue with hover which was not working on some machines.
247+
248+
249+
### 1.5.4 ###
250+
* Added free search text over graphs
251+
252+
### 1.5.2 ###
253+
* Added step2 and 3 into step 1
254+
255+
### 1.5.1 ###
256+
* Fixed bug with from web button
257+
258+
### 1.5 ###
259+
* Added support for live editor
260+
* Added support for importing data from other charts
261+
* Added filter for chart settings
262+
* Fixed bug when zero was not working on the charts
263+
264+
### 1.4.2.3 ###
265+
* Implemented ability to edit horizontal and vertical axis number format for bar and column charts
266+
267+
### 1.4.2.2 ###
268+
* Added ability to pass a class for chart wrapper div
269+
* Added proper label for custom post type
270+
271+
### 1.4.2.1 ###
272+
* Fixed issue with download_url function which not exists at front end
273+
* Added functionality which prevents direct access to the plugin folder
274+
275+
### 1.4.2 ###
276+
* Fixed remote CSV uploading issue when allow_url_fopen option is disabled in php.ini
277+
* Replaced flattr image on widget and added donate link to plugin meta data
278+
* Added notification message at library page when allow_url_fopen option is disabled
279+
280+
### 1.4.1.1 ###
281+
* Removed CSV parser escape constant to prevent warnings which appears when PHP 5.2.x or less is used
282+
283+
### 1.4.1 ###
284+
* Fixed issue which prevents the plugin working on SSL backend
285+
* Fixed issue with CSV file uploading in IE and other browsers
286+
* Fixed issue with empty series, which appears due to leading space in a source file
287+
* Added ability to define custom delimiter, enclosure and escape variables for CSV parsing
288+
289+
### 1.4 ###
290+
* Implemented aggregation target and selection mode options for candlestick chart
291+
* Implemented focus target and data opacity for columnar chars
292+
* Implemented data opacity and interpolate nulls settings for line chart
293+
* Implemented ability to edit tooltip settings
294+
* Implemented new settings for linear charts like selection mode and aggregation target
295+
* Implemented area and point opacity settings for area chart
296+
* Implemented new settings for pie chart like pie hole, start angle and slice offset
297+
* Implemented ability to select a color for chart title and legend items
298+
* Fixed number formatting settings for linear charts, from now it works only for axis labels
299+
* Reworked general settings section by moving title and font settings into separate groups
300+
301+
### 1.3.0.2 ###
302+
* Replaced links to github wiki
303+
304+
### 1.3.0.1 ###
305+
* Added Flattr button
306+
307+
### 1.3.0 ###
308+
* Implemented ability to set number and date formatters
309+
* Implemented ability to select transparent background for a chart
310+
* Fixed JS bugs which appear when post type editor support is disabled
311+
* Fixed issue with NULL values for numeric series
312+
* Fixed invalid charts rendering at "Add Media" library
313+
* Fixed compatibility issue with another Google API related plugins
314+
* Added "rate the plugin" box
315+
316+
### 1.2.0 ###
317+
* Implemented minor grid lines settings.
318+
* Implemented view window settings.
319+
* Horizontal and vertical axes settings were split into separate groups.
320+
321+
### 1.1.4 ###
322+
* Bug with float values has been fixed.
323+
324+
### 1.1.3 ###
325+
* Issue with "fseek warning" for Google Spreadsheet document source, was fixed.
326+
327+
### 1.1.2 ###
328+
* Compatibility issues with WordPress version 3.6 has been fixed.
329+
330+
### 1.1.1 ###
331+
* Active type tab in the charts library was fixed.
332+
* Library styles were updated.
333+
334+
### 1.1.0 ###
335+
* Auto population was added for remote CSV file source.
336+
* Ability to hook chart series and data was implemented.
337+
* Ability to upload CSV files from web was implemented.
338+
339+
### 1.0.1 ###
340+
* The bug with CSV file uploading was fixed.
341+
342+
### 1.0.0 ###
343+
* The first version of what wil be the best wp charts plugin.

readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
144144
5. Charts library
145145

146146
== Changelog ==
147+
= 3.0.1 - 2017-10-06 =
148+
149+
* Improved compatibility with various theme and plugins.
150+
* Fix for chart type selection when creation from media popup.
151+
152+
147153
= 3.0.0 - 2017-09-05 =
148154

149155
* Adds support manual configuration according to Google Visualization API.

0 commit comments

Comments
 (0)