Skip to content

Commit 910a2bb

Browse files
authored
Merge pull request #5 from mainwp/mainwp.dev.coder
Mainwp.dev.coder
2 parents d601b68 + ac42428 commit 910a2bb

1 file changed

Lines changed: 138 additions & 0 deletions

File tree

developer-changelog.md

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,4 +363,142 @@ To support custom reports data in child sites.
363363
- Removed: Column `object_id` of the [prefix_]wp_logs, [prefix_]wp_logs_archive tables.
364364
- Added: new columns log_type_id, user_login fields for tables: [prefix_]wp_logs, [prefix_]wp_logs_archive tables.
365365
- 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.
402+
403+
404+
# Feb 25, 2026
405+
406+
## 🔧 Core Changes
407+
408+
### MainWP Dashboard
409+
410+
- 🟢 **Added** [v6.0 - Feb 2026]:
411+
Added $snapshot_info parameter, hook: mainwp_client_deleted
412+
Added hook mainwp_menu_excluded_warm_cache_item to support excluded warm cache menu item.
413+
Added hook mainwp_warm_cache_excluded_pages to support excluded warm cache pages.
414+
Added hook mainwp_invalidate_warm_cache_pages Fire action to Invalide warm cache pages
415+
Added hook mainwp_invalidate_warm_cache_pages Fire action to Invalide warm cache pages
416+
Added hook mainwp_widget_updates_actions_top Action fire before Updates actions top content.
417+
Added hook mainwp_shutdown Action fire before shutdown.
418+
Added hook mainwp_unhooks_remove_unwanted_hooks To support remove unwanted hooks.
419+
Added hook mainwp_unhooks_is_enabled To enabled remove unwanted hooks.]
420+
Added hook mainwp_unhooks_active_plugins_files To get unhooks active plugins files.
421+
Added hook mainwp_unhooks_default_excluded_pages To get default excluded pages.
422+
Added hook mainwp_unhooks_list To get remove hooks list.
423+
Added hook mainwp_unhooks_get_types To get unhooks types.
424+
Added hook mainwp_unhooks_url_params To get unhooks url params.
425+
Added hook mainwp_module_log_enable_insert_log_type To enable log types.
426+
Added hook mainwp_site_go_to_wpadmin Action fire before go to wpadmin.
427+
Added hook mainwp_widget_updates_actions_top Action fire before widget updates actions top.
428+
Added hook mainwp_get_avaiable_add_ons To get avaiable add-ons.
429+
Added hook mainwp_before_empty_manage_sites_placeholder Action fire before manage sites placeholder.
430+
Added hook mainwp_after_empty_manage_sites_placeholder Action fire after manage sites placeholder.
431+
Added hook mainwp_after_site_synced Action fire after sites synced.
432+
Added hook mainwp_after_save_settings Action fire after save settings.
433+
Added hook mainwp_check_site_access Allows to override or extend Team access control.
434+
Added hook mainwp_cost_tracker_update_cost Allows for cost tracker update or insert.
435+
Added hook mainwp_cost_tracker_deleted Allows for cost tracker delete cost.
436+
Added hook mainwp_insert_update_client Action fire after insert/update client.
437+
438+
### MainWP Child
439+
440+
- 🟢 **Added** [v6.0 - Feb 2026]:
441+
442+
Added hook mainwp_child_actions_data_clean Action to support clean actions logs on the child site.
443+
444+
445+
446+
447+
448+
449+
450+
451+
452+
.
453+
454+
455+
456+
457+
458+
459+
460+
461+
462+
463+
464+
465+
466+
467+
468+
469+
470+
471+
472+
473+
474+
475+
476+
477+
478+
479+
480+
481+
482+
483+
484+
485+
486+
487+
488+
489+
490+
491+
492+
493+
494+
495+
496+
497+
498+
499+
500+
501+
502+
503+
366504

0 commit comments

Comments
 (0)