Skip to main content

License question

When providing licences for plugins, I have a problem. We have a paid plugin with license. When we have an update, it is served correctly in Wp updates.

With the same subscription, there is an extra addon plugin without a license. This one does not show on the updates list.

Is there a way to set both plugins as updates in the updates list?

David Churchill

Natascha VantuykomΒ you would have to setup the second add-on as a Β£0 product with license and tick it WordPress plugin (it could be hidden/private if needed). The add-on will need to use the FluentCart SDK with the product ID to get updates, but it wouldn't need code for a license. This way the add-on will check for updates, but won't require a license to work.

You could technically still bundle it with the paid plugin, but you would need to remember to update both products every time you update the second add-on.

I think that makes sense πŸ˜ƒ