Plugin Directory

Changeset 2983328


Ignore:
Timestamp:
10/25/2023 12:03:40 AM (2 years ago)
Author:
8blocks
Message:

1.81 - New G API Key

Location:
1003-mortgage-application/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 1003-mortgage-application/trunk/inc/functions/functions.php

    r2981871 r2983328  
    485485                            //check domain is ssl certified
    486486                            if (is_ssl()) {
    487                                 $default_google_api_key = "AIzaSyAiWYbPJcpcZ95q8HLgHTbGNu7zWLBrDxY";
     487                                $default_google_api_key = "AIzaSyBcTQ-NdFKPejoWRTtO6ZJzMIwTuIxc_1c";
    488488                                //$default_google_api_key =  sanitize_text_field(get_front_mortgage_application_option('mortgage_application_google_map_api_key', 'mortgage_application_use_network_settings'));
    489489
  • 1003-mortgage-application/trunk/mortgage-application-pro.php

    r2981871 r2983328  
    55 * Plugin URI:        https://mortgageapplicationplugin.com
    66 * Description:       1003 Mortgage Application is a very easy-to-use wordpress plugin built with the purpose of providing financial industry professionals with a quick and easy way to capture client information.
    7  * Version:           1.80
     7 * Version:           1.81
    88 * Author:            Lenderd
    99 * Author URI:        https://lenderd.com
     
    2020defined('ABSPATH') or die("Access denied!");
    2121
    22 define('MAPP_MORTGAGE_APP_VERSION', '1.73');
     22define('MAPP_MORTGAGE_APP_VERSION', '1.81');
    2323
    2424// DEFINED CONSTANT
  • 1003-mortgage-application/trunk/readme.txt

    r2981872 r2983328  
    5555
    5656== Changelog ==
     57= 1.81 20231024 =
     58
     59* New G Api key
     60
    5761= 1.80 20231020 =
    5862
Note: See TracChangeset for help on using the changeset viewer.