Upgraded PuC version

This commit is contained in:
2024-07-06 22:06:02 -04:00
parent 9e14d32464
commit 4fbcac1062
121 changed files with 5610 additions and 3565 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace YahnisElsts\PluginUpdateChecker\v5;
if ( !class_exists(PucFactory::class, false) ):
class PucFactory extends \YahnisElsts\PluginUpdateChecker\v5p4\PucFactory {
}
endif;