mirror of
https://gh.wpcy.net/https://github.com/YahnisElsts/plugin-update-checker.git
synced 2026-05-03 06:36:49 +08:00
14 lines
361 B
PHP
14 lines
361 B
PHP
<?php
|
|
/**
|
|
* Plugin Update Checker Library 4.8
|
|
* http://w-shadow.com/
|
|
*
|
|
* Copyright 2019 Janis Elsts
|
|
* Released under the MIT license. See license.txt for details.
|
|
*/
|
|
|
|
require dirname(__FILE__) . '/Puc/v4p8/Autoloader.php';
|
|
new Puc_v4p8_Autoloader();
|
|
|
|
require dirname(__FILE__) . '/Puc/v4p8/Factory.php';
|
|
require dirname(__FILE__) . '/Puc/v4/Factory.php';
|