|
1 |
| -#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28) |
2 |
| - |
3 |
| - |
4 |
| -- Permissions tab disappears after a user modifies a chart's data [#728](https://github.com/Codeinwp/visualizer/issues/728) |
5 |
| -- Conflict with Edit Flow plugin |
6 |
| -- Improve compatibility with Ninja Forms |
7 |
| -- Fix for color for Minor Grid Lines not working |
8 |
| - |
9 |
| -#### Features |
10 |
| -- Add support for key:value header to access JSON endpoints |
11 |
| -- Option to download CSV data of the chart without the row with series type |
12 |
| - |
13 |
| -### v3.4.11 - 2021-02-16 |
14 |
| - **Changes:** |
15 |
| - * Development |
16 |
| - |
17 |
| - ### v3.4.10 - 2020-12-09 |
18 |
| - **Changes:** |
19 |
| - * [Fix] Compatibility with Composer 2.0 |
20 |
| - |
21 |
| - ### v3.4.9 - 2020-11-26 |
22 |
| - **Changes:** |
23 |
| - * [Fix] Pie chart slices offset problem in the Gutenberg editor |
24 |
| -* [Fix] Warning is thrown when remote file is used as source |
25 |
| -* [Fix] Bubble chart legend position not working in the Gutenberg editor |
26 |
| - |
27 |
| - ### v3.4.8 - 2020-09-29 |
28 |
| - **Changes:** |
29 |
| - * [Fix] Option to edit charts imported from JSON |
30 |
| - |
31 |
| - ### v3.4.7 - 2020-09-21 |
32 |
| - **Changes:** |
33 |
| - * - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data |
34 |
| -* - [Fix] numberFormat option doesn't apply in Bar charts when using annotations |
35 |
| -* - [Fix] Google GEO chart is not rendering if 3rd data column is added |
| 1 | +#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28) |
| 2 | + |
| 3 | +#### Fixes |
| 4 | + |
| 5 | +- Permissions tab disappears after a user modifies a chart's data |
| 6 | +- Conflict with Edit Flow plugin |
| 7 | +- Improve compatibility with Ninja Forms |
| 8 | +- Fix for color for Minor Grid Lines not working |
| 9 | + |
| 10 | +#### Features |
| 11 | +- Add support for key:value header to access JSON endpoints |
| 12 | +- Option to download CSV data of the chart without the row with series type |
| 13 | + |
| 14 | +### v3.4.11 - 2021-02-16 |
| 15 | + **Changes:** |
| 16 | + * Development |
| 17 | + |
| 18 | + ### v3.4.10 - 2020-12-09 |
| 19 | + **Changes:** |
| 20 | + * [Fix] Compatibility with Composer 2.0 |
| 21 | + |
| 22 | + ### v3.4.9 - 2020-11-26 |
| 23 | + **Changes:** |
| 24 | + * [Fix] Pie chart slices offset problem in the Gutenberg editor |
| 25 | +* [Fix] Warning is thrown when remote file is used as source |
| 26 | +* [Fix] Bubble chart legend position not working in the Gutenberg editor |
| 27 | + |
| 28 | + ### v3.4.8 - 2020-09-29 |
| 29 | + **Changes:** |
| 30 | + * [Fix] Option to edit charts imported from JSON |
| 31 | + |
| 32 | + ### v3.4.7 - 2020-09-21 |
| 33 | + **Changes:** |
| 34 | + * - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data |
| 35 | +* - [Fix] numberFormat option doesn't apply in Bar charts when using annotations |
| 36 | +* - [Fix] Google GEO chart is not rendering if 3rd data column is added |
36 | 37 |
|
37 | 38 | ### v3.4.6 - 2020-08-11
|
38 | 39 | **Changes:**
|
@@ -433,4 +434,4 @@ Fixed Style Issues
|
433 | 434 | * Merge branch 'production' into development
|
434 | 435 |
|
435 | 436 | # Conflicts:
|
436 |
| -# classes/Visualizer/Plugin.php |
| 437 | +# classes/Visualizer/Plugin.php |
0 commit comments