right now the plugin.json file has minimumPubliiVersion
this should just be PubliiVersion, and support minimum, maximum, latest, etc... and if it's not set it should default to latest
At this moment documentation for the plugins is unavailable, because plugins API is still experimental, and we want to share documentation, when we will know that API is stable to avoid situation that some Publii changes in API will break plugins created by community.
The plugin API itself should always be expected to change and potentially break plugins. It should be up to the plugin if it needs to be pinned to a specific Publii version, etc...
Feature Description
right now the plugin.json file has
minimumPubliiVersion
this should just be PubliiVersion, and support minimum, maximum, latest, etc... and if it's not set it should default to latestshould use semantic versioning like npm's package.json
The plugin API itself should always be expected to change and potentially break plugins. It should be up to the plugin if it needs to be pinned to a specific Publii version, etc...
related https://github.com/GetPublii/Publii/issues/1152 https://github.com/GetPublii/Publii/issues/1279