Plugin Directory

Changeset 3463916


Ignore:
Timestamp:
02/18/2026 01:56:27 AM (3 weeks ago)
Author:
gravitymaster97
Message:

Description of changes

Location:
autocomplete-location-field-contact-form-7/trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • autocomplete-location-field-contact-form-7/trunk/gm-cf7-auto-address.php

    r2988292 r3463916  
    11<?php
    22/*
    3 Plugin Name: Autocomplete Location field Contact Form 7
     3Plugin Name: Autocomplete Location Field for Contact Form 7
    44description: Woo Customer auto fill fields in cf7
    5 Version: 3.0
     5Version: 4.0
    66Author: Gravity Master
     7Requires Plugins: contact-form-7
    78License: GPL2
    89*/
     
    4647
    4748if ( ( is_plugin_active( 'contact-form-7/wp-contact-form-7.php' ) ) ) {
    48    new GWAA_Backend();
    49    new GWAA_Display();
    50    new GWAA_Frontend();
     49   new ACGWAA_Backend();
     50   new ACGWAA_Display();
     51   new ACGWAA_Frontend();
    5152}
  • autocomplete-location-field-contact-form-7/trunk/readme.txt

    r3463010 r3463916  
    22Tags: checkout-address-autocomplete, google-address-autocomplete, contact-form-7, autocomplete, contact-form-7-addon
    33Requires at least: 5.8
     4Contributors : themefunda
    45Tested up to: 6.9
    56Requires PHP: 7.2
    6 Stable tag: 1.0.0
     7Stable tag: 4.0
    78License: GPLv2 or later
    89License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    111112- Google Places Autocomplete integration
    112113- Contact Form 7 tag support
    113 
Note: See TracChangeset for help on using the changeset viewer.