plugin-update-checker/plugin-update-checker.php
Yahnis Elsts 2a7c818f18 Alternative fix to Composer autoloading issues.
It may be possible to overcome the limitations of the "files" autoloading mechanism by changing the file name in every version.
2019-10-08 15:06:40 +03:00

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';