Changeset 3463916
- Timestamp:
- 02/18/2026 01:56:27 AM (3 weeks ago)
- Location:
- autocomplete-location-field-contact-form-7/trunk
- Files:
-
- 3 added
- 2 edited
-
gm-cf7-auto-address.php (modified) (2 diffs)
-
includes/ACGWAA_Backend.php (added)
-
includes/ACGWAA_Display.php (added)
-
includes/ACGWAA_Frontend.php (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autocomplete-location-field-contact-form-7/trunk/gm-cf7-auto-address.php
r2988292 r3463916 1 1 <?php 2 2 /* 3 Plugin Name: Autocomplete Location fieldContact Form 73 Plugin Name: Autocomplete Location Field for Contact Form 7 4 4 description: Woo Customer auto fill fields in cf7 5 Version: 3.05 Version: 4.0 6 6 Author: Gravity Master 7 Requires Plugins: contact-form-7 7 8 License: GPL2 8 9 */ … … 46 47 47 48 if ( ( 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(); 51 52 } -
autocomplete-location-field-contact-form-7/trunk/readme.txt
r3463010 r3463916 2 2 Tags: checkout-address-autocomplete, google-address-autocomplete, contact-form-7, autocomplete, contact-form-7-addon 3 3 Requires at least: 5.8 4 Contributors : themefunda 4 5 Tested up to: 6.9 5 6 Requires PHP: 7.2 6 Stable tag: 1.0.07 Stable tag: 4.0 7 8 License: GPLv2 or later 8 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 111 112 - Google Places Autocomplete integration 112 113 - Contact Form 7 tag support 113
Note: See TracChangeset
for help on using the changeset viewer.