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 +142 -0 3.0.53.4.2 View file →
@@ -1,5 +1,147 @@
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 +
70 + ### v3.1.3 - 2019-02-24
71 + **Changes:**
72 + * Fix issue with changing column settings of the last column in table chart
73 +* Add support for query language to get subset of data from Google Spreadsheet
74 +* Fix conflict with jquery 3.3.x
75 +* Migrated PHPExcel to PhpSpreadsheet
76 +* Front end action 'print' should print the chart and fall back to printing the data
77 +* Fix issue with table chart not showing in IE
78 +* Fix issue with multiple instances of same chart not showing
79 +* Fix issue with date type column does not work with Combo charts
80 +* Tested with WP 5.1
81 +
82 + ### v3.1.2 - 2018-12-06
83 + **Changes:**
84 + * Fix bug "Warning: A non-numeric value encountered"
85 +* Tested with WP 5.0
86 +
87 + ### v3.1.1 - 2018-12-05
88 + **Changes:**
89 + * Fix issue with Gutenberg support
90 +* Fix issue with loading new Table chart
91 +* Fix options that don't work correctly with some charts
92 +
93 + ### v3.1.0 - 2018-12-03
94 + **Changes:**
95 + * Add Table chart
96 +* Fix date format in sample files
97 +
98 + ### v3.0.12 - 2018-10-11
99 + **Changes:**
100 + * Added filter to enable users to change schedule of charts.
101 +* Fixed bug with line chart with timeofday column.
102 +* Fixed bug with scheduled charts that sometimes did not show updated data.
103 +* Javascript can be customized on a per user basis that will not be wiped out on update.
104 +
105 + ### v3.0.11 - 2018-08-15
106 + **Changes:**
107 + * Fixed issue with the Series Settings options for the Table Chart
108 +* Fixed issue with chart showing "Table has no columns" with remote sources
109 +
110 + ### v3.0.10 - 2018-07-20
111 + **Changes:**
112 + * Fixed problem with chart reverting to the default values
113 +* Fixed problem with Boolean column type
114 +* Fixed problem with the Geo chart type not saving colors options
115 +
116 + ### v3.0.9 - 2018-07-12
117 + **Changes:**
118 + * New chart title option for the back-end of the charts that don't allow a title on the front-end
119 +* Store the png images of the charts in a global array that can be used in JS
120 +* Added options for charts animations
121 +
122 + ### v3.0.8 - 2018-06-27
123 + **Changes:**
124 + * Added revision support for the chart post type
125 +* Added both % and Value to the Pie Slice
126 +* Use the blog locale for Visualizer's options
127 +* Fixed issue with data being fetched from the remote source every single time the chart was shown
128 +* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted
129 +
130 + ### v3.0.7 - 2018-03-26
131 + **Changes:**
132 + * Adds insert button in chart library.
133 +* Remove frontend assets where they are not needed.
134 +* Improve non-English charts compatibility.
135 +* Adds a filter to change charts locale.
136 +
137 + ### v3.0.6 - 2018-02-27
138 + **Changes:**
139 + * Fix UTF-8 support while saving the data.
140 +* Improve editing experience.
141 +* Improves compatibility with Premium version.
142 +* Adds chart button into TinyMCE editor.
143 +
2 144 ### v3.0.5 - 2018-01-05
3 145 **Changes:**
4 146 * Fix chart rendering bug in firefox.
5 147 * Fix review notification.