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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# v1.0.1
2
+
## 04/29/2026
3
+
4
+
1.[](#bugfix)
5
+
* Fixed PHP 8.1+ deprecation notice — explicit string casts where `null` was being passed to string-typed function arguments.
6
+
* Fixed `Cannot use bool as array` fatal on PHP 8.x when the `slack_members` cache entry hadn't been seeded yet. `Cache::fetch()` returns `false` on a miss, but the plugin was destructuring the return value directly. Now guards on `is_array()` before unpacking.
7
+
* Skip all Slack API work when `slack_token` is empty. Previously the plugin would still hit Slack on every frontend request even without a token, paying ~200ms of network round-trip just to receive a 401 — slowing down every page on a freshly-installed-but-unconfigured site.
0 commit comments