plugin-update-checker/Puc/v4
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
..
DebugBar Extract state storage as a new class. 2017-01-10 15:25:36 +02:00
Plugin Remove unused property 2017-01-10 16:20:01 +02:00
Theme Remove unused property 2017-01-10 16:20:01 +02:00
Vcs BitBucket fix: When looking for the latest tags, sort them by commit date in descending order. 2017-01-24 12:18:34 +02:00
Autoloader.php Fix "Cannot declare class Puc_v4_Autoloader". 2017-01-13 18:49:54 +02:00
Factory.php Improve plugin detection. Related to #82. 2017-01-14 12:39:24 +02:00
Metadata.php Minor fixes and some comments 2016-12-28 16:09:28 +02:00
OAuthSignature.php Fix zip error when installing update from a private BitBucket repository. 2017-01-11 22:17:49 +02:00
Scheduler.php Extract state storage as a new class. 2017-01-10 15:25:36 +02:00
StateStore.php Extract state storage as a new class. 2017-01-10 15:25:36 +02:00
Update.php WIP: Theme updates. 2016-12-14 11:18:58 +02:00
UpdateChecker.php Merge pull request #79 from YahnisElsts/version4 2017-01-12 11:38:49 +02:00
UpgraderStatus.php Improve upgrade-in-progress detection for themes. In WP 4.6, AJAX-based upgrades use a different skin that was previously not supported. 2016-12-19 18:41:37 +02:00
Utils.php Minor: Rename parameter to $collection because it accepts both arrays and objects 2017-01-10 16:20:33 +02:00