Skip to content

Commit 04cd077

Browse files
committed
ci: Updating changelog for v3.4.1 [skip ci]
1 parent 1452710 commit 04cd077

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
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.4.1 - 2020-02-14
3+
**Changes:**
4+
* [Fix] Insert chart button in the classic block
5+
* [Fix for Pro version] Import from chart did not work
6+
27
### v3.4.0 - 2020-02-13
38
**Changes:**
49
* [Feat] Support for authentication for JSON import

readme.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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))
3-
**Tags:** tables, charts, pie, visualization, graphs
1+
# Visualizer: Tables and Charts Manager 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)
3+
**Tags:** tables, charts, pie, visualization, graphs
44
**Requires at least:** 3.5
55
**Tested up to:** 5.3
66
**Requires PHP:** 5.6
@@ -11,13 +11,13 @@
1111
A simple and powerful WordPress chart plugin to create responsive charts & tables and embed them into your site.
1212

1313
## Description ##
14-
14+
1515
<p><a href="https://themeisle.com/plugins/visualizer-charts-and-graphs/" rel="nofollow">Visualizer: Tables and Charts for WordPress plugin</a> is a powerful and easy to use plugin used to create, manage and embed interactive, responsive charts & tables into your WordPress posts and pages.</p>
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

1919
### 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.
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.
@@ -162,6 +162,12 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
162162
13. Bar chart
163163

164164
## Changelog ##
165+
### 3.4.1 - 2020-02-14 ###
166+
167+
* [Fix] Insert chart button in the classic block
168+
* [Fix for Pro version] Import from chart did not work
169+
170+
165171
### 3.4.0 - 2020-02-13 ###
166172

167173
* [Feat] Support for authentication for JSON import
@@ -302,15 +308,15 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
302308

303309
* Adds insert button in chart library.
304310
* Remove frontend assets where they are not needed.
305-
* Improve non-English charts compatibility.
311+
* Improve non-English charts compatibility.
306312
* Adds a filter to change charts locale.
307313

308314

309315
### 3.0.6 - 2018-02-27 ###
310316

311-
* Fix UTF-8 support while saving the data.
312-
* Improve editing experience.
313-
* Improves compatibility with Premium version.
317+
* Fix UTF-8 support while saving the data.
318+
* Improve editing experience.
319+
* Improves compatibility with Premium version.
314320
* Adds chart button into TinyMCE editor.
315321

316322

@@ -360,7 +366,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
360366

361367
### 2.1.8 - 2017-07-03 ###
362368

363-
* Added chart title into library.
369+
* Added chart title into library.
364370
* Fixed SDK issues with dashboard widget.
365371

366372

readme.txt

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

164164
== Changelog ==
165+
= 3.4.1 - 2020-02-14 =
166+
167+
* [Fix] Insert chart button in the classic block
168+
* [Fix for Pro version] Import from chart did not work
169+
170+
165171
= 3.4.0 - 2020-02-13 =
166172

167173
* [Feat] Support for authentication for JSON import

themeisle-hash.json

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

0 commit comments

Comments
 (0)