Skip to content

Releases: AppsDevTeam/fancyadmin

v1.0.70: Merge pull request #25 from AppsDevTeam/fixy

09 Mar 18:32
f329a93

Choose a tag to compare

v1.0.69: Merge pull request #24 from AppsDevTeam/f-bug-fixes

05 Mar 16:19
c73b3f1

Choose a tag to compare

v1.0.68: Merge pull request #23 from AppsDevTeam/f-add-favicons

05 Mar 05:26
fe7b69f

Choose a tag to compare

v1.0.67: Decouples username from email assignment

02 Mar 17:53

Choose a tag to compare

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

01 Mar 07:31

Choose a tag to compare

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

28 Feb 08:16

Choose a tag to compare

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

27 Feb 04:43

Choose a tag to compare

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

22 Feb 03:30
71814c4

Choose a tag to compare

Update composer.json

v1.0.62

22 Feb 03:23
71814c4

Choose a tag to compare

Update composer.json

v1.0.61: Removes constructor from SecurityUserTrait

22 Feb 03:13

Choose a tag to compare

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.