From ef48fe9c21e6df350418fd46d8489f9db0390ecc Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Fri, 5 Jun 2026 15:37:47 -0500 Subject: [PATCH] Setup license requirement --- ogre-captcha.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ogre-captcha.php b/ogre-captcha.php index 2f4b22d..0717355 100644 --- a/ogre-captcha.php +++ b/ogre-captcha.php @@ -6,14 +6,14 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 1.0.0 + * @version 1.0.1 * @since 1.0.0 * * @wordpress-plugin * Plugin Name: Ogre CAPTCHA * Plugin URI: https://git.cleverogre.com/cleverogre/ogre-captcha/ * Description: Protect your site with CAPTCHA - * Version: 1.0.0 + * Version: 1.0.1 * Requires at least: 6.0 * Requires PHP: 8.2 * Author: CleverOgre @@ -23,6 +23,11 @@ * License URI: http://www.gnu.org/licenses/gpl-3.0.html * Update URI: https://git.cleverogre.com/cleverogre/ogre-captcha/ * Domain Path: /lang + * Icon1x: https://plugins.cleverogre.com/wp-content/uploads/ogre-captcha-icon-128x128.png + * Icon2x: https://plugins.cleverogre.com/wp-content/uploads/ogre-captcha-icon-256x256.png + * BannerLow: https://plugins.cleverogre.com/wp-content/uploads/ogre-captcha-banner-772x250.png + * BannerHigh: https://plugins.cleverogre.com/wp-content/uploads/ogre-captcha-banner-1544x500.png + * Requires License: yes */ namespace Ogre;