This is a small list with the most important changes. For details please consult the changelog.
- The module is now compatibible with CMSMS 2.x and PHP 7.x;
- Export to Excel now is more configurable;
- There are important changes to how permissions are handled from this version on:
- "Modify Browsers" acts as a catch-all permission due to legacy reasons but it is deprecated and we strongly discourage its use in favor of the new granular permissions.
Please remove this permission from the users and use the new permissions.
However, if used, it should let users into any Form Browser area;
- New Permissions:
- "Add Browsers" allows users to create new Form Browsers;
- "View Browsers" allows users to view Form Browsers;
- "Export Browsers" allows users to use the "Export to Excel" feature;
- "Delete Browsers" allows users to delete Form Browsers;
- "Config Form Browser" allows users to edit the Form Browser configuration settings;
- "Modify Records" allows users to edit records in Form Browsers;
- "Delete Records" allows users to delete records in Form Browsers;
- A few other minor changes and code cleanup;