| @@ -1,166 +1,5 @@ | ||
| 1 | 1 | |
| 2 | - ### v3.1.3 - 2019-02-24 | |
| 3 | - **Changes:** | |
| 4 | - * Fix issue with changing column settings of the last column in table chart | |
| 5 | -* Add support for query language to get subset of data from Google Spreadsheet | |
| 6 | -* Fix conflict with jquery 3.3.x | |
| 7 | -* Migrated PHPExcel to PhpSpreadsheet | |
| 8 | -* Front end action 'print' should print the chart and fall back to printing the data | |
| 9 | -* Fix issue with table chart not showing in IE | |
| 10 | -* Fix issue with multiple instances of same chart not showing | |
| 11 | -* Fix issue with date type column does not work with Combo charts | |
| 12 | -* Tested with WP 5.1 | |
| 13 | - | |
| 14 | - ### v3.1.2 - 2018-12-06 | |
| 15 | - **Changes:** | |
| 16 | - * Fix bug "Warning: A non-numeric value encountered" | |
| 17 | -* Tested with WP 5.0 | |
| 18 | - | |
| 19 | - ### v3.1.1 - 2018-12-05 | |
| 20 | - **Changes:** | |
| 21 | - * Fix issue with Gutenberg support | |
| 22 | -* Fix issue with loading new Table chart | |
| 23 | -* Fix options that don't work correctly with some charts | |
| 24 | - | |
| 25 | - ### v3.1.0 - 2018-12-03 | |
| 26 | - **Changes:** | |
| 27 | - * Add Table chart | |
| 28 | -* Fix date format in sample files | |
| 29 | - | |
| 30 | - ### v3.0.12 - 2018-10-11 | |
| 31 | - **Changes:** | |
| 32 | - * Added filter to enable users to change schedule of charts. | |
| 33 | -* Fixed bug with line chart with timeofday column. | |
| 34 | -* Fixed bug with scheduled charts that sometimes did not show updated data. | |
| 35 | -* Javascript can be customized on a per user basis that will not be wiped out on update. | |
| 36 | - | |
| 37 | - ### v3.0.11 - 2018-08-15 | |
| 38 | - **Changes:** | |
| 39 | - * Fixed issue with the Series Settings options for the Table Chart | |
| 40 | -* Fixed issue with chart showing "Table has no columns" with remote sources | |
| 41 | - | |
| 42 | - ### v3.0.10 - 2018-07-20 | |
| 43 | - **Changes:** | |
| 44 | - * Fixed problem with chart reverting to the default values | |
| 45 | -* Fixed problem with Boolean column type | |
| 46 | -* Fixed problem with the Geo chart type not saving colors options | |
| 47 | - | |
| 48 | - ### v3.0.9 - 2018-07-12 | |
| 49 | - **Changes:** | |
| 50 | - * New chart title option for the back-end of the charts that don't allow a title on the front-end | |
| 51 | -* Store the png images of the charts in a global array that can be used in JS | |
| 52 | -* Added options for charts animations | |
| 53 | - | |
| 54 | - ### v3.0.8 - 2018-06-27 | |
| 55 | - **Changes:** | |
| 56 | - * Added revision support for the chart post type | |
| 57 | -* Added both % and Value to the Pie Slice | |
| 58 | -* Use the blog locale for Visualizer's options | |
| 59 | -* Fixed issue with data being fetched from the remote source every single time the chart was shown | |
| 60 | -* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted | |
| 61 | - | |
| 62 | - ### v3.0.7 - 2018-03-26 | |
| 63 | - **Changes:** | |
| 64 | - * Adds insert button in chart library. | |
| 65 | -* Remove frontend assets where they are not needed. | |
| 66 | -* Improve non-English charts compatibility. | |
| 67 | -* Adds a filter to change charts locale. | |
| 68 | - | |
| 69 | - ### v3.0.6 - 2018-02-27 | |
| 70 | - **Changes:** | |
| 71 | - * Fix UTF-8 support while saving the data. | |
| 72 | -* Improve editing experience. | |
| 73 | -* Improves compatibility with Premium version. | |
| 74 | -* Adds chart button into TinyMCE editor. | |
| 75 | - | |
| 76 | - ### v3.0.5 - 2018-01-05 | |
| 77 | - **Changes:** | |
| 78 | - * Fix chart rendering bug in firefox. | |
| 79 | -* Fix review notification. | |
| 80 | - | |
| 81 | - ### v3.0.4 - 2017-11-27 | |
| 82 | - **Changes:** | |
| 83 | - * Fix for review message notification. | |
| 84 | - | |
| 85 | - ### v3.0.3 - 2017-11-16 | |
| 86 | - **Changes:** | |
| 87 | - * Adds compatibility with WordPress 4.9. | |
| 88 | - | |
| 89 | - ### v3.0.2 - 2017-10-10 | |
| 90 | - **Changes:** | |
| 91 | - * Fix dependency for composer dependencies. | |
| 92 | - | |
| 93 | - ### v3.0.1 - 2017-10-06 | |
| 94 | - **Changes:** | |
| 95 | - * Improved compatibility with various theme and plugins. | |
| 96 | -* Fix for chart type selection when creation from media popup. | |
| 97 | - | |
| 98 | - ### v3.0.0 - 2017-09-05 | |
| 99 | - **Changes:** | |
| 100 | - * Adds support manual configuration according to Google Visualization API. | |
| 101 | -* Improves compatibility with more features from the pro version. | |
| 102 | - | |
| 103 | - ### v2.2.0 - 2017-08-16 | |
| 104 | - **Changes:** | |
| 105 | - * Added custom number format for pie chart. | |
| 106 | -* Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy) | |
| 107 | - | |
| 108 | - ### v2.1.9 - 2017-07-10 | |
| 109 | - **Changes:** | |
| 110 | - * Fixed display error with hex color. | |
| 111 | - | |
| 112 | - ### v2.1.8 - 2017-07-03 | |
| 113 | - **Changes:** | |
| 114 | - * Added chart title into library. | |
| 115 | -* Fixed SDK issues with dashboard widget. | |
| 116 | - | |
| 117 | - ### v2.1.7 - 2017-06-17 | |
| 118 | - **Changes:** | |
| 119 | - * Updated sdk loading logic. | |
| 120 | - | |
| 121 | - ### v2.1.6 - 2017-06-07 | |
| 122 | - **Changes:** | |
| 123 | - - Fixed non-latin chars render. | |
| 124 | - | |
| 125 | - ### v2.1.5 - 2017-06-02 | |
| 126 | - **Changes:** | |
| 127 | - - Fixed markup issue which caused issue on library loading. | |
| 128 | - | |
| 129 | - ### v2.1.4 - 2017-06-02 | |
| 130 | - **Changes:** | |
| 131 | - - Added support for non Latin characters | |
| 132 | - | |
| 133 | - ### v2.1.3 - 2017-05-31 | |
| 134 | - **Changes:** | |
| 135 | - | |
| 136 | - ### v2.1.2 - 2017-05-30 | |
| 137 | - **Changes:** | |
| 138 | - - Fixed priority issue with wp_enqueue_media | |
| 139 | -- Added latest version of sdk | |
| 140 | - | |
| 141 | - ### v2.1.1 - 2017-05-16 | |
| 142 | - **Changes:** | |
| 143 | - - Fixed blinking chart issue. | |
| 144 | - | |
| 145 | - ### v2.1.0 - 2017-05-12 | |
| 146 | - **Changes:** | |
| 147 | - - Fixed responsive issues on pagebuilders. | |
| 148 | -- Fixed chart rendering if container is not found. | |
| 149 | -- Added api key for geotype map. | |
| 150 | -- Added compatibility with import from post_types. | |
| 151 | - | |
| 152 | - ### v2.0.4 - 2017-04-21 | |
| 153 | - **Changes:** | |
| 154 | - - Fixed library rendering issue. | |
| 155 | -- Added git tag check for deployment. | |
| 156 | -- Added wraith for visual regression testing. | |
| 157 | - | |
| 158 | - ### v2.0.3 - 2017-04-13 | |
| 159 | - **Changes:** | |
| 160 | - - Fixed SVN deploy script. | |
| 161 | -- Fixed release version. | |
| 162 | - | |
| 163 | 2 | ### v2.0.2 - 2017-04-13 |
| 164 | 3 | **Changes:** |
| 165 | 4 | - Fixed svn deploy script. |
| 166 | 5 | |