Changeset 3136911
- Timestamp:
- 08/17/2024 06:06:38 AM (20 months ago)
- Location:
- hidecaptcha/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
scola_captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hidecaptcha/trunk/readme.txt
r3020859 r3136911 3 3 Tags: reCaptcha, google, Contactform7 4 4 Requires at least: 3.0.1 5 Tested up to: 6. 46 Requires PHP: 5.07 Stable tag: 1.0.1 25 Tested up to: 6.6 6 Requires PHP: 7.4 7 Stable tag: 1.0.13 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 The plugin loads 2.5 seconds after the page has loaded. This is because we need to give Contactform 7 time to show its form. 17 17 18 The plugin will work on most WordPress installations, there's hardly any php code so hardly any server requirements.18 The plugin will work on most WordPress installations, there's hardly any php code, so hardly any server requirements. 19 19 At this point in time it does require jQuery, which is handled automatically. 20 20 … … 22 22 23 23 Install the plugin as per usual, alongside recaptcha version 3. 24 After activation you should see the reCaptcha logo disappear from all pages except the ones that have a Contactform 7 form.24 After activation, you should see the reCaptcha logo disappear from all pages except the ones that have a Contactform 7 form. 25 25 26 26 == Changelog == 27 = 1.0.13 28 * Tested up to WP 6.6 29 * Set min php to PHP 7.4 in line with WP requirements 27 30 = 1.0.12 28 31 * Tested up to WP 6.4 -
hidecaptcha/trunk/scola_captcha.php
r3020859 r3136911 4 4 * Plugin URI: https://www.scolavisa.eu/scolacaptcha 5 5 * Description: Hides google captcha V3 from all pages except from pages that use Contactform7 6 * Version: 1.0.1 26 * Version: 1.0.13 7 7 * Author: Scolavisa 8 8 * Author URI: http://www.scolavisa.eu
Note: See TracChangeset
for help on using the changeset viewer.