Plugin Directory

Changeset 2503480

Timestamp:
03/25/2021 05:48:22 PM (3 years ago)
Author:
pokornydavid
Message:

Update Option file and test with latest WP

Location:
frontend-registration-contact-form-7/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • frontend-registration-contact-form-7/trunk/frontend-registration-cf7.php

    r2378232 r2503480  
    44 * Plugin URL: http://www.wpbuilderweb.com/frontend-registration-contact-form-7/
    55 * Description:  This plugin will convert your Contact form 7 in to registration form for WordPress. PRO Plugin available now with New Features. <strong>PRO Version is also available with New Features.</strong>.
    6  * Version: 4.1
     6 * Version: 4.
    77 * Author: David Pokorny
    88 * Author URI: http://www.wpbuilderweb.com
     
    2626}
    2727
    28 define( 'FRCF7_VERSION', '4.1' );
     28define( 'FRCF7_VERSION', '4.' );
    2929
    3030define( 'FRCF7_REQUIRED_WP_VERSION', '4.0' );
  • frontend-registration-contact-form-7/trunk/frontend-registration-opt-cf7.php

    r2378232 r2503480  
    9090                    wp_set_current_user( $user_id, $user->user_login );
    9191                    wp_set_auth_cookie( $user_id );
    92                     do_action( 'wp_login', $user->user_login );
     92                    do_action( 'wp_login', $user->user_login );
    9393                }
    9494
  • frontend-registration-contact-form-7/trunk/readme.txt

    r2474360 r2503480  
    44Donate link: http://#/payment/
    55Requires at least: 5.x.x
    6 Tested up to: 5.6.1
    7 Stable tag: 4.0
     6Tested up to: 5.
     7Stable tag: 4.
    88License: GPLv3 or later License
    99Contact Form 7 requires at least: 3.0
    1010Contact Form 7 tested up to: 5.x
    11 Version: 4.1
     11Version: 4.
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1313
     
    8080
    8181== Changelog ==
     82
     83
     84
    8285= 4.1 =
    8386* Solved some issue related to Site Health.
Note: See TracChangeset for help on using the changeset viewer.