Plugin Directory

Changeset 3209628


Ignore:
Timestamp:
12/18/2024 05:51:35 AM (15 months ago)
Author:
haste18
Message:

Bugfix

Location:
invite-codes-for-contact-form-7/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • invite-codes-for-contact-form-7/trunk/invite-codes-for-contact-form-7.php

    r3174040 r3209628  
    44Requires Plugins: contact-form-7
    55Description: Adds invite codes functionality to Contact Form 7.
    6 Version: 1.2.6
     6Version: 1.2.7
    77Author: Haste
    88License: GPLv2 or later
     
    8585 */
    8686function icfcf7_include_files() {
    87     // Check if Contact Form 7 is active before including files
    88     if ( ! is_plugin_active( 'contact-form-7/wp-contact-form-7.php' ) ) {
    89         return;
    90     }
    91 
    9287    include_once plugin_dir_path( __FILE__ ) . 'includes/database.php';
    9388    include_once plugin_dir_path( __FILE__ ) . 'includes/admin.php';
  • invite-codes-for-contact-form-7/trunk/readme.txt

    r3174022 r3209628  
    55Tested up to: 6.6.2
    66Requires PHP: 7.2
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6060== Changelog ==
    6161
     62= 1.2.7 =
     63
     64- Changed: Bugfix - removed redundant check if Contact Form 7 is installed
     65
    6266= 1.2.6 =
    6367
Note: See TracChangeset for help on using the changeset viewer.