plugin-update-checker/Puc/v4p7
Yahnis Elsts bbe88a70d6 Attempt to fix errors caused by using Composer-generated autoloaders when multiple versions of the library are loaded at the same time.
See #300. Apparently, when using the `files` autoloading mechanism, Composer will only include the files for one version of the library (i.e. the first one loaded). Let's see if we can fix that by switching to a `psr-0` autoloader. This requires a bunch of changes to the standalone autoloader and the factory registration process.
2019-09-27 17:06:01 +03:00
..
DebugBar Changed version number to 4.7 2019-07-05 21:39:53 +03:00
Plugin Adjust the "tested" version shown in the "View details" pop-up. 2019-08-19 14:09:54 +03:00
Theme Minor: Add a newline to the end of file because it's recommended by some code style checkers. 2019-07-15 17:58:23 +03:00
Vcs Changed version number to 4.7 2019-07-05 21:39:53 +03:00
Autoloader.php Attempt to fix errors caused by using Composer-generated autoloaders when multiple versions of the library are loaded at the same time. 2019-09-27 17:06:01 +03:00
Factory.php Attempt to fix errors caused by using Composer-generated autoloaders when multiple versions of the library are loaded at the same time. 2019-09-27 17:06:01 +03:00
InstalledPackage.php Changed version number to 4.7 2019-07-05 21:39:53 +03:00
Metadata.php Changed version number to 4.7 2019-07-05 21:39:53 +03:00
OAuthSignature.php Changed version number to 4.7 2019-07-05 21:39:53 +03:00
Scheduler.php Changed version number to 4.7 2019-07-05 21:39:53 +03:00
StateStore.php Changed version number to 4.7 2019-07-05 21:39:53 +03:00
Update.php Changed version number to 4.7 2019-07-05 21:39:53 +03:00
UpdateChecker.php Adjust the "tested" version shown in the "View details" pop-up. 2019-08-19 14:09:54 +03:00
UpgraderStatus.php Changed version number to 4.7 2019-07-05 21:39:53 +03:00
Utils.php Changed version number to 4.7 2019-07-05 21:39:53 +03:00