Files
cf7-spam-to-telegram/includes/lib/plugin-update-checker/vendor/Parsedown.php
T
Vladimir Bryzgalov 05aa819608 chore(deps): vendor plugin-update-checker v5.6
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).
2026-04-21 21:03:37 +05:00

5 lines
94 B
PHP

<?php
if ( !class_exists('Parsedown', false) ) {
require __DIR__ . '/ParsedownModern.php';
}