Changeset 3105747
- Timestamp:
- 06/21/2024 02:46:59 PM (9 months ago)
- Location:
- bp-xprofile-location/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bp-xprofile-location/trunk/inc/pp-field-type-location.php
r3105311 r3105747 52 52 return; 53 53 } 54 55 wp_register_script( 'google-places-api', '//maps.googleapis.com/maps/api/js?key=' . $this->gapikey . '&libraries=places', array( 'jquery' ), false ); 54 56 $this->pp_loc_scripts_styles(); 55 57 } -
bp-xprofile-location/trunk/loader.php
r3105311 r3105747 3 3 * Plugin Name: BP xProfile Location 4 4 * Description: Adds an xProfile Location field type that uses the Google Places API to complete and validate addresses 5 * Version: 4. 75 * Version: 4.8 6 6 * Author: PhiloPress 7 7 * Author URI: https://www.philopress.com/ -
bp-xprofile-location/trunk/readme.txt
r3105311 r3105747 8 8 Requires at least: 4.0 9 9 Tested up to: 6.5 10 Stable tag: 4. 710 Stable tag: 4.8 11 11 License: GPLv2 or later 12 12 … … 90 90 == Changelog == 91 91 92 = 4.8 = 93 * fixed bug related to changes made in 4.7 94 92 95 = 4.7 = 93 96 * improved support for BP Profile Search … … 160 163 == Upgrade Notice == 161 164 165 = 4.8 = 166 * Fixed bug related to changes made in 4.7 167 162 168 = 4.7 = 163 169 * Improved support for BP Profile Search
Note: See TracChangeset
for help on using the changeset viewer.