Plugin Directory

Changeset 3091002


Ignore:
Timestamp:
05/22/2024 03:23:26 PM (23 months ago)
Author:
IQComputing
Message:

v1.4.7 updates the Tested to for 6.5+

Location:
wpcf7-recaptcha/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpcf7-recaptcha/trunk/changelog.txt

    r3068673 r3091002  
    22
    33This is to keep track of all changes the plugin undertakes. The readme.txt should only contain the most recent 3.
     4
     5= 1.4.7 =
     6
     7Release Date: May 22, 2024
     8
     9* Overview
     10    * Updated the "Tested up to" value to support 6.5+
    411
    512= 1.4.6 =
  • wpcf7-recaptcha/trunk/readme.txt

    r3068673 r3091002  
    33Tags: contact-form-7, contact-form-7-recaptcha, recaptcha, spam
    44Requires at least: 4.9
    5 Tested up to: 6.4
    6 Stable tag: 1.4.6
     5Tested up to: 6.5
     6Stable tag: 1.4.7
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6161== Changelog ==
    6262
     63= 1.4.7 (2024-05-22) =
     64* Updated the "Tested up to" value to support 6.5+
     65
    6366= 1.4.6 (2024-04-10) =
    6467* Improved desription text ( Thanks @rickcurran )
     
    6770= 1.4.5 (2024-01-18) =
    6871* Tested and updated to support WordPress 6.4: Shirley
    69 
    70 = 1.4.4 (2023-08-09) =
    71 * Tested and updated to support WordPress 6.3: Lionel
  • wpcf7-recaptcha/trunk/wpcf7-recaptcha.php

    r3068673 r3091002  
    33 * Plugin Name: ReCaptcha v2 for Contact Form 7
    44 * Description: ReCaptcha v2 Fix for Contact Form 7 5.1 and later.
    5  * Version: 1.4.6
     5 * Version: 1.4.7
    66 * Author: IQComputing
    77 * Author URI: http://www.iqcomputing.com/
     
    2525     * @var String
    2626     */
    27     public static $version = '1.4.6';
     27    public static $version = '1.4.7';
    2828
    2929
Note: See TracChangeset for help on using the changeset viewer.