mirror of
https://gh.wpcy.net/https://github.com/YahnisElsts/plugin-update-checker.git
synced 2026-05-08 02:22:25 +08:00
It may be possible to overcome the limitations of the "files" autoloading mechanism by changing the file name in every version.
10 lines
No EOL
218 B
PHP
10 lines
No EOL
218 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__) . '/load-v4p8.php'; |