Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 982 Bytes

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 982 Bytes

Changelog

[v0.5]

  • Added Administration UI and APIs
  • Added enforcement of Administrator users only
  • Compatible with Package Scanner enabled options
  • Separated CLI to potentially be standalone

[v0.4]

  • Added module packager functionality
  • Added support for 8.0.x with the changes in dashboards
  • Fixed a Team bug for Reports
  • Modified file format (not backward compatible). This can eventually allow in the future to have a single export file
  • Updated tests accordingly

[v0.3]

  • Modified all SQL queries to leverage prepared statements
  • Fixed bug on Teams that would not return the import record count
  • Fixed a number of bugs on Users and refactored the way it works so that default Teams work correctly
  • Added some static testing to make the whole project a little more predictable and repeatable

[v0.2]

  • Added AWF (Advanced Workflows) import and export functionality
  • Modified Users import/export to handle deleted records

[v0.1]

  • Initial release