diff --git a/developer-changelog.md b/developer-changelog.md index 0e41c3b..f40895a 100644 --- a/developer-changelog.md +++ b/developer-changelog.md @@ -246,7 +246,7 @@ Each entry includes: ## 🔧 Core Changes ### MainWP Dashboard -- 🟢 **Added** [v5.4.0.5 - March 2025]: Added new params for non-mainwp-changes REST API endpoint +- 🟢 **Added** [v5.4.0.5 - April 2025]: Added new params for non-mainwp-changes REST API endpoint - 'actions' - To support for `action` logs query. - 'contexts' - To support for `context` logs query. @@ -256,5 +256,25 @@ Each entry includes: ## 🔧 Core Changes ### MainWP Dashboard -- 🟢 **Added** [v5.4.0.5 - March 2025]: Excluded the Site Changes count information from REST API endpoints by default, while leaving it as option to optimize the query performance. -- 'total_count' - To support for `total_count` logs query. \ No newline at end of file +- 🟢 **Added** [v5.4.0.5 - April 2025]: Excluded the Site Changes count information from REST API endpoints by default, while leaving it as option to optimize the query performance. +- 'total_count' - To support for `total_count` logs query. + +- 🟢 **Added** [v5.4.0.5 - April 2025]: Added the `$clients` as the 6th parameter to the `mainwp_getdbsites` filter so extensions can get sites info by clients selection. + +# April 16, 2025 + +## 🔧 Core Changes + +### MainWP Dashboard +- 🟢 **Added** [v5.4.1 - April 2025]: Added hook: mainwp_individual_updates_tabs + to support generate custom updates tabs. + + + # April 23, 2025 + +## 🔧 Core Changes + +### MainWP Lighthouse Extension +- 🟢 **Added** [v5.1.1 - April 2025]: Added hook: mainwp_lighthouse_next_start_timestamp + to support tweaks next audit start time. +