5.0.0 RTM
N.B. You must implement the required changes as per Issue #21 to make the upgrade backward compatible.
[ENHANCEMENT] Implement an IADO interface #20
[ENHANCEMENT] Secure public API access #21
Following the implementation of interfaces, such as the IADO, it is now required to specify which public API methods must be granted Web access.
- The new attribute
AllowAPICallhas been created and must to added to every public API methods that require Web access.