PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.7.7
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.7.7
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 +515 -221 3.1.13.7.7 View file →
@@ -1,235 +1,529 @@
1 +##### [Version 3.7.7](https://github.com/Codeinwp/visualizer/compare/v3.7.6...v3.7.7) (2022-05-31)
1 2
2 - ### v3.1.1 - 2018-12-05
3 - **Changes:**
4 - * Fix issue with Gutenberg support
5 -* Fix issue with loading new Table chart
6 -* Fix options that don't work correctly with some charts
3 +* Harden security by enforcing unescaped urls.
4 +
5 +##### [Version 3.7.6](https://github.com/Codeinwp/visualizer/compare/v3.7.5...v3.7.6) (2022-05-26)
6 +
7 +- Fix PHP 8.0 or above compatibility issue
8 +- Fix the space missing between the id and class attributes of the charts
9 +- Fix compatibility issue with Ultimate Coupons for WooCommerce Free plugin
10 +- Fix charts placed in accordion (tabs) that do not load properly
11 +- Fix conflict with translation plugins
12 +
13 +##### [Version 3.7.5](https://github.com/Codeinwp/visualizer/compare/v3.7.4...v3.7.5) (2022-03-17)
14 +
15 +- Fix display long hAxis text issue
16 +- Improve features discoverability.
17 +
18 +##### [Version 3.7.4](https://github.com/Codeinwp/visualizer/compare/v3.7.3...v3.7.4) (2022-02-07)
19 +
20 +- Fix multiple lazy load charts issue
21 +- Tested up to WordPress 5.9 version
22 +
23 +##### [Version 3.7.3](https://github.com/Codeinwp/visualizer/compare/v3.7.2...v3.7.3) (2022-01-19)
24 +
25 +- Fix multiple charts lazy rendering issue
26 +- Upgrade jQuery UI core library CDN
27 +- Fix console error when rendering multiple charts
28 +- Keep only Line / Pie / bar / Table charts in free version
29 +
30 +##### [Version 3.7.2](https://github.com/Codeinwp/visualizer/compare/v3.7.1...v3.7.2) (2021-12-20)
31 +
32 +- Add latest chartJS library support in the bar chart
33 +- Fix horizontal axis showing date format in Bar chart
34 +- Fix orientation rotate issue in mobile
35 +- CSS performance improvements
36 +- Improve JS performance
37 +
38 +##### [Version 3.7.1](https://github.com/Codeinwp/visualizer/compare/v3.7.0...v3.7.1) (2021-11-17)
39 +
40 +- [Feat] Allow charts to render in dashboard areas via 3rd party plugins like Dashboard Widgets Suite
41 +- [Fix] Changing Line Chart series style to dot on some series changes the order of tooltip information
42 +- [Fix] Problem with X-Axis of Line chart on Safari if date/datetime is used as values
43 +- [Fix] Multiple Visualizer charts causing rendering issues (blank page)
44 +- [Fix] Charts are not resizing on landscape view on mobile
45 +- [Fix] Notices/Warnings appear on the front-end if the user is not logged in for some charts
46 +- [Fix] Radar/Spider Chart Tooltip in PRO does not show the data value
47 +
48 +#### [Version 3.7.0](https://github.com/Codeinwp/visualizer/compare/v3.6.1...v3.7.0) (2021-10-07)
49 +
50 +#### Features
51 +- Add option to enable/disable save the chart image
52 +- Enhanced caching
53 +
54 +#### Fixes
55 +- Fix undefined variable errors when using Gutenberg blocks
56 +- Fix broken chart in iOS and Safari
57 +- Fix custom refresh time support for DB chart
58 +- Fix table placed inside accordion cannot be scrolled down (refreshes all the time)
59 +- Fix pagination doesn't work in the library
60 +- Fix HTML entities in JSON break Visualizer Table Chart
61 +- Fix string type columns affect the target of the formatting applied to a number column
62 +
63 +##### [Version 3.6.1](https://github.com/Codeinwp/visualizer/compare/v3.6.0...v3.6.1) (2021-08-04)
64 +
65 +- Fix broken dropdown style issue
66 +- Add block support in widget area
67 +- Add wp alpha color picker support
68 +- Fix broken chart layout issue when add long title
69 +
70 +#### [Version 3.6.0](https://github.com/Codeinwp/visualizer/compare/v3.5.1...v3.6.0) (2021-07-08)
71 +
72 +### Features
73 +* Adds option to render chart as image
74 +* Automatically render chart as image on AMP
75 +
76 +### Fixes
77 +* [Chart Type: TABLE] When adding a blank header, the last column of the table disappears
78 +* Styling is not applied to Chart Area for Table Chart ( Margin, Width, Height)
79 +* Improve compatibility with Site Kit by Google
80 +* Loading icon doesn't disappear until you edit the chart again [Line Chart]
81 +* Broken chart if used inside an accordion (expand/collapse)
82 +
83 +##### [Version 3.5.1](https://github.com/Codeinwp/visualizer/compare/v3.5.0...v3.5.1) (2021-05-25)
84 +
85 +
86 +- Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](https://github.com/Codeinwp/visualizer/issues/801)
87 +- Fix fatal error when a new chart is created on PHP 8 [#795](https://github.com/Codeinwp/visualizer/issues/795)
88 +- Chart doesn't get refreshed automatically when the JSON endpoint is used as the data source
7 89
8 - ### v3.1.0 - 2018-12-03
9 - **Changes:**
10 - * Add Table chart
11 -* Fix date format in sample files
12 -
13 - ### v3.0.12 - 2018-10-11
14 - **Changes:**
15 - * Added filter to enable users to change schedule of charts.
16 -* Fixed bug with line chart with timeofday column.
17 -* Fixed bug with scheduled charts that sometimes did not show updated data.
18 -* Javascript can be customized on a per user basis that will not be wiped out on update.
19 -
20 - ### v3.0.11 - 2018-08-15
21 - **Changes:**
22 - * Fixed issue with the Series Settings options for the Table Chart
23 -* Fixed issue with chart showing "Table has no columns" with remote sources
24 -
25 - ### v3.0.10 - 2018-07-20
26 - **Changes:**
27 - * Fixed problem with chart reverting to the default values
28 -* Fixed problem with Boolean column type
29 -* Fixed problem with the Geo chart type not saving colors options
30 -
31 - ### v3.0.9 - 2018-07-12
32 - **Changes:**
33 - * New chart title option for the back-end of the charts that don't allow a title on the front-end
34 -* Store the png images of the charts in a global array that can be used in JS
35 -* Added options for charts animations
36 -
37 - ### v3.0.8 - 2018-06-27
38 - **Changes:**
39 - * Added revision support for the chart post type
40 -* Added both % and Value to the Pie Slice
41 -* Use the blog locale for Visualizer's options
42 -* Fixed issue with data being fetched from the remote source every single time the chart was shown
43 -* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted
44 -
45 - ### v3.0.7 - 2018-03-26
46 - **Changes:**
47 - * Adds insert button in chart library.
48 -* Remove frontend assets where they are not needed.
49 -* Improve non-English charts compatibility.
50 -* Adds a filter to change charts locale.
51 -
52 - ### v3.0.6 - 2018-02-27
53 - **Changes:**
54 - * Fix UTF-8 support while saving the data.
55 -* Improve editing experience.
56 -* Improves compatibility with Premium version.
57 -* Adds chart button into TinyMCE editor.
58 -
59 - ### v3.0.5 - 2018-01-05
60 - **Changes:**
61 - * Fix chart rendering bug in firefox.
62 -* Fix review notification.
63 -
64 - ### v3.0.4 - 2017-11-27
65 - **Changes:**
66 - * Fix for review message notification.
67 -
68 - ### v3.0.3 - 2017-11-16
69 - **Changes:**
70 - * Adds compatibility with WordPress 4.9.
71 -
72 - ### v3.0.2 - 2017-10-10
73 - **Changes:**
74 - * Fix dependency for composer dependencies.
75 -
76 - ### v3.0.1 - 2017-10-06
77 - **Changes:**
78 - * Improved compatibility with various theme and plugins.
79 -* Fix for chart type selection when creation from media popup.
80 -
81 - ### v3.0.0 - 2017-09-05
82 - **Changes:**
83 - * Adds support manual configuration according to Google Visualization API.
84 -* Improves compatibility with more features from the pro version.
85 -
86 - ### v2.2.0 - 2017-08-16
87 - **Changes:**
88 - * Added custom number format for pie chart.
89 -* Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy)
90 -
91 - ### v2.1.9 - 2017-07-10
92 - **Changes:**
93 - * Fixed display error with hex color.
94 -
95 - ### v2.1.8 - 2017-07-03
96 - **Changes:**
97 - * Added chart title into library.
98 -* Fixed SDK issues with dashboard widget.
99 -
100 - ### v2.1.7 - 2017-06-17
101 - **Changes:**
102 - * Updated sdk loading logic.
103 -
104 - ### v2.1.6 - 2017-06-07
105 - **Changes:**
106 - - Fixed non-latin chars render.
107 -
108 - ### v2.1.5 - 2017-06-02
109 - **Changes:**
110 - - Fixed markup issue which caused issue on library loading.
111 -
112 - ### v2.1.4 - 2017-06-02
113 - **Changes:**
114 - - Added support for non Latin characters
115 -
116 - ### v2.1.3 - 2017-05-31
117 - **Changes:**
118 -
119 - ### v2.1.2 - 2017-05-30
120 - **Changes:**
121 - - Fixed priority issue with wp_enqueue_media
122 -- Added latest version of sdk
123 -
124 - ### v2.1.1 - 2017-05-16
125 - **Changes:**
126 - - Fixed blinking chart issue.
127 -
128 - ### v2.1.0 - 2017-05-12
129 - **Changes:**
130 - - Fixed responsive issues on pagebuilders.
131 -- Fixed chart rendering if container is not found.
132 -- Added api key for geotype map.
133 -- Added compatibility with import from post_types.
134 -
135 - ### v2.0.4 - 2017-04-21
136 - **Changes:**
137 - - Fixed library rendering issue.
138 -- Added git tag check for deployment.
139 -- Added wraith for visual regression testing.
140 -
141 - ### v2.0.3 - 2017-04-13
142 - **Changes:**
143 - - Fixed SVN deploy script.
144 -- Fixed release version.
145 -
146 - ### v2.0.2 - 2017-04-13
147 - **Changes:**
148 - - Fixed svn deploy script.
149 -
150 - ### v2.0.2 - 2017-04-13
151 - **Changes:**
152 - - Fixed SVN deploy
153 -
154 - ### v2.0.1 - 2017-04-13
155 - **Changes:**
156 - - Fixed vendor include.
157 -
158 - ### 2.0.0 - 13/04/2017
159 - **Changes:**
160 - - Improved UI of the builder.
161 - - Added compatibility with the new options in the pro version.
162 - - Added new travis stack.
163 - - Added optin for tracking.
90 +#### Features:
91 +- Adds option to add schema.org Dataset for license and creator [#794](https://github.com/Codeinwp/visualizer/issues/794)
92 +
93 +#### [Version 3.5.0](https://github.com/Codeinwp/visualizer/compare/v3.4.11...v3.5.0) (2021-04-28)
164 94
165 - ### 1.7.6 - 20/01/2017
166 - **Changes:**
167 - - Fixed issue when using the same shortcode multiple times on the same page.
95 +#### Fixes
168 96
169 - ### 1.7.5 - 14/12/2016
170 - **Changes:**
171 - - Removed footer banner upsell
172 - - Fixed series settings issue
173 - - Fixed issue with comas being used in numbers
97 +- Permissions tab disappears after a user modifies a chart's data
98 +- Conflict with Edit Flow plugin
99 +- Improve compatibility with Ninja Forms
100 +- Fix for color for Minor Grid Lines not working
174 101
175 - ### 1.7.2 - 23/11/2016
176 - **Changes:**
177 - - Improved responsive mechanism
102 +#### Features
103 +- Add support for key:value header to access JSON endpoints
104 +- Option to download CSV data of the chart without the row with series type
178 105
179 - ### 1.7.1 - 20/10/2016
180 - **Changes:**
181 - - Fixed bad link on grid lines
106 +### v3.4.11 - 2021-02-16
107 + **Changes:**
108 + * Development
109 +
110 + ### v3.4.10 - 2020-12-09
111 + **Changes:**
112 + * [Fix] Compatibility with Composer 2.0
113 +
114 + ### v3.4.9 - 2020-11-26
115 + **Changes:**
116 + * [Fix] Pie chart slices offset problem in the Gutenberg editor
117 +* [Fix] Warning is thrown when remote file is used as source
118 +* [Fix] Bubble chart legend position not working in the Gutenberg editor
119 +
120 + ### v3.4.8 - 2020-09-29
121 + **Changes:**
122 + * [Fix] Option to edit charts imported from JSON
123 +
124 + ### v3.4.7 - 2020-09-21
125 + **Changes:**
126 + * - [Fix] Import from JSON: Reordering columns only reorders the label, not the associated data
127 +* - [Fix] numberFormat option doesn't apply in Bar charts when using annotations
128 +* - [Fix] Google GEO chart is not rendering if 3rd data column is added
129 +
130 + ### v3.4.6 - 2020-08-11
131 + **Changes:**
132 + * [Feat] Show chart ID in the chart library
133 +* [Fix] Compatibility with WP 5.5
134 +* [Fix] Google charts: Series number format not applying in the Gutenberg editor
135 +* [Fix] Google Table chart does not display chart if boolean values are specified
136 +* [Fix] Duplicated enque for jsapi loader
137 +
138 + ### v3.4.5 - 2020-07-08
139 + **Changes:**
140 + * [Feat] New Google Table Charts
141 +* [Feat] Option for lazy loading Google Charts
142 +* [Feat] Option to easily copy chart shortcode code
143 +* [Fix] Remove Inside the Chart option for the legend position for Google Pie charts
144 +
145 + ### v3.4.4 - 2020-06-16
146 + **Changes:**
147 + * [Feat] Option to download charts as .png images
148 +* [Fix] Make UI more intuitive when a chart is missing in the editor
149 +* [Fix] Clicking Copy chart shows the Copied message multiple times
150 +* [Fix] Conflict with Modern Events Calendar plugin
151 +* [Fix] Chart size ( width and height ) options not working for ChartJS charts
152 +* [Fix] Resizing the window causes annotation-based charts to throw an error
153 +* [Fix] Remove Inside the Chart option as legend position for Google Pie charts
154 +* [Fix] Clicking Advanced Options panel breaks Bubble chart
155 +* [Fix] Missing posts revisions on chart update
156 +
157 + ### v3.4.3 - 2020-05-04
158 + **Changes:**
159 + * [Feat] Improved chart creation UX
160 +* [Feat] New option to control the number of charts per page in the Charts Library
161 +* [Feat] New option for filtering/ordering charts in the Charts Library
162 +* [Feat] Support for custom codes for the boolean data type in Table charts
163 +* [Fix] Support for displaying apostrophes in charts
164 +* [Fix] Visualizer button layout in the Classic block
165 +* [Fix] Bulk activation of plugin aborts activation of subsequent plugins
166 +
167 + ### v3.4.2 - 2020-02-17
168 + **Changes:**
169 + * New Cypress tests for the Gutenberg block
170 +
171 + ### v3.4.1 - 2020-02-14
172 + **Changes:**
173 + * [Fix] Insert chart button in the classic block
174 +* [Fix for Pro version] Import from chart did not work
175 +
176 + ### v3.4.0 - 2020-02-13
177 + **Changes:**
178 + * [Feat] Support for authentication for JSON import
179 +* [Feat] New chart type: Bubble
180 +* [Feat] Combine one-time import and schedule import into a single control for an online .csv file import
181 +* [Feat] Add support for annotations and other roles
182 +* [Feat] For every chart show the last updated date and any error that exists
183 +* [Feat] Tested up to WP 5.3
184 +* [Fix] When new data is imported using csv/url, the manual editor still show old data
185 +* [Fix] Having SCRIPT_DEBUG on causes issues in real time update of charts
186 +* [Fix] Table chart: Error appears when trying to import from JSON
187 +* [Fix] PHP Fatal error: Uncaught Error: Cannot unset string offsets
188 +* [Fix] Long responsive table can overflow on smaller screens
189 +
190 + ### v3.3.4 - 2019-11-15
191 + **Changes:**
192 + * Fix issue with table chart not loading in the block editor
193 +
194 + ### v3.3.3 - 2019-11-12
195 + **Changes:**
196 + * Tested upto WordPress 5.3
197 +
198 + ### v3.3.2 - 2019-10-03
199 + **Changes:**
200 + * Add support for Dataset schema
201 +* Horizontal Axis formatting should apply to tooltips
202 +
203 + ### v3.3.1 - 2019-09-28
204 + **Changes:**
205 + * Increase minimum requirement to PHP 5.6
206 +* Fixed issue with loading customization.js on multisites
207 +* Fixed issue with manually editing a remotely loaded chart
208 +* Fixed issues with cloning
209 +* Fixed issues with ChartJS assigning default colors
210 +* Fix security issues in block editor
211 +
212 + ### v3.3.0 - 2019-08-14
213 + **Changes:**
214 + * Add support for ChartJS
215 +* Add alpha color picker for supported charts
216 +* Fix issue with some options of DataTable
217 +* Include DataTable charts in block editor
218 +* Fix issue with import from JSON not working with some sources
219 +* Add menu and onboarding page
220 +* Fix issue with frontend action checkboxes
221 +* Improve UX in advanced settings
222 +
223 + ### v3.2.1 - 2019-05-05
224 + **Changes:**
225 + * Fix issue with async loading of scripts
226 +
227 + ### v3.2.0 - 2019-05-03
228 + **Changes:**
229 + * Add support for charts in AMP requests
230 +* Add support to show charts from JSON/REST endpoints
231 +* Fix loading of Google Visualization javascript files
232 +* Add simple editors for editing chart data
233 +* Tested up to WP 5.2
234 +
235 + ### v3.1.3 - 2019-02-24
236 + **Changes:**
237 + * Fix issue with changing column settings of the last column in table chart
238 +* Add support for query language to get subset of data from Google Spreadsheet
239 +* Fix conflict with jquery 3.3.x
240 +* Migrated PHPExcel to PhpSpreadsheet
241 +* Front end action 'print' should print the chart and fall back to printing the data
242 +* Fix issue with table chart not showing in IE
243 +* Fix issue with multiple instances of same chart not showing
244 +* Fix issue with date type column does not work with Combo charts
245 +* Tested with WP 5.1
246 +
247 + ### v3.1.2 - 2018-12-06
248 + **Changes:**
249 + * Fix bug "Warning: A non-numeric value encountered"
250 +* Tested with WP 5.0
251 +
252 + ### v3.1.1 - 2018-12-05
253 + **Changes:**
254 + * Fix issue with Gutenberg support
255 +* Fix issue with loading new Table chart
256 +* Fix options that don't work correctly with some charts
257 +
258 + ### v3.1.0 - 2018-12-03
259 + **Changes:**
260 + * Add Table chart
261 +* Fix date format in sample files
262 +
263 + ### v3.0.12 - 2018-10-11
264 + **Changes:**
265 + * Added filter to enable users to change schedule of charts.
266 +* Fixed bug with line chart with timeofday column.
267 +* Fixed bug with scheduled charts that sometimes did not show updated data.
268 +* Javascript can be customized on a per user basis that will not be wiped out on update.
269 +
270 + ### v3.0.11 - 2018-08-15
271 + **Changes:**
272 + * Fixed issue with the Series Settings options for the Table Chart
273 +* Fixed issue with chart showing "Table has no columns" with remote sources
274 +
275 + ### v3.0.10 - 2018-07-20
276 + **Changes:**
277 + * Fixed problem with chart reverting to the default values
278 +* Fixed problem with Boolean column type
279 +* Fixed problem with the Geo chart type not saving colors options
280 +
281 + ### v3.0.9 - 2018-07-12
282 + **Changes:**
283 + * New chart title option for the back-end of the charts that don't allow a title on the front-end
284 +* Store the png images of the charts in a global array that can be used in JS
285 +* Added options for charts animations
286 +
287 + ### v3.0.8 - 2018-06-27
288 + **Changes:**
289 + * Added revision support for the chart post type
290 +* Added both % and Value to the Pie Slice
291 +* Use the blog locale for Visualizer's options
292 +* Fixed issue with data being fetched from the remote source every single time the chart was shown
293 +* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted
294 +
295 + ### v3.0.7 - 2018-03-26
296 + **Changes:**
297 + * Adds insert button in chart library.
298 +* Remove frontend assets where they are not needed.
299 +* Improve non-English charts compatibility.
300 +* Adds a filter to change charts locale.
301 +
302 + ### v3.0.6 - 2018-02-27
303 + **Changes:**
304 + * Fix UTF-8 support while saving the data.
305 +* Improve editing experience.
306 +* Improves compatibility with Premium version.
307 +* Adds chart button into TinyMCE editor.
308 +
309 + ### v3.0.5 - 2018-01-05
310 + **Changes:**
311 + * Fix chart rendering bug in firefox.
312 +* Fix review notification.
313 +
314 + ### v3.0.4 - 2017-11-27
315 + **Changes:**
316 + * Fix for review message notification.
317 +
318 + ### v3.0.3 - 2017-11-16
319 + **Changes:**
320 + * Adds compatibility with WordPress 4.9.
321 +
322 + ### v3.0.2 - 2017-10-10
323 + **Changes:**
324 + * Fix dependency for composer dependencies.
325 +
326 + ### v3.0.1 - 2017-10-06
327 + **Changes:**
328 + * Improved compatibility with various theme and plugins.
329 +* Fix for chart type selection when creation from media popup.
330 +
331 + ### v3.0.0 - 2017-09-05
332 + **Changes:**
333 + * Adds support manual configuration according to Google Visualization API.
334 +* Improves compatibility with more features from the pro version.
335 +
336 + ### v2.2.0 - 2017-08-16
337 + **Changes:**
338 + * Added custom number format for pie chart.
339 +* Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy)
340 +
341 + ### v2.1.9 - 2017-07-10
342 + **Changes:**
343 + * Fixed display error with hex color.
344 +
345 + ### v2.1.8 - 2017-07-03
346 + **Changes:**
347 + * Added chart title into library.
348 +* Fixed SDK issues with dashboard widget.
349 +
350 + ### v2.1.7 - 2017-06-17
351 + **Changes:**
352 + * Updated sdk loading logic.
353 +
354 + ### v2.1.6 - 2017-06-07
355 + **Changes:**
356 + - Fixed non-latin chars render.
357 +
358 + ### v2.1.5 - 2017-06-02
359 + **Changes:**
360 + - Fixed markup issue which caused issue on library loading.
361 +
362 + ### v2.1.4 - 2017-06-02
363 + **Changes:**
364 + - Added support for non Latin characters
365 +
366 + ### v2.1.3 - 2017-05-31
367 + **Changes:**
368 +
369 + ### v2.1.2 - 2017-05-30
370 + **Changes:**
371 + - Fixed priority issue with wp_enqueue_media
372 +- Added latest version of sdk
373 +
374 + ### v2.1.1 - 2017-05-16
375 + **Changes:**
376 + - Fixed blinking chart issue.
377 +
378 + ### v2.1.0 - 2017-05-12
379 + **Changes:**
380 + - Fixed responsive issues on pagebuilders.
381 +- Fixed chart rendering if container is not found.
382 +- Added api key for geotype map.
383 +- Added compatibility with import from post_types.
384 +
385 + ### v2.0.4 - 2017-04-21
386 + **Changes:**
387 + - Fixed library rendering issue.
388 +- Added git tag check for deployment.
389 +- Added wraith for visual regression testing.
390 +
391 + ### v2.0.3 - 2017-04-13
392 + **Changes:**
393 + - Fixed SVN deploy script.
394 +- Fixed release version.
395 +
396 + ### v2.0.2 - 2017-04-13
397 + **Changes:**
398 + - Fixed svn deploy script.
399 +
400 + ### v2.0.2 - 2017-04-13
401 + **Changes:**
402 + - Fixed SVN deploy
403 +
404 + ### v2.0.1 - 2017-04-13
405 + **Changes:**
406 + - Fixed vendor include.
407 +
182 408
183 - ### 1.7.0 - 20/10/2016
184 - **Changes:**
185 - - Release 1.7.0
409 +### 2.0.0 - 13/04/2017
186 410
187 - ### 1.6.6 - 14/09/2016
188 - **Changes:**
189 - - Fixed issue on chart resizing on tabbed system
411 +**Changes:**
190 412
191 - ### 1.6.5 - 09/09/2016
192 - **Changes:**
193 - - Fixed responsive issue
194 - - Fixed no axis color for line and bar charts
413 +- Improved UI of the builder.
195 414
196 - ### 1.6.0 - 19/08/2016
197 - **Changes:**
198 - - Fixed potential XSS security bug
199 - - Added support for charts in the media library
200 - - Removed pointer for the pro version
201 - - Added option to show legend on the left side
415 +- Added compatibility with the new options in the pro version.
202 416
203 - ### 1.5.6 - 05/07/2016
204 - **Changes:**
205 - - Added support for 3 more chart types
206 - - Fixed issue with charts not saving
417 +- Added new travis stack.
207 418
208 - ### 1.5.5 - 31/05/2016
209 - **Changes:**
210 - - Added export feature for charts
211 - - Fixed issue with hovering on charts
419 +- Added optin for tracking.
212 420
213 -
214 -### 1.5.4 - 04/03/2016
215 -
216 - Changes:
217 -
218 -
219 - * free search over charts
220 -
221 -free search over charts
222 - * free search over charts
223 -
224 -free search over charts
225 - * Merge pull request #69 from abaicus/development
226 -
227 -!!!Changed search styles
228 - * Added free search text over charts
229 - * Merge pull request #68 from abaicus/development
230 -
231 -Fixed Style Issues
232 - * Merge branch 'production' into development
233 -
234 -# Conflicts:
421 +
422 +### 1.7.6 - 20/01/2017
423 +
424 +**Changes:**
425 +
426 +- Fixed issue when using the same shortcode multiple times on the same page.
427 +
428 +
429 +### 1.7.5 - 14/12/2016
430 +
431 +**Changes:**
432 +
433 +- Removed footer banner upsell
434 +
435 +- Fixed series settings issue
436 +
437 +- Fixed issue with comas being used in numbers
438 +
439 +
440 +### 1.7.2 - 23/11/2016
441 +
442 +**Changes:**
443 +
444 +- Improved responsive mechanism
445 +
446 +
447 +### 1.7.1 - 20/10/2016
448 +
449 +**Changes:**
450 +
451 +- Fixed bad link on grid lines
452 +
453 +
454 +### 1.7.0 - 20/10/2016
455 +
456 +**Changes:**
457 +
458 +- Release 1.7.0
459 +
460 +
461 +### 1.6.6 - 14/09/2016
462 +
463 +**Changes:**
464 +
465 +- Fixed issue on chart resizing on tabbed system
466 +
467 +
468 +### 1.6.5 - 09/09/2016
469 +
470 +**Changes:**
471 +
472 +- Fixed responsive issue
473 +
474 +- Fixed no axis color for line and bar charts
475 +
476 +
477 +### 1.6.0 - 19/08/2016
478 +
479 +**Changes:**
480 +
481 +- Fixed potential XSS security bug
482 +
483 +- Added support for charts in the media library
484 +
485 +- Removed pointer for the pro version
486 +
487 +- Added option to show legend on the left side
488 +
489 +
490 +### 1.5.6 - 05/07/2016
491 +
492 +**Changes:**
493 +
494 +- Added support for 3 more chart types
495 +
496 +- Fixed issue with charts not saving
497 +
498 +
499 +### 1.5.5 - 31/05/2016
500 +
501 +**Changes:**
502 +
503 +- Added export feature for charts
504 +
505 +- Fixed issue with hovering on charts
506 +
507 +
508 +### 1.5.4 - 04/03/2016
509 +
510 + Changes:
511 +
512 +
513 + * free search over charts
514 +
515 +free search over charts
516 + * free search over charts
517 +
518 +free search over charts
519 + * Merge pull request #69 from abaicus/development
520 +
521 +!!!Changed search styles
522 + * Added free search text over charts
523 + * Merge pull request #68 from abaicus/development
524 +
525 +Fixed Style Issues
526 + * Merge branch 'production' into development
527 +
528 +# Conflicts:
235 529 # classes/Visualizer/Plugin.php