Releases: AppsDevTeam/fancyadmin
Releases · AppsDevTeam/fancyadmin
v1.0.70: Merge pull request #25 from AppsDevTeam/fixy
v1.0.69: Merge pull request #24 from AppsDevTeam/f-bug-fixes
v1.0.68: Merge pull request #23 from AppsDevTeam/f-add-favicons
Add favicons option
v1.0.67: Decouples username from email assignment
Removes the implicit update of the username field when the email is set. This change ensures that email and username fields are managed independently, preventing unintended side effects when only the email address is modified.
v1.0.66: Adds configurable email background color
Introduces a new `emailBackgroundColor` configuration option. Enables dynamic branding of administrative emails by applying the configured color to the main email template layout.
v1.0.65: Ensures correct profile data mapping in forms
Replaces index-based profile identification with a name-based lookup. This accurately maps profile data and pre-selects associated accounts within dynamic identity profile forms, preventing potential data misalignment issues.
v1.0.64: Clarifies OTP component references
Explicitly imports the `OnetimeTokenService` class and uses the fully qualified namespace for `OnetimeTokenTypeEnum::LOGIN`. This improves code clarity and robustness by ensuring correct references to components from `ADT\DoctrineAuthenticator\OTP`.
v1.0.63
v1.0.62
v1.0.61: Removes constructor from SecurityUserTrait
Removes the constructor from the SecurityUserTrait. The constructor's logic was likely duplicated or not necessary within the trait, so it's moved or removed to avoid potential issues.