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: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,25 @@
1
1
# Changelog
2
2
3
3
All notable changes to this project will be documented in this file.
4
+
5
+
### 1.12.1
6
+
7
+
#### Fixed
8
+
9
+
- Fixed menu sometimes not loading after a REST API error — `populateDB` now re-throws so the "Loading.." indicator stays visible and the next page load retries automatically
10
+
- Fixed nonce middleware being stacked on every REST batch request, causing slowdowns on large networks
11
+
- Fixed `loadSites` running forever when the API returns an empty data array — now terminates correctly
12
+
- Fixed `loadSites` infinite recursion when `loadincrements` is falsy/0 — defaults to 100
0 commit comments