Skip to content

Super Star Chore Chart v2.4.1

Choose a tag to compare

@qrussell qrussell released this 09 Jun 16:29

🌟 Massive Feature Update!

This release transforms the Super Star Chore Chart from a standard plugin into a fully-fledged, standalone Progressive Web App (PWA) with isolated multi-tenant family accounts.

✨ New Features

  • 📱 Progressive Web App (PWA) Support: Added sw.js and manifest generation. Users can now install the chore chart directly to their iOS or Android home screens for a native app experience.
  • 🌗 Light & Dark Mode: Added automatic system-preference detection with a manual toggle switch in the app header for seamless nighttime viewing.
  • 🔗 Magic Links (Family Invites): Family admins can now generate a secure invite link. When clicked, it automatically creates a guest account and joins the user to the family without requiring a password.
  • 🔐 Isolated App Authentication: Decoupled the app from WordPress's native subscriber accounts. The app now uses its own secure, cookie-based login system.
  • 📧 Password Resets: Users can now click "Forgot Password?" to receive an email with a secure token, seamlessly routing them to a custom password reset UI right on the page.

🛠 Improvements & Fixes

  • Added transient caching for Magic Links, bypassing the need for extra database tables.
  • Fixed a bug where URL caching stripped reset tokens during WordPress 301 redirects.
  • Restructured loading sequence to prevent fatal errors and ensure core files (db.php) initialize first.
  • Added intelligent iOS-specific PWA installation instructions.