05aa819608
Source: https://github.com/YahnisElsts/plugin-update-checker/releases/tag/v5.6 Used in 1.2.0 for self-hosted updates from Gitea (Generic JSON mode).
10 lines
218 B
PHP
10 lines
218 B
PHP
<?php
|
|
/**
|
|
* Plugin Update Checker Library 5.6
|
|
* http://w-shadow.com/
|
|
*
|
|
* Copyright 2024 Janis Elsts
|
|
* Released under the MIT license. See license.txt for details.
|
|
*/
|
|
|
|
require dirname(__FILE__) . '/load-v5p6.php'; |