I have a question as it regards to licensing modules. As I understand it to use Inductive’s licensing server we need to reach out to sales representatives and have proper EULA, etc. If we don’t want to use that licensing service is it still within Inductive’s terms of use for us to develop and distribute a module to end users if we don’t want to use the licensing system? We don’t want to do anything that violates terms with Inductive and want to make sure we go about this the correct way.
Yes, opt your modules out of licensing entirely so they don't get affected by the trial by returning true from isFreeModule() in your module hooks.
1 Like
What’s the deal with the <freeModule> element in module.xml?
Still needed?
Ignored/deprecated for forever, just never cleaned up.
It was intended for the same purpose, then we very quickly realized that having it in the .xml file meant anyone could make any module free very easily.
4 Likes