PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.85
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.85
5.5.85 5.5.84 5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 All 161 releases
← All changes | readme.txt +104 -4 5.5.77 → 5.5.85 View file →
@@ -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.77
5 +Tested up to: 7.1
6 +Requires PHP: 7.4
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.
@@ -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,108 @@
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
178 +
179 += 5.5.82 =
180 +* Released 2026-08-26
181 +* Added: App context to computed form fields
182 +* Added: Localize WordPress standard date format
183 +* Added: Skip relation table pre-search step
184 +* Changed: Query Builder tab styling
185 +* Fixed: Class name not added to computed field
186 +* Fixed: Disable media action buttons for anonymous users
187 +* Fixed: Media library not launched in fullscreen mode
188 +* Fixed: Removed unused columns from response
189 +* Fixed: Reevaluation of already substituted placeholders
190 +* Fixed: Table settings crash when changing media to secure document
191 +* Fixed: Theme font size does not size table cells
192 +* Fixed: Media columns missing class names
193 +* Fixed: Dynamic lookup over multiple columns not populated in insert mode
194 +* Fixed: Query not scheduled
195 +* Fixed: Numeric columns labels not processed correctly in Query Builder
196 +* Fixed: Numeric columns labels not processed correctly in charts
197 +* Fixed: Inline editing global save not working
198 +
199 += 5.5.81 =
200 +* Released 2026-08-18
201 +* Removed old Data Explorer
202 +* Changed global search & replace
203 +* Changed tool guide page
204 +* Added: Secure document storage
205 +* Added: Form separators with title feature
206 +* Added: CSS Form Editor
207 +* Added: Data Explorer documentation
208 +* Fixed: Allow admins only to configure lookups
209 +* Fixed: Check authorization for wildcard exports
210 +* Fixed: Database administration page shows invalid database list
211 +* Fixed: Missing scale in hint
212 +* Fixed: Reevaluation of already substituted placeholders
213 +* Fixed: Cannot add new table design
214 +* Fixed: Scheduled query not correctly returning rows affected
215 +
216 += 5.5.80 =
217 +* Released 2026-08-06
218 +* Added: Progressive web apps
219 +* Fixed: Escaped titles and links in table output and shortcode
220 +* Fixed: Hide inline editing feature when update is not allowed
221 +* Fixed: Table incorrectly styled after abandoning card view
222 +
223 += 5.5.79 =
224 +* Released 2026-07-29
225 +* Added: Legacy tools message (widget and notice)
226 +* Added: Network errors to app messages for improved troubleshooting
227 +* Fixed: Cannot disable global filter for columns with client-side processing
228 +* Fixed: Client-side cascading column filter count
229 +* Fixed: Styling issues with column filter popup
230 +* Fixed: Client-side drop-down column filters not showing alternative values
231 +* Fixed: Clicking the create table design icon returns unauthorized
232 +* Fixed: Button style overwritten by theme CSS
233 +* Extended nonce action (Farid)
134 234
135 235 = 5.5.77 =
136 236 * Released 2026-07-17
137 237 * Added: Gutenberg block support for [wpda_app] shortcode