From 1cae0e1310072dd99611cb6d41c469a1f106c257 Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Thu, 11 Jun 2026 13:36:35 -0500 Subject: [PATCH] Update to version 1.2.2 --- composer.json | 2 +- ogre-captcha.php | 4 ++-- package.json | 2 +- readme.txt | 6 +++++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 7c55c36..264d922 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "$schema": "https://getcomposer.org/schema.json", "name": "cleverogre/ogre-captcha", - "version": "1.2.1", + "version": "1.2.2", "title": "Ogre CAPTCHA", "description": "Protect your site with CAPTCHA", "author": "CleverOgre", diff --git a/ogre-captcha.php b/ogre-captcha.php index 9fb4b79..f6154cd 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.2.1 + * @version 1.2.2 * @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.2.1 + * Version: 1.2.2 * Requires at least: 6.0 * Requires PHP: 8.2 * Author: CleverOgre diff --git a/package.json b/package.json index 7acd9c1..2f49c71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://www.schemastore.org/package.json", "name": "cleverogre/ogre-captcha", - "version": "1.2.1", + "version": "1.2.2", "title": "Ogre CAPTCHA", "description": "Protect your site with CAPTCHA", "author": "CleverOgre", diff --git a/readme.txt b/readme.txt index b0b4a9a..42d6922 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ogrecooper, cleverogre Tested up to: 7.0 Requires at least: 6.0 Requires PHP: 8.2 -Version: 1.2.1 +Version: 1.2.2 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Copyright: CleverOgre @@ -28,6 +28,10 @@ If you don't know what plugin you have downloaded, please contact [CleverOgre](t == Changelog == += 1.2.2 - 2026-06-11 = +* Prevent main class loading bug +* Fix WP CLI associative arguments + = 1.2.1 - 2026-06-09 = * Added WP CLI commands to modify settings