Release 4.3.2.1

28.07.2026

RELEASE NOTES:

Bug Fixes

  • Fixed the kudos panel, which failed because the Person trait was missing from the User and Employee Doctrine entities, making accessors like getName(), getFullName(), and getEmail1() unavailable
  • Fixed the installer generating outdated .htaccess rules on fresh installs — it now serves the SPA and its assets directly from vue/dist/, matching the layout introduced in 4.3.2

Upgrade Instructions

Upgrading from 4.3.2 is a standard ./MintCLI upgrade.

One extra step is required after upgrade: run Quick Repair and Rebuild from Admin. The
doctrineEntity 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.

STAY UP TO DATE: