- Configurable tier-based Auto Play with a saved user toggle.
Admin tier assignment without payment via Users > Edit > Tier Override. Fixed live group membership refresh, polling, unread indicators, and incoming voice clip population. Added asset cache busting so clients receive the fixes immediately.
This commit is contained in:
@@ -13,6 +13,8 @@ CyberChat is a framework-free PHP, SQLite, JavaScript, and HTML5 chat applicatio
|
||||
- Private groups with plan-based member limits, including the owner
|
||||
- Premium-configurable recording presence for both sending and viewing
|
||||
- Premium-configurable automatic voice sending
|
||||
- Tier-configurable automatic playback of newly received voice clips
|
||||
- Administrator tier overrides that grant plan features without payment
|
||||
- Plan-based custom username colors
|
||||
- Personal text archives retained for at least 30 days
|
||||
- Plan-based voice archive access and JSON/CSV exports
|
||||
@@ -64,6 +66,7 @@ The defaults are starting points and are fully editable in the dashboard.
|
||||
| Group members, including owner | 2 | 4 | 8 |
|
||||
| Recording status send/view | No | Yes | Yes |
|
||||
| Automatic voice send | No | Yes | Yes |
|
||||
| Automatic voice play | No | Yes | Yes |
|
||||
| Custom username color | No | Yes | Yes |
|
||||
| Text archive | 30 days | 90 days | 365 days |
|
||||
| Text export | Yes | Yes | Yes |
|
||||
@@ -72,6 +75,8 @@ The defaults are starting points and are fully editable in the dashboard.
|
||||
|
||||
Each tier can independently configure its price, currency, billing interval, Stripe Price ID, active status, sort order, archive retention, group limit, and every feature entitlement.
|
||||
|
||||
Administrators can assign a tier directly from **Admin > Users > Edit > Tier Override**. The override grants that tier's features without changing Stripe billing data and remains in effect until it is changed back to **Follow Stripe / billing status**.
|
||||
|
||||
## Mailgun
|
||||
|
||||
Configure these fields under **Admin > Plans & Platform**:
|
||||
|
||||
Reference in New Issue
Block a user