plugin-update-checker/Puc/v4/Vcs
Yahnis Elsts e4854cdb38 BitBucket fix: When looking for the latest tags, sort them by commit date in descending order.
Previously, PUC didn't specify any explicit sorting criteria. I incorrectly assumed that BitBucket would return the most recent tags first. As a result, when a repository had enough tags to trigger API response pagination, PUC could miss some recent tags. Related: #48
2017-01-24 12:18:34 +02:00
..
Api.php Fix version number parsing. 2017-01-11 22:15:37 +02:00
BaseChecker.php Refactoring GitHub and BitBucket support. 2016-12-27 18:03:06 +02:00
BitBucketApi.php BitBucket fix: When looking for the latest tags, sort them by commit date in descending order. 2017-01-24 12:18:34 +02:00
GitHubApi.php Fix downloads from private GitHub repositories. 2017-01-17 09:13:17 +02:00
PluginUpdateChecker.php Add API client class name to the debug panel. 2017-01-03 13:37:43 +02:00
Reference.php Refactoring GitHub and BitBucket support. 2016-12-27 18:03:06 +02:00
ThemeUpdateChecker.php Add API client class name to the debug panel. 2017-01-03 13:37:43 +02:00