Plugin Directory

Changeset 3105747


Ignore:
Timestamp:
06/21/2024 02:46:59 PM (9 months ago)
Author:
shanebp
Message:

commit 4.8

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

Legend:

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

    r3105311 r3105747  
    5252                return;
    5353            }
     54           
     55            wp_register_script( 'google-places-api',  '//maps.googleapis.com/maps/api/js?key=' . $this->gapikey . '&libraries=places', array( 'jquery' ), false );
    5456            $this->pp_loc_scripts_styles();
    5557        }
  • bp-xprofile-location/trunk/loader.php

    r3105311 r3105747  
    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.7
     5 * Version: 4.8
    66 * Author: PhiloPress
    77 * Author URI: https://www.philopress.com/
  • bp-xprofile-location/trunk/readme.txt

    r3105311 r3105747  
    88Requires at least: 4.0
    99Tested up to: 6.5
    10 Stable tag: 4.7
     10Stable tag: 4.8
    1111License: GPLv2 or later
    1212
     
    9090== Changelog ==
    9191
     92= 4.8 =
     93* fixed bug related to changes made in 4.7
     94
    9295= 4.7 =
    9396* improved support for BP Profile Search
     
    160163== Upgrade Notice ==
    161164
     165= 4.8 =
     166* Fixed bug related to changes made in 4.7
     167
    162168= 4.7 =
    163169* Improved support for BP Profile Search
Note: See TracChangeset for help on using the changeset viewer.