Hello,
we tried to publish our plugin https://github.com/plesk/matomo-tracking-cli using the following guide: https://developer.matomo.org/guides/distributing-your-plugin, but with no luck. We received the following notification from your side:
β The metadata structure in your plugin.json file is not valid. The validator returned:
license: Does not have a value in the enumeration Array
(
[0] => GPL-3.0+
[1] => GPL v3+
[2] => GPL-3.0
[3] => BSD AND GPL-3.0+
[4] => InnoCraft EULA
[5] => GPL-2.0-only
[6] => GPL-2.0+
[7] => MIT
[8] => CC0-1.0
[9] => WTFPL
)
. β
We published our plugin under the Apache-2.0 license, which is compatible with GPL-3.0, for more details, see, for example, https://en.wikipedia.org/wiki/Apache_License. Can you add the support of plugins under the Apache-2.0 license in your Marketplace ?