You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer-changelog.md
+138Lines changed: 138 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -363,4 +363,142 @@ To support custom reports data in child sites.
363
363
- Removed: Column `object_id` of the [prefix_]wp_logs, [prefix_]wp_logs_archive tables.
364
364
- Added: new columns log_type_id, user_login fields for tables: [prefix_]wp_logs, [prefix_]wp_logs_archive tables.
365
365
- Changed: columns changed so the output of REST API endpoint: `non-mainwp-changes` was changed as follow, added new field: `log_type_id`, removed field: `object_id`.
366
+
367
+
368
+
# Aug 05, 2025
369
+
370
+
## 🔧 Core Changes
371
+
372
+
### MainWP Dashboard
373
+
- 🟢 **Added**[v5.4.0.18 - Aug 2025]: Added hook: mainwp_save_cached_icons_file_ext, mainwp_before_save_cached_icons to support before saving cached icons.
374
+
- 🟢 **Added**[v5.4.0.18 - Aug 2025]: Support format 'selected_sites' as string of site ids, separated by comma, for client add new and edit client endpoints:
375
+
wp-json/mainwp/v2/clients/add
376
+
wp-json/mainwp/v2/clients/{ID}/edit
377
+
- 🟢 **Added**[v5.4.0.18 - Aug 2025]: 'selected_sites' response info for client add new and edit client endpoints:
378
+
wp-json/mainwp/v2/clients/add
379
+
wp-json/mainwp/v2/clients/{ID}/edit
380
+
381
+
### MainWP Child
382
+
383
+
- 🟢 **Added**[v5.4.0.12 - Aug 2025]: Added hook: mainwp_child_stats_get_plugin_info support hook to plugins info for sync data.
384
+
385
+
386
+
# Aug 5, 2025
387
+
388
+
## 🔧 Core Changes
389
+
390
+
### MainWP Dashboard
391
+
392
+
- 🟢 **Added**[v5.4.0.19 - Aug 2026]: Added hook mainwp_before_save_cached_icons to customize website query parameters.
393
+
394
+
395
+
# Aug 12, 2025
396
+
397
+
## 🔧 Core Changes
398
+
399
+
### MainWP Dashboard
400
+
401
+
- 🟢 **Added**[v5.4.0.19 - Aug 2026]: Added hook mainwp_get_sql_websites, mainwp_get_sql_websites_by_params to customize website query parameters.
0 commit comments