Files
2026-07-15 10:22:44 -05:00

70 lines
1.5 KiB
Plaintext

=== Ogre CAPTCHA ===
Contributors: ogrecooper, cleverogre
Tested up to: 7.0
Requires at least: 6.0
Requires PHP: 8.2
Version: 1.2.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Copyright: CleverOgre
Donate link: https://cleverogre.com/
Tags: wordpress, plugin, cap, captcha, security
Protect your site with CAPTCHA
== Installation ==
The required libraries can be installed using the following command:
composer install
You can install the optional development tools using the following command:
npm install
== FAQ ==
= What is this plugin? =
If you don't know what plugin you have downloaded, please contact [CleverOgre](team@cleverogre.com) for more information.
== Changelog ==
= 1.2.6 - 2026-07-15 =
* Fix bug with lost password reset when using AIOWPS
= 1.2.5 - 2026-07-01 =
* Improve API key input attributes
= 1.2.4 - 2026-06-18 =
* Minor bug fixes
= 1.2.3 - 2026-06-12 =
* Fix optional argument in CLI
= 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
= 1.2.0 - 2026-06-09 =
* Add floating widget mode support
* Add simple select all toggle for form locations settings
= 1.1.2 - 2026-06-08 =
* Prevent captcha in Gravity Forms editor
* Add default widget styling
* Fix validation on multi-page forms
= 1.1.1 - 2026-06-08 =
* Fixed Gravity Forms addon initialization
= 1.1.0 - 2026-06-05 =
* Added Gravity Forms support
= 1.0.1 - 2026-06-05 =
* Update to use UpdatePulse server
= 1.0.0 - 2026-06-04 =
* Initial release