Person trait was missing from the User and Employee Doctrine entities, making accessors like getName(), getFullName(), and getEmail1() unavailable.htaccess rules on fresh installs — it now serves the SPA and its assets directly from vue/dist/, matching the layout introduced in 4.3.2Upgrading from 4.3.2 is a standard ./MintCLI upgrade.
One extra step is required after upgrade: run Quick Repair and Rebuild from Admin. ThedoctrineEntity definitions in the Users and Employees vardefs changed, and the Doctrine
entities are generated from those definitions — without a rebuild the regenerated entities will
not pick up the Person trait and the kudos fix will not take effect.
No database schema changes, no dependency changes, and no frontend rebuild are needed in this
release.
If you are upgrading from a version older than 4.3.2, follow the upgrade instructions in the
4.3.2 release notes first — in particular the manual .htaccess migration.