Plugin Directory

Changeset 3260167


Ignore:
Timestamp:
03/23/2025 01:46:39 AM (12 months ago)
Author:
alessandro12
Message:

ver. 1.11.1 Fix a warning notice

Location:
captcha-ajax
Files:
17 added
2 deleted
2 edited

Legend:

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

    r3244954 r3260167  
    44Plugin URI: https://captcha-ajax.eu
    55Description: Captcha anti-spam. Login form, registration form, lost password form. The "Ajax" method allows the "Captcha" to work fine even if a page cache is active.
    6 Version: 1.11.0
     6Version: 1.11.1
    77Author: Alessandro Lin
    88License: GPL-2 or later
     
    782782            \esc_html__('Captcha-Ajax', 'captcha-ajax'),
    783783            'CaptAjx\cf7Button_Callback',
    784             ['nameless' => 1]
     784            ['version' => 2,'nameless' => 1]
    785785        );
    786786    }
     
    14581458    ?>
    14591459    <div class="wrap">
    1460         <h1><?php \esc_html_e( 'Captcha Ajax ver. 1.11.0', 'captcha-ajax' );?></h1>
     1460        <h1><?php \esc_html_e( 'Captcha Ajax ver. 1.11.1', 'captcha-ajax' );?></h1>
    14611461
    14621462        <?php
  • captcha-ajax/trunk/readme.txt

    r3244954 r3260167  
    66Tested up to: 6.8
    77Requires PHP: 7.2.24
    8 Stable tag: 1.11.0
     8Stable tag: 1.11.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    114114
    115115== Changelog ==
     116= 1.11.1 =
     117Fix one warning notice.
     118
    116119= 1.11.0 =
    117120Added Captcha for WooCommerce
Note: See TracChangeset for help on using the changeset viewer.