| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | === WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards === |
| 2 | 2 | Plugin URI: https://wpdataaccess.com/ |
| 3 | 3 | Contributors: wpdataaccess, peterschulznl, maxxschulz, kimmyx, freemius |
| 4 | 4 | Tags: table builder, data table, datatable, app builder, dashboard |
| 5 | -Tested up to: 7.0 | |
| 6 | -Requires PHP: 7.0 | |
| 7 | -Stable tag: 5.5.76 | |
| 5 | +Tested up to: 7.1 | |
| 6 | +Requires PHP: 7.4 | |
| 7 | +Stable tag: 5.5.84 | |
| 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. |
| @@ -101,9 +101,8 @@ | ||
| 101 | 101 | |
| 102 | 102 | == Legacy Tools == |
| 103 | 103 | > Will be replaced by the **App Builder**. |
| 104 | 104 | |
| 105 | -* Available until at least december 2026 🕝 | |
| 106 | 105 | * Featuring |
| 107 | 106 | * Data Tables 🔍 - Replace with Data Table app. |
| 108 | 107 | * Data Forms ✅ - Replace with Data Management app or Registration Form. |
| 109 | 108 | * Maps 🌎 - Replace with Map app. |
| @@ -110,8 +109,9 @@ | ||
| 110 | 109 | * Charts 📊 - Replace with Chart app. |
| 111 | 110 | * Dashboards 🎛️ - Replace with Dashboard app. |
| 112 | 111 | * Use to maintain old solutions 🙏 |
| 113 | 112 | * Use App Builder for new projects 🚀 |
| 113 | +* You can continue to use the legacy tools by staying on the latest Version 5.x ([Read more →](https://docs.legacy.wpdataaccess.com/docs/deprecating/)) | |
| 114 | 114 | |
| 115 | 115 | == Useful Links == |
| 116 | 116 | - [Plugin Website](https://wpdataaccess.com/) |
| 117 | 117 | - [Demos](https://wpdataaccess.com/demos/) |
| @@ -130,8 +130,118 @@ | ||
| 130 | 130 | |
| 131 | 131 | And you're all set! 🚀 |
| 132 | 132 | |
| 133 | 133 | == Changelog == |
| 134 | + | |
| 135 | += 5.5.84 = | |
| 136 | +* Released 2026-09-17 | |
| 137 | +* Restructured table column renderer | |
| 138 | +* Removed unsed code | |
| 139 | +* Added: Column pinning to data tables | |
| 140 | +* Added: Rename database to app menu | |
| 141 | +* Added: Class name to lookup popup | |
| 142 | +* Added: Data label to lookup items | |
| 143 | +* Added: Show hidden columns on tablets and mobiles | |
| 144 | +* Fixed: setColumnStyle on lookup columns | |
| 145 | +* Fixed: Map markers not working in Data Table and Data Admin apps | |
| 146 | +* Fixed: Scheduled tasks deleted on version update | |
| 147 | + | |
| 148 | += 5.5.83 = | |
| 149 | +* Released 2026-09-09 | |
| 150 | +* Added: Default column name based class names to form fields | |
| 151 | +* Removed old Query Builder | |
| 152 | +* Removed import from legacy list table | |
| 153 | +* Fixed: Query Builder fails rebuilding multiple tabs | |
| 154 | +* Fixed: WPDAVAR not working in Query Builder | |
| 155 | +* Fixed: Chart legend position top wrapped | |
| 156 | +* Fixed: Initial "skip relation table pre-search step" setting not processed correctly | |
| 157 | +* Fixed: Auto increment column value missing in insert m:m relationship | |
| 158 | +* Fixed: Custom classes not applied in forms | |
| 159 | +* Fixed: App not correct exported when regexp is used in a hook | |
| 160 | +* Fixed: Confirm dialog alignment | |
| 161 | +* Fixed: Unicode characters not imported correct on app transfer | |
| 162 | +* Fixed: Lookup value not synchronized on update with client side processing enabled | |
| 163 | +* Fixed: Cannot zoom in|out in maps | |
| 164 | +* Fixed: Null values added to unselected columns on insert | |
| 165 | +* Fixed: CSS Form Editor help link | |
| 166 | +* Fixed: Shortcode parameter vulnerability in legacy data tables | |
| 167 | + | |
| 168 | += 5.5.82 = | |
| 169 | +* Released 2026-08-26 | |
| 170 | +* Added: App context to computed form fields | |
| 171 | +* Added: Localize WordPress standard date format | |
| 172 | +* Added: Skip relation table pre-search step | |
| 173 | +* Changed: Query Builder tab styling | |
| 174 | +* Fixed: Class name not added to computed field | |
| 175 | +* Fixed: Disable media action buttons for anonymous users | |
| 176 | +* Fixed: Media library not launched in fullscreen mode | |
| 177 | +* Fixed: Removed unused columns from response | |
| 178 | +* Fixed: Reevaluation of already substituted placeholders | |
| 179 | +* Fixed: Table settings crash when changing media to secure document | |
| 180 | +* Fixed: Theme font size does not size table cells | |
| 181 | +* Fixed: Media columns missing class names | |
| 182 | +* Fixed: Dynamic lookup over multiple columns not populated in insert mode | |
| 183 | +* Fixed: Query not scheduled | |
| 184 | +* Fixed: Numeric columns labels not processed correctly in Query Builder | |
| 185 | +* Fixed: Numeric columns labels not processed correctly in charts | |
| 186 | +* Fixed: Inline editing global save not working | |
| 187 | + | |
| 188 | += 5.5.81 = | |
| 189 | +* Released 2026-08-18 | |
| 190 | +* Removed old Data Explorer | |
| 191 | +* Changed global search & replace | |
| 192 | +* Changed tool guide page | |
| 193 | +* Added: Secure document storage | |
| 194 | +* Added: Form separators with title feature | |
| 195 | +* Added: CSS Form Editor | |
| 196 | +* Added: Data Explorer documentation | |
| 197 | +* Fixed: Allow admins only to configure lookups | |
| 198 | +* Fixed: Check authorization for wildcard exports | |
| 199 | +* Fixed: Database administration page shows invalid database list | |
| 200 | +* Fixed: Missing scale in hint | |
| 201 | +* Fixed: Reevaluation of already substituted placeholders | |
| 202 | +* Fixed: Cannot add new table design | |
| 203 | +* Fixed: Scheduled query not correctly returning rows affected | |
| 204 | + | |
| 205 | += 5.5.80 = | |
| 206 | +* Released 2026-08-06 | |
| 207 | +* Added: Progressive web apps | |
| 208 | +* Fixed: Escaped titles and links in table output and shortcode | |
| 209 | +* Fixed: Hide inline editing feature when update is not allowed | |
| 210 | +* Fixed: Table incorrectly styled after abandoning card view | |
| 211 | + | |
| 212 | += 5.5.79 = | |
| 213 | +* Released 2026-07-29 | |
| 214 | +* Added: Legacy tools message (widget and notice) | |
| 215 | +* Added: Network errors to app messages for improved troubleshooting | |
| 216 | +* Fixed: Cannot disable global filter for columns with client-side processing | |
| 217 | +* Fixed: Client-side cascading column filter count | |
| 218 | +* Fixed: Styling issues with column filter popup | |
| 219 | +* Fixed: Client-side drop-down column filters not showing alternative values | |
| 220 | +* Fixed: Clicking the create table design icon returns unauthorized | |
| 221 | +* Fixed: Button style overwritten by theme CSS | |
| 222 | +* Extended nonce action (Farid) | |
| 223 | + | |
| 224 | += 5.5.77 = | |
| 225 | +* Released 2026-07-17 | |
| 226 | +* Added: Gutenberg block support for [wpda_app] shortcode | |
| 227 | +* Added: Display multiple cards per row | |
| 228 | +* Added: Missing parameters for shortcode generation | |
| 229 | +* Added: Check for unsaved changes in Visual Query Builder on close | |
| 230 | +* Changed: Inline editing now requires update enabled (use option "hide edit icon") | |
| 231 | +* Changed: Cascading column filter behavior | |
| 232 | +* Fixed: Cascading column filters with client-side processing | |
| 233 | +* Fixed: CSV import button icons alignment | |
| 234 | +* Fixed: Lazy loaded lookups not rerendering when open | |
| 235 | +* Fixed: Visual Query conversion | |
| 236 | +* Fixed: Visual Query Builder column row layout | |
| 237 | +* Fixed: Visual Query Builder alias not editable | |
| 238 | +* Fixed: Visual Query Builder missing plus icon button | |
| 239 | +* CSS Table Editor now available to free users | |
| 240 | +* Added css class pp-table-detail-panel-container to detail panel | |
| 241 | +* Code review | |
| 242 | +* Extended nonce action | |
| 243 | +* Updated freemius SDK | |
| 134 | 244 | |
| 135 | 245 | = 5.5.76 = |
| 136 | 246 | * Released 2026-07-07 |
| 137 | 247 | * Added: Extended pagination button support for all data tables |