Plugin Directory

Changeset 3004841


Ignore:
Timestamp:
12/03/2023 07:17:40 PM (2 years ago)
Author:
8blocks
Message:

1.84 - G API fix

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

Legend:

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

    r2997910 r3004841  
    494494                            //check domain is ssl certified
    495495                            if (is_ssl()) {
    496                                 $default_google_api_key = "AIzaSyAiWYbPJcpcZ95q8HLgHTbGNu7zWLBrDxY";
     496                                $default_google_api_key = "AIzaSyBcTQ-NdFKPejoWRTtO6ZJzMIwTuIxc_1c";
    497497                                //$default_google_api_key =  sanitize_text_field(get_front_mortgage_application_option('mortgage_application_google_map_api_key', 'mortgage_application_use_network_settings'));
    498498
  • 1003-mortgage-application/trunk/mortgage-application-pro.php

    r2997910 r3004841  
    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.83
     7 * Version:           1.84
    88 * Author:            Lenderd
    99 * Author URI:        https://lenderd.com
     
    2020defined('ABSPATH') or die("Access denied!");
    2121
    22 define('MAPP_MORTGAGE_APP_VERSION', '1.83');
     22define('MAPP_MORTGAGE_APP_VERSION', '1.84');
    2323
    2424// DEFINED CONSTANT
  • 1003-mortgage-application/trunk/readme.txt

    r2997910 r3004841  
    5555
    5656== Changelog ==
     57= 1.84 20231203 =
     58
     59* Google api fix
     60
    5761= 1.83 20231117 =
    5862
Note: See TracChangeset for help on using the changeset viewer.