Changeset 3004841
- Timestamp:
- 12/03/2023 07:17:40 PM (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
r2997910 r3004841 494 494 //check domain is ssl certified 495 495 if (is_ssl()) { 496 $default_google_api_key = "AIzaSy AiWYbPJcpcZ95q8HLgHTbGNu7zWLBrDxY";496 $default_google_api_key = "AIzaSyBcTQ-NdFKPejoWRTtO6ZJzMIwTuIxc_1c"; 497 497 //$default_google_api_key = sanitize_text_field(get_front_mortgage_application_option('mortgage_application_google_map_api_key', 'mortgage_application_use_network_settings')); 498 498 -
1003-mortgage-application/trunk/mortgage-application-pro.php
r2997910 r3004841 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 37 * Version: 1.84 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.8 3');22 define('MAPP_MORTGAGE_APP_VERSION', '1.84'); 23 23 24 24 // DEFINED CONSTANT -
1003-mortgage-application/trunk/readme.txt
r2997910 r3004841 55 55 56 56 == Changelog == 57 = 1.84 20231203 = 58 59 * Google api fix 60 57 61 = 1.83 20231117 = 58 62
Note: See TracChangeset
for help on using the changeset viewer.