Skip to content

Releases: AppsDevTeam/fancyadmin

v1.0.20: Encodes JS components config to JSON

10 Jan 14:50

Choose a tag to compare

Ensures that the JavaScript components configuration is properly encoded as a JSON string before being passed to the template. This prevents potential issues with data types and formatting on the client-side.

v1.0.19

10 Jan 14:12

Choose a tag to compare

Merge remote-tracking branch 'origin/fixes-2026'

v1.0.18

08 Jan 16:03

Choose a tag to compare

Merge remote-tracking branch 'origin/fixes-2026'

v1.0.17: Removes unnecessary mailer dependency.

05 Jan 14:41

Choose a tag to compare

Removes the `adt/mailer` dependency from composer.json, as it is no longer required.

This simplifies the project dependencies and reduces the potential for conflicts.

v1.0.16: Merge pull request #14 from AppsDevTeam/add-translations

05 Jan 13:06
d96516a

Choose a tag to compare

v1.0.15: Restricts ID parameter to digits only

03 Jan 19:09

Choose a tag to compare

Ensures that the 'id' parameter in the default route
for presenters only accepts numerical values, preventing
potential routing errors or security issues.

v1.0.14: Updates route definition

31 Dec 14:32

Choose a tag to compare

Removes unnecessary slash from route definition, allowing for more flexible URL structures.

v1.0.13: Merge pull request #13 from AppsDevTeam/add-translations

27 Dec 11:35
de05a84

Choose a tag to compare

v1.0.12: Adds route port and updates route handling.

27 Dec 07:35

Choose a tag to compare

Adds the route port component and updates the route handling logic within the FancyAdminRouteList class. This change enables a more flexible approach to defining routes for the admin panel, ensuring they are correctly prefixed and managed.

It also modifies route creation, leveraging the new route port functionality for enhanced control and consistency.

v1.0.11: Simplifies identity creation process

22 Dec 10:33

Choose a tag to compare

Refactors identity creation to remove the separate profile entity.

The identity entity now manages its own roles. This simplifies the
creation process and ensures consistency.