PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.5
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.5
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 +112 -0 3.1.23.4.5 View file →
@@ -1,5 +1,117 @@
1 1
2 + ### v3.4.5 - 2020-07-21
3 + **Changes:**
4 +
5 + ### v3.4.5 - 2020-07-08
6 + **Changes:**
7 + * [Feat] New Google Table Charts
8 +* [Feat] Option for lazy loading Google Charts
9 +* [Feat] Option to easily copy chart shortcode code
10 +* [Fix] Remove Inside the Chart option for the legend position for Google Pie charts
11 +
12 + ### v3.4.4 - 2020-06-16
13 + **Changes:**
14 + * [Feat] Option to download charts as .png images
15 +* [Fix] Make UI more intuitive when a chart is missing in the editor
16 +* [Fix] Clicking Copy chart shows the Copied message multiple times
17 +* [Fix] Conflict with Modern Events Calendar plugin
18 +* [Fix] Chart size ( width and height ) options not working for ChartJS charts
19 +* [Fix] Resizing the window causes annotation-based charts to throw an error
20 +* [Fix] Remove Inside the Chart option as legend position for Google Pie charts
21 +* [Fix] Clicking Advanced Options panel breaks Bubble chart
22 +* [Fix] Missing posts revisions on chart update
23 +
24 + ### v3.4.3 - 2020-05-04
25 + **Changes:**
26 + * [Feat] Improved chart creation UX
27 +* [Feat] New option to control the number of charts per page in the Charts Library
28 +* [Feat] New option for filtering/ordering charts in the Charts Library
29 +* [Feat] Support for custom codes for the boolean data type in Table charts
30 +* [Fix] Support for displaying apostrophes in charts
31 +* [Fix] Visualizer button layout in the Classic block
32 +* [Fix] Bulk activation of plugin aborts activation of subsequent plugins
33 +
34 + ### v3.4.2 - 2020-02-17
35 + **Changes:**
36 + * New Cypress tests for the Gutenberg block
37 +
38 + ### v3.4.1 - 2020-02-14
39 + **Changes:**
40 + * [Fix] Insert chart button in the classic block
41 +* [Fix for Pro version] Import from chart did not work
42 +
43 + ### v3.4.0 - 2020-02-13
44 + **Changes:**
45 + * [Feat] Support for authentication for JSON import
46 +* [Feat] New chart type: Bubble
47 +* [Feat] Combine one-time import and schedule import into a single control for an online .csv file import
48 +* [Feat] Add support for annotations and other roles
49 +* [Feat] For every chart show the last updated date and any error that exists
50 +* [Feat] Tested up to WP 5.3
51 +* [Fix] When new data is imported using csv/url, the manual editor still show old data
52 +* [Fix] Having SCRIPT_DEBUG on causes issues in real time update of charts
53 +* [Fix] Table chart: Error appears when trying to import from JSON
54 +* [Fix] PHP Fatal error: Uncaught Error: Cannot unset string offsets
55 +* [Fix] Long responsive table can overflow on smaller screens
56 +
57 + ### v3.3.4 - 2019-11-15
58 + **Changes:**
59 + * Fix issue with table chart not loading in the block editor
60 +
61 + ### v3.3.3 - 2019-11-12
62 + **Changes:**
63 + * Tested upto WordPress 5.3
64 +
65 + ### v3.3.2 - 2019-10-03
66 + **Changes:**
67 + * Add support for Dataset schema
68 +* Horizontal Axis formatting should apply to tooltips
69 +
70 + ### v3.3.1 - 2019-09-28
71 + **Changes:**
72 + * Increase minimum requirement to PHP 5.6
73 +* Fixed issue with loading customization.js on multisites
74 +* Fixed issue with manually editing a remotely loaded chart
75 +* Fixed issues with cloning
76 +* Fixed issues with ChartJS assigning default colors
77 +* Fix security issues in block editor
78 +
79 + ### v3.3.0 - 2019-08-14
80 + **Changes:**
81 + * Add support for ChartJS
82 +* Add alpha color picker for supported charts
83 +* Fix issue with some options of DataTable
84 +* Include DataTable charts in block editor
85 +* Fix issue with import from JSON not working with some sources
86 +* Add menu and onboarding page
87 +* Fix issue with frontend action checkboxes
88 +* Improve UX in advanced settings
89 +
90 + ### v3.2.1 - 2019-05-05
91 + **Changes:**
92 + * Fix issue with async loading of scripts
93 +
94 + ### v3.2.0 - 2019-05-03
95 + **Changes:**
96 + * Add support for charts in AMP requests
97 +* Add support to show charts from JSON/REST endpoints
98 +* Fix loading of Google Visualization javascript files
99 +* Add simple editors for editing chart data
100 +* Tested up to WP 5.2
101 +
102 + ### v3.1.3 - 2019-02-24
103 + **Changes:**
104 + * Fix issue with changing column settings of the last column in table chart
105 +* Add support for query language to get subset of data from Google Spreadsheet
106 +* Fix conflict with jquery 3.3.x
107 +* Migrated PHPExcel to PhpSpreadsheet
108 +* Front end action 'print' should print the chart and fall back to printing the data
109 +* Fix issue with table chart not showing in IE
110 +* Fix issue with multiple instances of same chart not showing
111 +* Fix issue with date type column does not work with Combo charts
112 +* Tested with WP 5.1
113 +
2 114 ### v3.1.2 - 2018-12-06
3 115 **Changes:**
4 116 * Fix bug "Warning: A non-numeric value encountered"
5 117 * Tested with WP 5.0