Merge pull request #2 from mainwp/mainwp.dev.coder

Mainwp.dev.coder
This commit is contained in:
Thang Hoang Van 2025-04-23 14:41:33 +07:00 committed by GitHub
commit ebce448481
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
- 🟢 **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.