Releases: AppsDevTeam/fancyadmin
Releases · AppsDevTeam/fancyadmin
v1.0.23
v1.0.22: Adds file upload support to configurations
Enables uploading files as configuration values. Adds a new `file` type to configuration options, allowing administrators to upload files. Stores the file and associates it with the configuration. Updates the configuration form to include a file upload field. Updates the configuration grid to show a link to the file.
v1.0.21: Adds file upload support to configurations
Enables uploading files as configuration values. Adds a new `file` type to configuration options, allowing administrators to upload files. Stores the file and associates it with the configuration. Updates the configuration form to include a file upload field. Updates the configuration grid to show a link to the file.
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.