Skip to content

Releases: AppsDevTeam/fancyadmin

v1.0.23

20 Jan 20:39

Choose a tag to compare

fix: configuration entity, form, grid

v1.0.22: Adds file upload support to configurations

20 Jan 18:53

Choose a tag to compare

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

20 Jan 18:28

Choose a tag to compare

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

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.