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