<?php
defined('ABSPATH') || exit;
?>

<?php include __DIR__ . '/menu.php'; ?>
<div class="wrap">

    <h3>Donations and why they matter</h3>
    <p>
        Since the first release, all donations received have been donated to NGO since solidarity is not an option.
        <a href="https://www.satollo.net/donations" target="_blank">See the full donations history</a>.
    </p>
    <p>
        <strong>If this plugin saved you time and money, consider a small donation. Thank you.</strong>
    </p>
    <p>
        <a href="https://www.paypal.com/donate/?hosted_button_id=5PHGDGNHAYLJ8" class="button button-orange">Donate</a>
    </p>

    <h3>The Monitor plugin</h3>
    <p>
        This plugin tracks internal WP events, like email sending, scheduler and background jobs execution,
        HTTP calls to external services, REST API incoming calls, abilities invokation, AI client usage.
    </p>
    <p>
        <a href="https://wp.org/plugins/satollo-monitor" target="_blank" class="button">Find it on WordPress.org</a>
    </p>
    
    <h3>The Assistant plugin</h3>
    <p>
        Experimental, it allows to create conversational interfaces with an AI chatbot enabled to execute specific actions
        in your site. It can be used both on the admin side or exposed to the users. It's the future!
    </p>
    <p>
        <a href="https://www.satollonet/plugins/assistant" target="_blank" class="button">Find out more</a>.
    </p>

</div>


