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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,3 +229,32 @@ Each entry includes:
229
229
230
230
### MainWP Dashboard
231
231
- 🟠 **Changed**[v5.4.0.3 - March 2025]: function name changed `get_none_mainwp_actions_log()` to `get_none_mainwp_actions_log_for_rest_api()` - in the file: class/class-mainwp-db-site-actions.php
232
+
233
+
234
+
# April 3, 2025
235
+
236
+
## 🔧 Core Changes
237
+
238
+
### MainWP Dashboard
239
+
- 🟢 **Added**[v5.4.0.4 - April 2025]: Added new hooks: mainwp_connect_http_request_headers to support custom request headers.
240
+
241
+
- 🟢 **Added**[v5.4.0.4 - April 2025]: Added new hooks: mainwp_uptime_monitor_check_result to support custom uptime monitor results.
242
+
243
+
244
+
# April 7, 2025
245
+
246
+
## 🔧 Core Changes
247
+
248
+
### MainWP Dashboard
249
+
- 🟢 **Added**[v5.4.0.5 - March 2025]: Added new params for non-mainwp-changes REST API endpoint
250
+
- 'actions' - To support for `action` logs query.
251
+
- 'contexts' - To support for `context` logs query.
252
+
253
+
254
+
# April 15, 2025
255
+
256
+
## 🔧 Core Changes
257
+
258
+
### MainWP Dashboard
259
+
- 🟢 **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.
260
+
- 'total_count' - To support for `total_count` logs query.
0 commit comments