-
v1.2.1
StableCI / Tests (PHP 8.1) (push) Successful in 39sCI / Tests (PHP 8.2) (push) Successful in 1m2sCI / No Debug Code (push) Successful in 3sCI / PHPStan (push) Successful in 2m54sCI / Coding Standards (push) Successful in 2m58sCI / Tests (PHP 8.3) (push) Successful in 2m42sRelease / Build and Publish Release (push) Successful in 2m59sRelease / Open next-version bump PR (push) Successful in 5sCI / Build Plugin Zip (push) Successful in 2m50sreleased this
2026-07-24 23:28:28 +00:00 | 79 commits to main since this releaseFixed
- Registration questions, offering titles/notes, and policy names longer than their storage limit are no longer silently discarded. Previously typing a fixed-size field past its maximum length reported success but saved nothing — the database quietly rejected the over-long value. These fields now cap the input in the form, and the API rejects an over-long value with a clear error.
- Students can no longer reach the WordPress dashboard. A student who navigates to
wp-adminis redirected to the site front end and the admin toolbar is hidden for them, so they only ever see the studio's booking pages. Anyone who runs the studio — administrators, studio admins, and instructors — keeps fullwp-adminaccess. - The instructor picker on the Add/Edit Offering form no longer comes up empty for a solo studio owner. When the person running the studio teaches from a WordPress administrator account (the default single-account setup), they now appear in the instructor dropdown and can be assigned to a class.
Downloads