Releases: AndrewPoppe/ApiUserRights
Releases · AndrewPoppe/ApiUserRights
v2.1.0
- Change: Support for new Randomization method
- Change: Support for External Module Framework text translation
Full Changelog: 2.0.0...2.1.0
v2.0.0
- Major Change: Format of CSV import/export files has changed to use the code associated with a method instead of the name of the methods, e.g., instead of "Export Arms" it is "arm_export". This makes the CSVs much easier to deal with and will aid in future translation efforts.
- Change: Instead of defining default rights via a CSV file (as was introduced in 1.2.0), the module configuration now has a checkbox interface to be more user-friendly.
What's Changed
- New default config by @AndrewPoppe in #10
Full Changelog: 1.2.1...2.0.0
v1.2.1
- Bug Fix: Fixed a bug in which removing a default rights CSV file from the system- or project-level configuration would prevent saving of that form.
Full Changelog: 1.2.0...1.2.1
v1.2.0
- New Feature: History Snapshots These snapshots of the state of the project's API User Rights are automatically taken any time the rights are updated via CSV import, but also they can be manually taken at any time. #5
- New Feature: Define default rights Allow users to upload a CSV with the set of API User Rights a user will have by default. This can be set at the system level and overridden at the project level. #6
- Improvement Better logging throughout the module
- Bug fix Under certain circumstances, importing a CSV file would cause the module to disallow the use of all API methods in that project for any user included in the CSV file. This has been fixed. See #8
- Bug fix Fixed a bug in which the main Rights editor would not open for any user whose username was an email address #7
Full Changelog: 1.1.0...1.2.0
v1.1.0
- New Feature: Import and Export CSV files of the project's API User Rights
What's Changed
- Address #1 - CSV Export by @AndrewPoppe in #3
- Address #2 - CSV Import by @AndrewPoppe in #4
Full Changelog: 1.0.4...1.1.0
v1.0.4
- Minor Bug fix: Under certain circumstances, error messages would show up in the logs
- Change: Made UI nicer
Full Changelog: 1.0.3...1.0.4
v1.0.3
- Bug fix: Under certain circumstances a method may not be found
- Change: Aesthetic changes to the API User Rights editor
Full Changelog: 1.0.2...1.0.3
v1.0.2
Added filter bar to API User Rights editor
Full Changelog: 1.0.1...1.0.2
v1.0.1
Bug fix
Add testing
v1.0.0
Initial release