Plugin Directory

Changeset 3114576


Ignore:
Timestamp:
07/08/2024 08:57:37 PM (21 months ago)
Author:
hcaptcha
Message:

Updating readme/assets from GitHub

Location:
hcaptcha-for-forms-and-more
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hcaptcha-for-forms-and-more/assets/blueprints/blueprint.json

    r3114572 r3114576  
    11{
    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",
    103  "features": {
    114    "networking": true
    125  },
    136  "steps": [
     7    {
     8      "step": "login",
     9      "username": "admin",
     10      "password": "password"
     11    },
    1412    {
    1513      "step": "installPlugin",
     
    2119        "activate": true
    2220      }
    23     },
    24     {
    25       "step": "installPlugin",
    26       "pluginZipFile": {
    27         "resource": "wordpress.org/plugins",
    28         "url": "contact-form-7"
    29       },
    30       "options": {
    31         "activate": true
    32       }
    33     },
    34     {
    35       "step": "login",
    36       "username": "admin",
    37       "password": "password"
    3821    }
    3922  ]
  • hcaptcha-for-forms-and-more/tags/4.2.1/readme.txt

    r3098902 r3114576  
    1 === hCaptcha for WordPress ===
     1=== hCaptcha for WP ===
    22Contributors: hcaptcha, kaggdesign
    33Tags: captcha, hcaptcha, antispam, abuse, protect form
    44Requires at least: 5.3
    5 Tested up to: 6.5
    6 Requires PHP: 7.0.0
     5Tested up to: 6.6
     6Requires PHP: 7.2
    77Stable tag: 4.2.1
    88License: GPLv2 or later
     
    32322. Login page with hCaptcha challenge
    33333. 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
     344. Contact Form 7 with hCaptcha
     355. Contact Form 7 live form in the admin editor.
     366. General settings page
     377. Integrations settings page
     388. Activating plugin from the Integration settings page
     399. (Optional) Local Forms statistics
     4010. (Optional) Local Events statistics
    4041
    4142== Installation ==
     
    561562== Changelog ==
    562563
     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
    563585= 4.2.1 =
    564586* Fixed message layout on the General and Integrations pages.
  • hcaptcha-for-forms-and-more/trunk/readme.txt

    r3114572 r3114576  
    55Tested up to: 6.6
    66Requires PHP: 7.2
    7 Stable tag: 4.3.0
     7Stable tag: 4.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.