| @@ -1,161 +1,5 @@ | ||
| 1 | 1 | |
| 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 | |
| 7 | - | |
| 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 | ### 2.0.0 - 13/04/2017 |
| 159 | 3 | **Changes:** |
| 160 | 4 | - Improved UI of the builder. |
| 161 | 5 | - Added compatibility with the new options in the pro version. |