Changeset 3105311
- Timestamp:
- 06/20/2024 06:53:58 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
r2328850 r3105311 37 37 } 38 38 function pp_loc_enqueue() { 39 40 wp_register_script( 'google-places-api', '//maps.googleapis.com/maps/api/js?key=' . $this->gapikey . '&libraries=places', array( 'jquery' ), false ); 41 39 42 if ( bp_is_user_profile_edit() || bp_is_register_page() ) { 40 43 $this->pp_loc_scripts_styles(); … … 52 55 } 53 56 function pp_loc_scripts_styles() { 54 wp_register_script( 'google-places-api', '//maps.googleapis.com/maps/api/js?key=' . $this->gapikey . '&libraries=places', array( 'jquery' ), false );57 //wp_register_script( 'google-places-api', '//maps.googleapis.com/maps/api/js?key=' . $this->gapikey . '&libraries=places', array( 'jquery' ), false ); 55 58 wp_print_scripts( 'google-places-api' ); 56 59 -
bp-xprofile-location/trunk/loader.php
r3012981 r3105311 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. 65 * Version: 4.7 6 6 * Author: PhiloPress 7 7 * Author URI: https://www.philopress.com/ -
bp-xprofile-location/trunk/readme.txt
r3012981 r3105311 7 7 Plugin URI: https://www.philopress.com/products/bp-xprofile-location/ 8 8 Requires at least: 4.0 9 Tested up to: 6. 410 Stable tag: 4. 69 Tested up to: 6.5 10 Stable tag: 4.7 11 11 License: GPLv2 or later 12 12 … … 90 90 == Changelog == 91 91 92 = 4.7 = 93 * improved support for BP Profile Search 94 92 95 = 4.6 = 93 96 * fixes a fatal error when using BP 12 and BP Profile Search … … 157 160 == Upgrade Notice == 158 161 162 = 4.7 = 163 * Improved support for BP Profile Search 164 159 165 = 4.1 = 160 166 * Adds support for distance search when used with the BP Profile Search plugin and BuddyBoss Platform > Profile Search
Note: See TracChangeset
for help on using the changeset viewer.