Skip to content

Commit 67b0c58

Browse files
Merge branch 'master' into development
2 parents 9200e25 + 9280c52 commit 67b0c58

File tree

4 files changed

+64
-3
lines changed

4 files changed

+64
-3
lines changed

CHANGELOG.md

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

2+
### v3.4.5 - 2020-07-08
3+
**Changes:**
4+
* [Feat] New Google Table Charts
5+
* [Feat] Option for lazy loading Google Charts
6+
* [Feat] Option to easily copy chart shortcode code
7+
* [Fix] Remove Inside the Chart option for the legend position for Google Pie charts
8+
9+
### v3.4.4 - 2020-06-16
10+
**Changes:**
11+
* [Feat] Option to download charts as .png images
12+
* [Fix] Make UI more intuitive when a chart is missing in the editor
13+
* [Fix] Clicking Copy chart shows the Copied message multiple times
14+
* [Fix] Conflict with Modern Events Calendar plugin
15+
* [Fix] Chart size ( width and height ) options not working for ChartJS charts
16+
* [Fix] Resizing the window causes annotation-based charts to throw an error
17+
* [Fix] Remove Inside the Chart option as legend position for Google Pie charts
18+
* [Fix] Clicking Advanced Options panel breaks Bubble chart
19+
* [Fix] Missing posts revisions on chart update
20+
221
### v3.4.3 - 2020-05-04
322
**Changes:**
423
* [Feat] Improved chart creation UX

readme.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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)
2+
**Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [themeisle](https://profiles.wordpress.org/themeisle), [marius2012](https://profiles.wordpress.org/marius2012), [marius_codeinwp](https://profiles.wordpress.org/marius_codeinwp), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [rozroz](https://profiles.wordpress.org/rozroz), [Madalin_ThemeIsle](https://profiles.wordpress.org/Madalin_ThemeIsle)
33
**Tags:** tables, charts, pie, visualization, graphs
44
**Requires at least:** 3.5
55
**Tested up to:** 5.5
@@ -162,6 +162,27 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
162162
13. Bar chart
163163

164164
## Changelog ##
165+
### 3.4.5 - 2020-07-08 ###
166+
167+
* [Feat] New Google Table Charts
168+
* [Feat] Option for lazy loading Google Charts
169+
* [Feat] Option to easily copy chart shortcode code
170+
* [Fix] Remove Inside the Chart option for the legend position for Google Pie charts
171+
172+
173+
### 3.4.4 - 2020-06-16 ###
174+
175+
* [Feat] Option to download charts as .png images
176+
* [Fix] Make UI more intuitive when a chart is missing in the editor
177+
* [Fix] Clicking Copy chart shows the Copied message multiple times
178+
* [Fix] Conflict with Modern Events Calendar plugin
179+
* [Fix] Chart size ( width and height ) options not working for ChartJS charts
180+
* [Fix] Resizing the window causes annotation-based charts to throw an error
181+
* [Fix] Remove Inside the Chart option as legend position for Google Pie charts
182+
* [Fix] Clicking Advanced Options panel breaks Bubble chart
183+
* [Fix] Missing posts revisions on chart update
184+
185+
165186
### 3.4.3 - 2020-05-04 ###
166187

167188
* [Feat] Improved chart creation UX

readme.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Charts are rendered using HTML5/SVG technology to provide cross-browser compatib
4848
>
4949
> **[Learn more about Visualizer PRO](http://themeisle.com/plugins/visualizer-charts-and-graphs/)**
5050

51-
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>
51+
The plugins works perfectly with the all <a href="https://justfreethemes.com/" rel="nofollow">free</a> or <a href="https://www.codeinwp.com/blog/best-wordpress-themes/" rel="nofollow">premium WordPress themes</a>
5252

5353

5454
= See how Visualizer can integrate with your website =
@@ -162,6 +162,27 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
162162
13. Bar chart
163163

164164
== Changelog ==
165+
= 3.4.5 - 2020-07-08 =
166+
167+
* [Feat] New Google Table Charts
168+
* [Feat] Option for lazy loading Google Charts
169+
* [Feat] Option to easily copy chart shortcode code
170+
* [Fix] Remove Inside the Chart option for the legend position for Google Pie charts
171+
172+
173+
= 3.4.4 - 2020-06-16 =
174+
175+
* [Feat] Option to download charts as .png images
176+
* [Fix] Make UI more intuitive when a chart is missing in the editor
177+
* [Fix] Clicking Copy chart shows the Copied message multiple times
178+
* [Fix] Conflict with Modern Events Calendar plugin
179+
* [Fix] Chart size ( width and height ) options not working for ChartJS charts
180+
* [Fix] Resizing the window causes annotation-based charts to throw an error
181+
* [Fix] Remove Inside the Chart option as legend position for Google Pie charts
182+
* [Fix] Clicking Advanced Options panel breaks Bubble chart
183+
* [Fix] Missing posts revisions on chart update
184+
185+
165186
= 3.4.3 - 2020-05-04 =
166187

167188
* [Feat] Improved chart creation UX

themeisle-hash.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"index.php":"2701e13e479319c5fdcf252bd9f44f77"}
1+
{"index.php":"64e4974dec6e9116afa64bc621e1fd7a"}

0 commit comments

Comments
 (0)