Plugin Directory

Changeset 3105311

Timestamp:
06/20/2024 06:53:58 PM (4 weeks ago)
Author:
shanebp
Message:

commit 4.7

Location:
bp-xprofile-location/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bp-xprofile-location/trunk/inc/pp-field-type-location.php

    r2328850 r3105311  
    3737        }
    3838        function pp_loc_enqueue() {
     39
     40
     41
    3942            if ( bp_is_user_profile_edit() || bp_is_register_page() ) {
    4043                $this->pp_loc_scripts_styles();
     
    5255        }
    5356        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 );
    5558            wp_print_scripts( 'google-places-api' );
    5659
  • bp-xprofile-location/trunk/loader.php

    r3012981 r3105311  
    33 * Plugin Name: BP xProfile Location
    44 * Description: Adds an xProfile Location field type that uses the Google Places API to complete and validate addresses
    5  * Version: 4.6
     5 * Version: 4.
    66 * Author: PhiloPress
    77 * Author URI: https://www.philopress.com/
  • bp-xprofile-location/trunk/readme.txt

    r3012981 r3105311  
    77Plugin URI: https://www.philopress.com/products/bp-xprofile-location/
    88Requires at least: 4.0
    9 Tested up to: 6.4
    10 Stable tag: 4.6
     9Tested up to: 6.
     10Stable tag: 4.
    1111License: GPLv2 or later
    1212
     
    9090== Changelog ==
    9191
     92
     93
     94
    9295= 4.6 =
    9396* fixes a fatal error when using BP 12 and BP Profile Search
     
    157160== Upgrade Notice ==
    158161
     162
     163
     164
    159165= 4.1 =
    160166* 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.