From 4888fd6492d48c5b674d1e85748f474beb8bea19 Mon Sep 17 00:00:00 2001 From: thanghv Date: Tue, 15 Apr 2025 12:58:14 +0700 Subject: [PATCH 1/3] Update changelogs --- developer-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer-changelog.md b/developer-changelog.md index 0e41c3b..4a3f6a5 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,5 @@ 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. +- 🟢 **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. \ No newline at end of file From fcf5e008c331af3cb8a2752eeb2e145127af10e6 Mon Sep 17 00:00:00 2001 From: thanghv Date: Tue, 15 Apr 2025 16:06:43 +0700 Subject: [PATCH 2/3] Update changelogs --- developer-changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developer-changelog.md b/developer-changelog.md index 4a3f6a5..1c89638 100644 --- a/developer-changelog.md +++ b/developer-changelog.md @@ -257,4 +257,6 @@ Each entry includes: ### MainWP Dashboard - 🟢 **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. \ No newline at end of file +- '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. From ef493612fca9db696381c2724d2495fa001387dc Mon Sep 17 00:00:00 2001 From: thanghv Date: Wed, 23 Apr 2025 14:41:16 +0700 Subject: [PATCH 3/3] Update: changelog --- developer-changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/developer-changelog.md b/developer-changelog.md index 1c89638..f40895a 100644 --- a/developer-changelog.md +++ b/developer-changelog.md @@ -260,3 +260,21 @@ Each entry includes: - '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. +