| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | Contributors: wpdataaccess, peterschulznl, maxxschulz, kimmyx, freemius |
| 4 | 4 | Tags: table builder, data table, datatable, app builder, dashboard |
| 5 | 5 | Tested up to: 7.1 |
| 6 | 6 | Requires PHP: 7.4 |
| 7 | -Stable tag: 5.5.82 | |
| 7 | +Stable tag: 5.5.85 | |
| 8 | 8 | License: GPLv2 or later |
| 9 | 9 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 10 | 10 | |
| 11 | 11 | Turn your data into WordPress apps with tables, forms, charts & maps — no code required, with optional hooks for developers. Supports 35+ languages. |
| @@ -130,8 +130,52 @@ | ||
| 130 | 130 | |
| 131 | 131 | And you're all set! 🚀 |
| 132 | 132 | |
| 133 | 133 | == Changelog == |
| 134 | + | |
| 135 | += 5.5.85 = | |
| 136 | +* Released 2026-09-23 | |
| 137 | +* Removed unsed code | |
| 138 | +* Added: Exclude columns from export | |
| 139 | +* Added: Aggregation translations | |
| 140 | +* Fixed: Default values not applied to M:M relationships | |
| 141 | +* Fixed: Enum and set drop-down height | |
| 142 | +* Fixed: Removed column still available for export | |
| 143 | +* Fixed: Access parameter validation | |
| 144 | +* Fixed: Cannot open hooks menu for relation table | |
| 145 | + | |
| 146 | += 5.5.84 = | |
| 147 | +* Released 2026-09-17 | |
| 148 | +* Restructured table column renderer | |
| 149 | +* Removed unsed code | |
| 150 | +* Added: Column pinning to data tables | |
| 151 | +* Added: Rename database to app menu | |
| 152 | +* Added: Class name to lookup popup | |
| 153 | +* Added: Data label to lookup items | |
| 154 | +* Added: Show hidden columns on tablets and mobiles | |
| 155 | +* Fixed: setColumnStyle on lookup columns | |
| 156 | +* Fixed: Map markers not working in Data Table and Data Admin apps | |
| 157 | +* Fixed: Scheduled tasks deleted on version update | |
| 158 | + | |
| 159 | += 5.5.83 = | |
| 160 | +* Released 2026-09-09 | |
| 161 | +* Added: Default column name based class names to form fields | |
| 162 | +* Removed old Query Builder | |
| 163 | +* Removed import from legacy list table | |
| 164 | +* Fixed: Query Builder fails rebuilding multiple tabs | |
| 165 | +* Fixed: WPDAVAR not working in Query Builder | |
| 166 | +* Fixed: Chart legend position top wrapped | |
| 167 | +* Fixed: Initial "skip relation table pre-search step" setting not processed correctly | |
| 168 | +* Fixed: Auto increment column value missing in insert m:m relationship | |
| 169 | +* Fixed: Custom classes not applied in forms | |
| 170 | +* Fixed: App not correct exported when regexp is used in a hook | |
| 171 | +* Fixed: Confirm dialog alignment | |
| 172 | +* Fixed: Unicode characters not imported correct on app transfer | |
| 173 | +* Fixed: Lookup value not synchronized on update with client side processing enabled | |
| 174 | +* Fixed: Cannot zoom in|out in maps | |
| 175 | +* Fixed: Null values added to unselected columns on insert | |
| 176 | +* Fixed: CSS Form Editor help link | |
| 177 | +* Fixed: Shortcode parameter vulnerability in legacy data tables | |
| 134 | 178 | |
| 135 | 179 | = 5.5.82 = |
| 136 | 180 | * Released 2026-08-26 |
| 137 | 181 | * Added: App context to computed form fields |