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 | WPDataAccess/WPDA_Navi/WPDA_Navi.php +66 -149 5.5.73 → 5.5.85 View file →
@@ -17,9 +17,8 @@
17 17 <div class="wpda-navi-container">
18 18 <?php
19 19 $this->header();
20 20 $this->tool_guide();
21 - $this->hot_topics();
22 21 ?>
23 22 </div>
24 23 <?php
25 24 }
@@ -41,14 +40,20 @@
41 40 <div></div>
42 41 </div>
43 42
44 43 <div class="wpda-navi-container-header-image">
45 - <img src="<?php echo plugins_url('../../assets/images/coding-isometric-01-blauw.png', __FILE__); ?>"/>
44 + <img src="<?php echo esc_attr( plugins_url('../../assets/images/coding-isometric-01-blauw.png', __FILE__ ) ); ?>" alt="laptop" />
46 45 </div>
47 46 </div>
48 47 <?php
48 + WPDA::load_wp_tables();
49 49 }
50 50
51 + /**
52 + * @param $tool
53 + *
54 + * @return string
55 + */
51 56 private function tool_status( $tool ) {
52 57 ?>
53 58 <div onclick="setLegacyToolStatus(this)" class="tool_status_icon">
54 59 <?php
@@ -63,8 +68,9 @@
63 68 }
64 69 ?>
65 70 </div>
66 71 <?php
72 + return '';
67 73 }
68 74
69 75 private function tool_guide() {
70 76 ?>
@@ -112,34 +118,34 @@
112 118 <tbody>
113 119 <tr>
114 120 <td>Tables</td>
115 121 <td class="items"><?php echo esc_attr( $this->option_legacy_tools['tables'][1] ); ?></td>
116 - <td class="status" data-tool="tables"><?php echo $this->tool_status( $this->option_legacy_tools['tables'] ); ?></td>
122 + <td class="status" data-tool="tables"><?php echo $this->tool_status( $this->option_legacy_tools['tables'] ); // phpcs:ignore WordPress.Security.EscapeOutput ?></td>
117 123 </tr>
118 124 <tr>
119 125 <td>Forms</td>
120 126 <td class="items"><?php echo esc_attr( $this->option_legacy_tools['forms'][1] ); ?></td>
121 - <td class="status" data-tool="forms"><?php echo $this->tool_status( $this->option_legacy_tools['forms'] ); ?></td>
127 + <td class="status" data-tool="forms"><?php echo $this->tool_status( $this->option_legacy_tools['forms'] ); // phpcs:ignore WordPress.Security.EscapeOutput ?></td>
122 128 </tr>
123 129 <tr>
124 130 <td>Templates</td>
125 131 <td class="items"><?php echo esc_attr( $this->option_legacy_tools['templates'][1] ); ?></td>
126 - <td class="status" data-tool="templates"><?php echo $this->tool_status( $this->option_legacy_tools['templates'] ); ?></td>
132 + <td class="status" data-tool="templates"><?php echo $this->tool_status( $this->option_legacy_tools['templates'] ); // phpcs:ignore WordPress.Security.EscapeOutput ?></td>
127 133 </tr>
128 134 <tr>
129 135 <td>Designer</td>
130 136 <td class="items"><?php echo esc_attr( $this->option_legacy_tools['designer'][1] ); ?></td>
131 - <td class="status" data-tool="designer"><?php echo $this->tool_status( $this->option_legacy_tools['designer'] ); ?></td>
137 + <td class="status" data-tool="designer"><?php echo $this->tool_status( $this->option_legacy_tools['designer'] ); // phpcs:ignore WordPress.Security.EscapeOutput ?></td>
132 138 </tr>
133 139 <tr>
134 140 <td>Dashboards</td>
135 141 <td class="items"><?php echo esc_attr( $this->option_legacy_tools['dashboards'][1] ); ?></td>
136 - <td class="status" data-tool="dashboards"><?php echo $this->tool_status( $this->option_legacy_tools['dashboards'] ); ?></td>
142 + <td class="status" data-tool="dashboards"><?php echo $this->tool_status( $this->option_legacy_tools['dashboards'] ); // phpcs:ignore WordPress.Security.EscapeOutput ?></td>
137 143 </tr>
138 144 <tr>
139 145 <td>Charts</td>
140 146 <td class="items"><?php echo esc_attr( $this->option_legacy_tools['charts'][1] ); ?></td>
141 - <td class="status" data-tool="charts"><?php echo $this->tool_status( $this->option_legacy_tools['charts'] ); ?></td>
147 + <td class="status" data-tool="charts"><?php echo $this->tool_status( $this->option_legacy_tools['charts'] ); // phpcs:ignore WordPress.Security.EscapeOutput ?></td>
142 148 </tr>
143 149 </tbody>
144 150 </table>
145 151
@@ -150,12 +156,12 @@
150 156
151 157 <div style="display: none">
152 158 <form
153 159 id="wpda-legacy-tool-settings-form-data"
154 - action="<?php echo admin_url( 'admin.php' ); ?>?page=wpda_navi"
160 + action="<?php echo esc_url( admin_url( 'admin.php' ) ); ?>?page=wpda_navi"
155 161 method="POST"
156 162 >
157 - <input
163 + <label for="wpda-legacy-tool-settings-legacy-tool-data"></label><input
158 164 type="text"
159 165 name="wpda-legacy-tool-status"
160 166 id="wpda-legacy-tool-settings-legacy-tool-data"
161 167 />
@@ -185,9 +191,9 @@
185 191 <a
186 192 href="https://docs.rad.wpdataaccess.com/"
187 193 target="_blank"
188 194 class="wpda_tooltip"
189 - title="View online documentation"
195 + title="View online App Builder documentation"
190 196 >
191 197 <i class="fa-solid fa-question-circle wpda-icon-help"></i>
192 198 </a>
193 199 </div>
@@ -217,9 +223,9 @@
217 223 <li><strong>Table Builder</strong> – Create powerful data tables.</li>
218 224 <li><strong>Form Builder</strong> – Design data entry forms.</li>
219 225 <li><strong>Chart Builder</strong> – Visualize data.</li>
220 226 <li><strong>Map Builder</strong> – Plot location data.</li>
221 - <li><strong>Dashboard Builder</strong> – Centralize and monitor insights. <span class="wpda-new"><i>NEW</i></span></li>
227 + <li><strong>Dashboard Builder</strong> – Centralize and monitor insights.</li>
222 228 <li><strong>Theme Builder</strong> – Personalize app appearance.</li>
223 229 </ul>
224 230 </div>
225 231 </div>
@@ -229,12 +235,12 @@
229 235 <span class="fa-solid fa-database wpda-icon"></span>
230 236 <h3>Explorer</h3>
231 237 <div class="wpda-navi-container-content-item-title-help">
232 238 <a
233 - href="https://docs.legacy.wpdataaccess.com/docs/data-explorer-getting-started/"
239 + href="https://docs.explorer.wpdataaccess.com/"
234 240 target="_blank"
235 241 class="wpda_tooltip"
236 - title="View online documentation"
242 + title="View online Data Explorer documentation"
237 243 >
238 244 <i class="fa-solid fa-question-circle wpda-icon-help"></i>
239 245 </a>
240 246 </div>
@@ -265,8 +271,9 @@
265 271 <ul>
266 272 <li>Schedule unattended exports (new Data Explorer only).</li>
267 273 <li>Manage database connections, databases and table data.</li>
268 274 <li>Explore local and remote databases.</li>
275 + <li>Global search and replace.</li>
269 276 </ul>
270 277 </div>
271 278 </div>
272 279
@@ -278,9 +285,9 @@
278 285 <a
279 286 href="https://docs.sql.wpdataaccess.com/"
280 287 target="_blank"
281 288 class="wpda_tooltip"
282 - title="View online documentation"
289 + title="View online SQL Query Builder Documentation"
283 290 >
284 291 <i class="fa-solid fa-question-circle wpda-icon-help"></i>
285 292 </a>
286 293 </div>
@@ -292,9 +299,9 @@
292 299
293 300 <div class="wpda-navi-container-content-item-content">
294 301 <ul>
295 302 <li>
296 - <a href="?page=wpda_query_builder">Start Query Builder</a>
303 + <a href="?page=wpda_query_builder">Start SQL Query Builder</a>
297 304 </li>
298 305 </ul>
299 306 </div>
300 307
@@ -300,12 +307,13 @@
300 307
301 308 <div class="wpda-navi-container-content-item-facts">
302 309 <ul>
303 310 <li>Write, store, execute and reuse any SQL command.</li>
311 + <li>Store queries privately or globally.</li>
304 312 <li>Schedule SQL commands to run at specific intervals.</li>
305 313 <li>Ask AI Assistant to help writing queries and solve errors.</li>
306 - <li>Store queries privately or globally.</li>
307 - </ul>
314 + <li>Build SQL queries visually with our Visual Query Builder.</li>
315 + </ul>
308 316 </div>
309 317 </div>
310 318
311 319 <div class="wpda-navi-container-content-item wpda-featured"
@@ -328,162 +336,71 @@
328 336
329 337 <div class="wpda-navi-container-content-item-facts whats-new">
330 338 <ul>
331 339 <li>
332 - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/column-filters.html" target="_blank" class="whatsnew">
333 - ⭐ Show column filters in popup (on mobile devices).
340 + <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/columns/column-settings.html#%E2%9A%99%EF%B8%8F-pin-column-to" target="_blank" class="whatsnew">
341 + Added column pinning to Table Builder.
334 342 </a>
335 343 </li>
336 344 <li>
337 - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/column-filters.html" target="_blank" class="whatsnew">
338 - 😎 Completely restyled UI for compact column filters.
345 + <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/columns/column-settings.html#%F0%9F%93%8C-notes" target="_blank" class="whatsnew">
346 + Show hidden columns on tablets and mobiles.
339 347 </a>
340 348 </li>
341 349 <li>
342 - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/columns/column-actions.html" target="_blank" class="whatsnew">
343 - 🔎︎ Added single-select search panes.
350 + <a href="https://docs.rad.wpdataaccess.com/app-manager/running-apps/progressive-web-apps.html" target="_blank" class="whatsnew">
351 + Run a WP Data Access app as a Progressive Web App. ⭐⭐⭐
344 352 </a>
345 353 </li>
354 + <li>
355 + <a href="https://docs.rad.wpdataaccess.com/running-apps.html#%E2%9C%8F%EF%B8%8F-using-the-gutenberg-block-editor" target="_blank" class="whatsnew">
356 + Gutenberg block support for [wpda_app] shortcode.
357 + </a>
358 + </li>
346 359 <li>
347 - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/charts.html" target="_blank" class="whatsnew">
348 - 📊 Apply arithmetic functions to chart columns.
360 + <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/column-filters.html" target="_blank" class="whatsnew">
361 + Show column filters in popup.
349 362 </a>
350 363 </li>
364 + </ul>
365 + </div>
366 +
367 + <div class="wpda-navi-container-content-item-facts whats-new">
368 + <ul>
369 + <li style="font-weight:bold">
370 + Old Query Builder no longer available.
371 + </li>
372 + <li style="font-weight:bold">
373 + Old Data Explorer no longer available.
374 + </li>
375 + </ul>
376 + </div>
377 +
378 + <div class="wpda-navi-container-content-item-facts whats-new">
379 + <h4 style="margin-top:0;margin-bottom:5px;font-weight:bold;">Now available to FREE USERS</h4>
380 + <ul>
351 381 <li>
352 - <a href="https://docs.rad.wpdataaccess.com/dashboard-builder/" target="_blank" class="whatsnew">
353 - 📶 Dashboards now available as app type.
382 + <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/css-table-editor.html" target="_blank" class="whatsnew">
383 + CSS Table Editor
354 384 </a>
355 385 </li>
356 386 <li>
357 - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/detail-panel.html#%E2%9A%99%EF%B8%8F-enable-table-display-mode" target="_blank" class="whatsnew">
358 - 💎 Switch between Table View and Card View.
387 + <a href="https://docs.rad.wpdataaccess.com/form-builder/menu/form/css-form-editor.html" target="_blank" class="whatsnew">
388 + CSS Form Editor
359 389 </a>
360 390 </li>
361 391 <li>
362 - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/detail-panel.html" target="_blank" class="whatsnew">
363 - 😎 Even cooler interactive detail panel creation.
392 + <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/columns/computed-fields.html" target="_blank" class="whatsnew">
393 + Computed Text Fields
364 394 </a>
365 395 </li>
366 396 <li>
367 - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/columns/computed-fields.html" target="_blank" class="whatsnew">
368 - 🎁 Computed Text Fields for FREE USERS.
397 + <a href="https://docs.sql.wpdataaccess.com/visual-query-builder.html" target="_blank" class="whatsnew">
398 + Visual Query Builder
369 399 </a>
370 400 </li>
371 - </ul>
372 - </div>
373 - </div>
374 - </div>
375 - </div>
376 - <?php
377 - }
378 -
379 - private function hot_topics() {
380 - ?>
381 - <div class="wpda-navi-container-content">
382 - <div class="wpda-navi-container-content-item wpda-hot-topics">
383 - <h2>
384 - Frequently Asked Questions
385 - </h2>
386 -
387 - <div class="wpda-navi-container-content-item-facts">
388 - <button
389 - onClick="window.open('https://docs.rad.wpdataaccess.com/', '_blank')"
390 - >
391 - <span class="wpda-hot-title">
392 - App Builder
393 - </span>
394 - <span class="wpda-hot-topic">
395 - What is the App Builder?
396 - </span>
397 - </button>
398 -
399 - <button
400 - onClick="window.open('https://docs.rad.wpdataaccess.com/table-builder/menu/table/relationships.html', '_blank')"
401 - >
402 - <span class="wpda-hot-title">
403 - Master-Detail Relationships
404 - </span>
405 - <span class="wpda-hot-topic">
406 - How do I add a master-detail relationship to my app?
407 - </span>
408 - </button>
409 -
410 - <button
411 - onClick="window.open('https://docs.rad.wpdataaccess.com/table-builder/menu/columns/computed-fields.html', '_blank')"
412 - >
413 - <span class="wpda-hot-title">
414 - Computed Fields
415 - </span>
416 - <span class="wpda-hot-topic">
417 - How do I use a computed field in my app?
418 - </span>
419 - </button>
420 -
421 - <button
422 - onClick="window.open('https://docs.rad.wpdataaccess.com/table-builder/menu/columns/column-lookups.html', '_blank')"
423 - >
424 - <span class="wpda-hot-title">
425 - Lookups
426 - </span>
427 - <span class="wpda-hot-topic">
428 - How do I add a lookup to my app?
429 - </span>
430 - </button>
431 -
432 - <button
433 - onClick="window.open('https://docs.rad.wpdataaccess.com/table-builder/menu/columns/column-actions.html', '_blank')"
434 - >
435 - <span class="wpda-hot-title">
436 - Column Filters
437 - </span>
438 - <span class="wpda-hot-topic">
439 - How do I enable column filters in my app?
440 - </span>
441 - </button>
442 -
443 - <button
444 - onClick="window.open('https://docs.rad.wpdataaccess.com/hooks/', '_blank')"
445 - >
446 - <span class="wpda-hot-title">
447 - App Builder Hooks
448 - </span>
449 - <span class="wpda-hot-topic">
450 - Write hook to customize app behavior.
451 - </span>
452 - </button>
453 -
454 - <button
455 - onClick="window.open('https://docs.remote.wpdataaccess.com/mysql.html', '_blank')"
456 - >
457 - <span class="wpda-hot-title">
458 - Remote connections
459 - </span>
460 - <span class="wpda-hot-topic">
461 - How can I establish a remote connection?
462 - </span>
463 - </button>
464 -
465 - <button
466 - onClick="window.open('https://docs.remote.wpdataaccess.com/pds/start-here.html', '_blank')"
467 - >
468 - <span class="wpda-hot-title">
469 - Premium Data Services
470 - </span>
471 - <span class="wpda-hot-topic">
472 - How can I use Premium Data Services for remote connections?
473 - </span>
474 - </button>
475 -
476 - <button
477 - onClick="window.open('https://docs.rad.wpdataaccess.com/', '_blank')"
478 - >
479 - <span class="wpda-hot-title">
480 - Documentation
481 - </span>
482 - <span class="wpda-hot-topic">
483 - Where can I find the online documentation?
484 - </span>
485 - </button>
401 + </ul>
402 + </div>
486 403 </div>
487 404 </div>
488 405 </div>
489 406 <?php