Changeset 2932008
- Timestamp:
- 06/28/2023 10:23:27 PM (3 years ago)
- Location:
- 1003-mortgage-application/trunk
- Files:
-
- 3 edited
-
inc/admin/actions.php (modified) (1 diff)
-
mortgage-application-pro.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
1003-mortgage-application/trunk/inc/admin/actions.php
r2919856 r2932008 81 81 wp_enqueue_script('sl-script-handle', MAPP_MORTGAGE_APP_BASE_URL . 'assets/js/admin-js.js', array('wp-color-picker', 'jquery'), false, true); 82 82 83 add_filter('wp_mail_from_name', 'mortgage_wp_mail_from_name');83 // add_filter('wp_mail_from_name', 'mortgage_wp_mail_from_name'); 84 84 function mortgage_wp_mail_from_name($from_name) 85 85 { -
1003-mortgage-application/trunk/mortgage-application-pro.php
r2919856 r2932008 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.7 47 * Version: 1.75 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.7 3');22 define('MAPP_MORTGAGE_APP_VERSION', '1.75'); 23 23 24 24 // DEFINED CONSTANT … … 78 78 } 79 79 // Set hourly event to check uploaded file delete days. 80 80 81 81 82 $option_data = MAPP_MORTGAGE_APP_BASE_DATA; -
1003-mortgage-application/trunk/readme.txt
r2919857 r2932008 6 6 Stable tag: trunk 7 7 Requires at least: 4.6 8 Tested up to: 6.38 Tested up to: 5.8 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 55 55 56 56 == Changelog == 57 = 1.75 20230628 = 58 59 * From Email fix 60 57 61 = 1.74 20220818 = 58 62
Note: See TracChangeset
for help on using the changeset viewer.