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).
5 lines
94 B
PHP
5 lines
94 B
PHP
<?php
|
|
if ( !class_exists('Parsedown', false) ) {
|
|
require __DIR__ . '/ParsedownModern.php';
|
|
}
|