Changeset 3114576
- Timestamp:
- 07/08/2024 08:57:37 PM (21 months ago)
- Location:
- hcaptcha-for-forms-and-more
- Files:
-
- 3 edited
-
assets/blueprints/blueprint.json (modified) (2 diffs)
-
tags/4.2.1/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hcaptcha-for-forms-and-more/assets/blueprints/blueprint.json
r3114572 r3114576 1 1 { 2 "landingPage": "/wp-admin/options-general.php?page=hcaptcha&tab=general", 3 "preferredVersions": { 4 "php": "8.0", 5 "wp": "latest" 6 }, 7 "phpExtensionBundles": [ 8 "kitchen-sink" 9 ], 2 "landingPage": "/wp-admin/admin.php?page=hcaptcha", 10 3 "features": { 11 4 "networking": true 12 5 }, 13 6 "steps": [ 7 { 8 "step": "login", 9 "username": "admin", 10 "password": "password" 11 }, 14 12 { 15 13 "step": "installPlugin", … … 21 19 "activate": true 22 20 } 23 },24 {25 "step": "installPlugin",26 "pluginZipFile": {27 "resource": "wordpress.org/plugins",28 "url": "contact-form-7"29 },30 "options": {31 "activate": true32 }33 },34 {35 "step": "login",36 "username": "admin",37 "password": "password"38 21 } 39 22 ] -
hcaptcha-for-forms-and-more/tags/4.2.1/readme.txt
r3098902 r3114576 1 === hCaptcha for W ordPress===1 === hCaptcha for WP === 2 2 Contributors: hcaptcha, kaggdesign 3 3 Tags: captcha, hcaptcha, antispam, abuse, protect form 4 4 Requires at least: 5.3 5 Tested up to: 6. 56 Requires PHP: 7. 0.05 Tested up to: 6.6 6 Requires PHP: 7.2 7 7 Stable tag: 4.2.1 8 8 License: GPLv2 or later … … 32 32 2. Login page with hCaptcha challenge 33 33 3. WooCommerce Login/Register page 34 4. Contact From 7 with hCaptcha 35 5. General settings page 36 6. Integrations settings page 37 7. Activating plugin from the Integration settings page 38 8. (Optional) Local Forms statistics 39 9. (Optional) Local Events statistics 34 4. Contact Form 7 with hCaptcha 35 5. Contact Form 7 live form in the admin editor. 36 6. General settings page 37 7. Integrations settings page 38 8. Activating plugin from the Integration settings page 39 9. (Optional) Local Forms statistics 40 10. (Optional) Local Events statistics 40 41 41 42 == Installation == … … 561 562 == Changelog == 562 563 564 = 4.3.0 = 565 * NOTE: the plugin has been renamed from "hCaptcha for WordPress" to "hCaptcha for WP" 566 * Dropped support for PHP 7.0 and 7.1. The minimum required PHP version is now 7.2. 567 * Added a live form in the Contact Form 7 admin editor. 568 * Added support for Contact Form 7 embedded forms. 569 * Added support for the WooCommerce Checkout block. 570 * Added support for GiveWP block forms created via Form Builder. 571 * Added check if a plugin or theme is installed before activation. 572 * Added activation of dependent plugins with a theme. 573 * Fixed missing sitekey error processing on General page. 574 * Fixed naming of the first submenu item. 575 * Fixed storing of check config events to the database. 576 * Fixed notifications links in menu pages mode. 577 * Fixed Firefox issue with not showing hCaptcha when the API script was delayed until user interaction. 578 * Fixed error on activation/deactivation of a theme. 579 * Fixed error on activating Brizy plugin. 580 * Fixed issue with updated Brizy plugin. 581 * Fixed issue with updated Divi EmailOptin module. 582 * Tested with WordPress 6.6. 583 * Tested with WooCommerce 9.0. 584 563 585 = 4.2.1 = 564 586 * Fixed message layout on the General and Integrations pages. -
hcaptcha-for-forms-and-more/trunk/readme.txt
r3114572 r3114576 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.2 7 Stable tag: 4. 3.07 Stable tag: 4.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.