Skip to content

Commit 30cb5fa

Browse files
committed
ci: Updating changelog for v3.4.0 [skip ci]
1 parent 95347cd commit 30cb5fa

File tree

4 files changed

+53
-6
lines changed

4 files changed

+53
-6
lines changed

CHANGELOG.md

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

2+
### v3.4.0 - 2020-02-13
3+
**Changes:**
4+
* [Feat] Support for authentication for JSON import
5+
* [Feat] New chart type: Bubble
6+
* [Feat] Combine one-time import and schedule import into a single control for an online .csv file import
7+
* [Feat] Add support for annotations and other roles
8+
* [Feat] For every chart show the last updated date and any error that exists
9+
* [Feat] Tested up to WP 5.3
10+
* [Fix] When new data is imported using csv/url, the manual editor still show old data
11+
* [Fix] Having SCRIPT_DEBUG on causes issues in real time update of charts
12+
* [Fix] Table chart: Error appears when trying to import from JSON
13+
* [Fix] PHP Fatal error: Uncaught Error: Cannot unset string offsets
14+
* [Fix] Long responsive table can overflow on smaller screens
15+
216
### v3.3.4 - 2019-11-15
317
**Changes:**
418
* Fix issue with table chart not loading in the block editor

readme.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Visualizer: Tables and Charts for WordPress # #
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), [contactashish13](https://profiles.wordpress.org/contactashish13)
1+
# Visualizer: Tables and Charts for WordPress #
2+
**Contributors:** [[codeinwp](https://profiles.wordpress.org/codeinwp)](https://profiles.wordpress.org/[codeinwp](https://profiles.wordpress.org/codeinwp)), [[marius2012](https://profiles.wordpress.org/marius2012)](https://profiles.wordpress.org/[marius2012](https://profiles.wordpress.org/marius2012)), [[marius_codeinwp](https://profiles.wordpress.org/marius_codeinwp)](https://profiles.wordpress.org/[marius_codeinwp](https://profiles.wordpress.org/marius_codeinwp)), [[hardeepasrani](https://profiles.wordpress.org/hardeepasrani)](https://profiles.wordpress.org/[hardeepasrani](https://profiles.wordpress.org/hardeepasrani)), [[themeisle](https://profiles.wordpress.org/themeisle)](https://profiles.wordpress.org/[themeisle](https://profiles.wordpress.org/themeisle)), [[Madalin_ThemeIsle](https://profiles.wordpress.org/Madalin_ThemeIsle)](https://profiles.wordpress.org/[Madalin_ThemeIsle](https://profiles.wordpress.org/Madalin_ThemeIsle)), [[contactashish13](https://profiles.wordpress.org/contactashish13)](https://profiles.wordpress.org/[contactashish13](https://profiles.wordpress.org/contactashish13))
33
**Tags:** tables, charts, pie, visualization, graphs
44
**Requires at least:** 3.5
55
**Tested up to:** 5.3
@@ -16,15 +16,18 @@ A simple and powerful WordPress chart plugin to create responsive charts & table
1616

1717
The plugin uses Google Visualization API, DataTables.net and ChartJS to add responsive & animated charts, graphs and tables, which support cross-browser compatibility and display perfectly on mobile devices. You can greatly customize all aspects of the charts and tables, and import the data from Excel, CSV, Google Sheets and more!
1818

19-
### 7 Chart types + 6 more in the pro version ###
20-
This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. In the free version, it has line charts, area charts, bar charts, column charts, pie charts, geo charts and scatter charts. 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.
19+
### 9 Chart types + 6 more in the pro version ###
20+
This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. In the free version, it has line charts, area charts, bar charts, column charts, pie charts, geo charts, table charts, bubble charts, scatter charts. 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.
2121

2222
### One of the best table plugin for wordpress ###
2323
On top of our responsive charts and graphs, you can also add our responsive tables to your posts and pages, and customize them however you like. Not only can you customize the design of the tables, you can add sorting capabilities, pagination, search and more. You can view a few examples of what can be done <a href="https://demo.themeisle.com/visualizer/table-chart/">here</a>, but many more things can be done, including pricing tables and product tables.
2424

2525
### Flexible and customizable ###
2626
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 and graphs 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.
2727

28+
### Gutenberg support ###
29+
Whether you like Gutenberg or not, it doesn't matter, you can add your charts using our easy-to-use gutenberg interface, or simply paste your chart code on the old editor.
30+
2831
### Responsive Charts in HTML5/SVG ###
2932
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.
3033

@@ -159,6 +162,21 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
159162
13. Bar chart
160163

161164
## Changelog ##
165+
### 3.4.0 - 2020-02-13 ###
166+
167+
* [Feat] Support for authentication for JSON import
168+
* [Feat] New chart type: Bubble
169+
* [Feat] Combine one-time import and schedule import into a single control for an online .csv file import
170+
* [Feat] Add support for annotations and other roles
171+
* [Feat] For every chart show the last updated date and any error that exists
172+
* [Feat] Tested up to WP 5.3
173+
* [Fix] When new data is imported using csv/url, the manual editor still show old data
174+
* [Fix] Having SCRIPT_DEBUG on causes issues in real time update of charts
175+
* [Fix] Table chart: Error appears when trying to import from JSON
176+
* [Fix] PHP Fatal error: Uncaught Error: Cannot unset string offsets
177+
* [Fix] Long responsive table can overflow on smaller screens
178+
179+
162180
### 3.3.4 - 2019-11-15 ###
163181

164182
* Fix issue with table chart not loading in the block editor
@@ -513,4 +531,4 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
513531
* The bug with CSV file uploading was fixed.
514532

515533
### 1.0.0 ###
516-
* The first version of what wil be the best wp charts plugin.
534+
* The first version of what wil be the best wp charts plugin.

readme.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,21 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
162162
13. Bar chart
163163

164164
== Changelog ==
165+
= 3.4.0 - 2020-02-13 =
166+
167+
* [Feat] Support for authentication for JSON import
168+
* [Feat] New chart type: Bubble
169+
* [Feat] Combine one-time import and schedule import into a single control for an online .csv file import
170+
* [Feat] Add support for annotations and other roles
171+
* [Feat] For every chart show the last updated date and any error that exists
172+
* [Feat] Tested up to WP 5.3
173+
* [Fix] When new data is imported using csv/url, the manual editor still show old data
174+
* [Fix] Having SCRIPT_DEBUG on causes issues in real time update of charts
175+
* [Fix] Table chart: Error appears when trying to import from JSON
176+
* [Fix] PHP Fatal error: Uncaught Error: Cannot unset string offsets
177+
* [Fix] Long responsive table can overflow on smaller screens
178+
179+
165180
= 3.3.4 - 2019-11-15 =
166181

167182
* Fix issue with table chart not loading in the block editor

themeisle-hash.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"index.php":"c3004c04b78b4a25245d1c88ba9b1184"}
1+
{"index.php":"e3217d70f32ef50b1942c9044649aa86"}

0 commit comments

Comments
 (0)