Plugin Directory

Changeset 3395743


Ignore:
Timestamp:
11/14/2025 01:19:12 PM (5 months ago)
Author:
bestwebsoft
Message:

"V5.2.7 - * Bugs fixed. "

Location:
captcha-bws
Files:
379 added
2 edited

Legend:

Unmodified
Added
Removed
  • captcha-bws/trunk/captcha-bws.php

    r3392136 r3395743  
    77Text Domain: captcha-bws
    88Domain Path: /languages
    9 Version: 5.2.6
     9Version: 5.2.7
    1010Author URI: https://bestwebsoft.com/
    1111License: GPLv2 or later
     
    275275
    276276        /* Add Google Captcha to BWS Login Register */
    277         if ( $cptch_options['forms']['bws_login_form']['enable'] || $cptch_options['forms']['bws_register_form']['enable'] || $cptch_options['forms']['bws_forgot_pass_form']['enable'] ) {
     277        if ( ( isset( $cptch_options['forms']['bws_login_form'] ) && $cptch_options['forms']['bws_login_form']['enable'] ) || ( isset( $cptch_options['forms']['bws_register_form'] ) && $cptch_options['forms']['bws_register_form']['enable'] ) || ( isset( $cptch_options['forms']['bws_forgot_pass_form'] ) && $cptch_options['forms']['bws_forgot_pass_form']['enable'] ) ) {
    278278            add_filter( 'lgnrgstrfrm_add_field', 'cptch_login_register_forms', 10, 2 );
    279279            add_filter( 'lgnrgstrfrm_check_field', 'cptch_check_login_register_form', 10 );
  • captcha-bws/trunk/readme.txt

    r3392136 r3395743  
    55Requires at least: 6.2
    66Tested up to: 6.8.2
    7 Stable tag: 5.2.6
     7Stable tag: 5.2.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    308308== Changelog ==
    309309
     310= V5.2.7 - 14.11.2025 =
     311* Bugfix : Syntax error has been fixed.
     312
    310313= V5.2.6 - 08.11.2025 =
    311314* Update : All functionality was updated for WordPress 6.8.2
     
    446449== Upgrade Notice ==
    447450
     451= V5.2.7 =
     452* Bugs fixed.
     453
    448454= V5.2.6 =
    449455* New features added.
Note: See TracChangeset for help on using the changeset viewer.