Is the codebase that runs wordpress.org publicly available? Specifically, I’m interested in the part that parses the plugins SVN repository to determine the current and past versions of plugins.
I know that I have to look at the tags for each plugin but there are complexities around which tag is marked as the Stable tag in the readme.txt
.
You can try out the
api.wordpress.org
.Take for example the secret
MP6
plugin:The current version is given by:
and it looks like the previous versions are listed in the compatibility tag:
You can compare it to the
SVN
versions given here:You can also get
json
or serializedphp
versions: