Update Version Check, including partical automation #49
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Version check in site-health.php needs some attention. Does it work with the new style i.e. 2018-05-dev?
Everything that's not 3.6 or above should be "Somewhat outdated". Capping for deprecated versions should be versions less than 3.3.x (that's code older than four years that had undergone major changes!).
It would be nice to automate the process for "Somewhat outdated" comparing it against the version file of the master branch.
It's already taken care of in
MrPetovan/dir:master
:95ea839fa7/include/site-health.php (L332-L349)
I'm waiting for conclusive results from the ping adds to merge against
friendica/dir
.Duplicate of #13, taken care of in the next version of the directory.