Plugin Directory

Changeset 2932008


Ignore:
Timestamp:
06/28/2023 10:23:27 PM (3 years ago)
Author:
8blocks
Message:

1.75 - From name email fixed

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

Legend:

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

    r2919856 r2932008  
    8181wp_enqueue_script('sl-script-handle', MAPP_MORTGAGE_APP_BASE_URL . 'assets/js/admin-js.js', array('wp-color-picker', 'jquery'), false, true);
    8282
    83 add_filter('wp_mail_from_name', 'mortgage_wp_mail_from_name');
     83// add_filter('wp_mail_from_name', 'mortgage_wp_mail_from_name');
    8484function mortgage_wp_mail_from_name($from_name)
    8585{
  • 1003-mortgage-application/trunk/mortgage-application-pro.php

    r2919856 r2932008  
    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.74
     7 * Version:           1.75
    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.75');
    2323
    2424// DEFINED CONSTANT
     
    7878        }
    7979        // Set hourly event to check uploaded file delete days.
     80
    8081
    8182        $option_data = MAPP_MORTGAGE_APP_BASE_DATA;
  • 1003-mortgage-application/trunk/readme.txt

    r2919857 r2932008  
    66Stable tag: trunk
    77Requires at least: 4.6
    8 Tested up to: 6.3
     8Tested up to: 5.8
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5555
    5656== Changelog ==
     57= 1.75 20230628 =
     58
     59* From Email fix
     60
    5761= 1.74 20220818 =
    5862
Note: See TracChangeset for help on using the changeset viewer.