strapi-plugin-magic-sessionmanager 3.4.0 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,6 +11,19 @@ Track logins, monitor active users, and secure your app with one simple plugin.
11
11
 
12
12
  ## 📸 What It Looks Like
13
13
 
14
+ ### Homepage Widget - Quick Stats at a Glance
15
+
16
+ ![Online Users Widget](pics/widget.png)
17
+
18
+ **On your Strapi homepage:**
19
+ - See online users instantly
20
+ - Active in last 15/30 minutes
21
+ - Total users count
22
+ - Blocked users count
23
+ - No need to navigate anywhere!
24
+
25
+ ---
26
+
14
27
  ### Main Dashboard - See All Active Sessions
15
28
 
16
29
  ![Dashboard](pics/dashboard.png)
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.4.0",
2
+ "version": "3.5.0",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
Binary file