plugin-update-checker/Puc/v4
Yahnis Elsts 385ecf8df4 Fix pre-WP 4.7 compatibility.
get_user_locale() is not available in older WordPress versions. Also, according to WP docs, load_plugin_textdomain (and, presumably, its siblings) should be called in `init` or later.
2017-01-12 11:36:35 +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 Fix version number parsing. 2017-01-11 22:15:37 +02:00
Autoloader.php Fix autoloading of files in the "vendor" subdirectory. 2016-12-22 18:49:51 +02:00
Factory.php Remove unused parameter. 2017-01-01 14:25:18 +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 Fix pre-WP 4.7 compatibility. 2017-01-12 11:36:35 +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