Releases: AppsDevTeam/fancyadmin
Releases · AppsDevTeam/fancyadmin
v1.0.20: Encodes JS components config to JSON
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
v1.0.18
v1.0.17: Removes unnecessary mailer dependency.
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
translations update
v1.0.15: Restricts ID parameter to digits only
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
Removes unnecessary slash from route definition, allowing for more flexible URL structures.
v1.0.13: Merge pull request #13 from AppsDevTeam/add-translations
Add translations
v1.0.12: Adds route port and updates route handling.
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
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.