When a new version is available, git-updater seems to extract the version details from the latest commit of master. In the changelog tab it shows "Requires WordPress Version" and "Requires PHP Version".
However these data may have changed in master though git-updater is supposed to extract the last Release, not the last commit in master. So the information that is shown is incorrect, it doesn't correspond to the version deployed by git-updater which is confusing for system admins who deal with the requirements.
Also, in the Knowledge Base I can't find how the data are extracted. Is if from README or the plugin PHP file?
When a new version is available,
git-updaterseems to extract the version details from the latest commit ofmaster. In the changelog tab it shows "Requires WordPress Version" and "Requires PHP Version".However these data may have changed in
masterthoughgit-updateris supposed to extract the last Release, not the last commit inmaster. So the information that is shown is incorrect, it doesn't correspond to the version deployed bygit-updaterwhich is confusing for system admins who deal with the requirements.Also, in the Knowledge Base I can't find how the data are extracted. Is if from README or the plugin PHP file?