uAdmin v0.2.0 Release Notes

Release Date: 2019-06-20 // over 4 years ago
  • [0.2.0] - 2019-06-20

    โž• Added

    - Global Variable:
        - Settings model which can be used system wide to keep application settings.
        - GetSetting function to read settings from the settings model.
        - User.GetAccess function can evaluate the user's permission to a model using user level and group level and return a UserPermission instance.
        - ErrorHandleFunc: A function that can be passed for handling errors system wide that gets called when Trail is called.
        - AllowedIPs: is a list of allowed IPs to access uAdmin interfrace
        - BlockedIPs: is a list of blocked IPs from accessing uAdmin interfrace
        - RestrictSessionIP: restricts access to the system if the IP of the user changes after login
        - RetainMediaVersions: is to allow the system to keep files uploaded even after they are changed
    

    ๐Ÿ”„ Changed

    - Forgot password now sends HTML emails.
    - GetString function can return the name of a static list item.
    

    ๐Ÿ—„ Deprecated

    โœ‚ Removed

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug fix for read only fields for new and edit.
      • Model names in dashboard are generated using proper plural function instead of just adding "s"

    ๐Ÿ”’ Security