PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.2
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | CHANGELOG.md +68 -0 3.1.33.4.2 View file →
@@ -1,5 +1,73 @@
1 1
2 + ### v3.4.2 - 2020-02-17
3 + **Changes:**
4 + * New Cypress tests for the Gutenberg block
5 +
6 + ### v3.4.1 - 2020-02-14
7 + **Changes:**
8 + * [Fix] Insert chart button in the classic block
9 +* [Fix for Pro version] Import from chart did not work
10 +
11 + ### v3.4.0 - 2020-02-13
12 + **Changes:**
13 + * [Feat] Support for authentication for JSON import
14 +* [Feat] New chart type: Bubble
15 +* [Feat] Combine one-time import and schedule import into a single control for an online .csv file import
16 +* [Feat] Add support for annotations and other roles
17 +* [Feat] For every chart show the last updated date and any error that exists
18 +* [Feat] Tested up to WP 5.3
19 +* [Fix] When new data is imported using csv/url, the manual editor still show old data
20 +* [Fix] Having SCRIPT_DEBUG on causes issues in real time update of charts
21 +* [Fix] Table chart: Error appears when trying to import from JSON
22 +* [Fix] PHP Fatal error: Uncaught Error: Cannot unset string offsets
23 +* [Fix] Long responsive table can overflow on smaller screens
24 +
25 + ### v3.3.4 - 2019-11-15
26 + **Changes:**
27 + * Fix issue with table chart not loading in the block editor
28 +
29 + ### v3.3.3 - 2019-11-12
30 + **Changes:**
31 + * Tested upto WordPress 5.3
32 +
33 + ### v3.3.2 - 2019-10-03
34 + **Changes:**
35 + * Add support for Dataset schema
36 +* Horizontal Axis formatting should apply to tooltips
37 +
38 + ### v3.3.1 - 2019-09-28
39 + **Changes:**
40 + * Increase minimum requirement to PHP 5.6
41 +* Fixed issue with loading customization.js on multisites
42 +* Fixed issue with manually editing a remotely loaded chart
43 +* Fixed issues with cloning
44 +* Fixed issues with ChartJS assigning default colors
45 +* Fix security issues in block editor
46 +
47 + ### v3.3.0 - 2019-08-14
48 + **Changes:**
49 + * Add support for ChartJS
50 +* Add alpha color picker for supported charts
51 +* Fix issue with some options of DataTable
52 +* Include DataTable charts in block editor
53 +* Fix issue with import from JSON not working with some sources
54 +* Add menu and onboarding page
55 +* Fix issue with frontend action checkboxes
56 +* Improve UX in advanced settings
57 +
58 + ### v3.2.1 - 2019-05-05
59 + **Changes:**
60 + * Fix issue with async loading of scripts
61 +
62 + ### v3.2.0 - 2019-05-03
63 + **Changes:**
64 + * Add support for charts in AMP requests
65 +* Add support to show charts from JSON/REST endpoints
66 +* Fix loading of Google Visualization javascript files
67 +* Add simple editors for editing chart data
68 +* Tested up to WP 5.2
69 +
2 70 ### v3.1.3 - 2019-02-24
3 71 **Changes:**
4 72 * Fix issue with changing column settings of the last column in table chart
5 73 * Add support for query language to get subset of data from Google Spreadsheet