Changeset 2983328
- Timestamp:
- 10/25/2023 12:03:40 AM (2 years ago)
- Location:
- 1003-mortgage-application/trunk
- Files:
-
- 3 edited
-
inc/functions/functions.php (modified) (1 diff)
-
mortgage-application-pro.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
1003-mortgage-application/trunk/inc/functions/functions.php
r2981871 r2983328 485 485 //check domain is ssl certified 486 486 if (is_ssl()) { 487 $default_google_api_key = "AIzaSy AiWYbPJcpcZ95q8HLgHTbGNu7zWLBrDxY";487 $default_google_api_key = "AIzaSyBcTQ-NdFKPejoWRTtO6ZJzMIwTuIxc_1c"; 488 488 //$default_google_api_key = sanitize_text_field(get_front_mortgage_application_option('mortgage_application_google_map_api_key', 'mortgage_application_use_network_settings')); 489 489 -
1003-mortgage-application/trunk/mortgage-application-pro.php
r2981871 r2983328 5 5 * Plugin URI: https://mortgageapplicationplugin.com 6 6 * 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.8 07 * Version: 1.81 8 8 * Author: Lenderd 9 9 * Author URI: https://lenderd.com … … 20 20 defined('ABSPATH') or die("Access denied!"); 21 21 22 define('MAPP_MORTGAGE_APP_VERSION', '1. 73');22 define('MAPP_MORTGAGE_APP_VERSION', '1.81'); 23 23 24 24 // DEFINED CONSTANT -
1003-mortgage-application/trunk/readme.txt
r2981872 r2983328 55 55 56 56 == Changelog == 57 = 1.81 20231024 = 58 59 * New G Api key 60 57 61 = 1.80 20231020 = 58 62
Note: See TracChangeset
for help on using the changeset viewer.