Plugin Directory

Changeset 3179630


Ignore:
Timestamp:
10/31/2024 06:27:48 PM (15 months ago)
Author:
belovdigital
Message:

1.0.2 reupload

Location:
ultimate-loan-mortgage-calculator/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ultimate-loan-mortgage-calculator/trunk/languages/ultimate-loan-mortgage-calculator.pot

    r3177091 r3179630  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2024-10-28 13:29+0000\n"
     9"POT-Creation-Date: 2024-10-29 12:52+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • ultimate-loan-mortgage-calculator/trunk/public/class-ulmc-public.php

    r3176964 r3179630  
    7272                'ajaxurl' => admin_url( 'admin-ajax.php' ),
    7373                'i18n'    => array(
    74                     'emailSendSuccess'       => __( 'Calorie Calculator results have been successfully sent to your email address!', 'ultimate-loan-mortgage-calculator' ),
     74                    'emailSendSuccess'       => __( 'Ultimate Loan & Mortgage Calculator results have been successfully sent to your email address!', 'ultimate-loan-mortgage-calculator' ),
    7575                    'emailSendFail'          => __( 'An error has occurred.', 'ultimate-loan-mortgage-calculator' ),
    7676                    'emptyFields'            => __( 'Please, fill in all fields correctly.', 'ultimate-loan-mortgage-calculator' ),
  • ultimate-loan-mortgage-calculator/trunk/readme.txt

    r3177091 r3179630  
    55Tested up to: 6.6.2
    66Requires PHP: 5.6
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    118118== Changelog ==
    119119
     120= 1.0.2 =
     121- Fixed the email success message.
     122
    120123= 1.0.1 =
    121124- Added screenshots to the plugin description
  • ultimate-loan-mortgage-calculator/trunk/ultimate-loan-mortgage-calculator.php

    r3177091 r3179630  
    99 * Plugin Name:       Ultimate Loan & Mortgage Calculator
    1010 * Description:       Loan Calculator gives you the shortcode with the flexible settings that you can place into the page, post or sidebar widget. Or actually anywhere you can place the shortcode.
    11  * Version:           1.0.1
     11 * Version:           1.0.2
    1212 * Requires at least: 4.7
    1313 * Requires PHP:      5.6
     
    2828 * Plugin constants
    2929 */
    30 define( 'ULMC_VERSION', '1.0.1' );
     30define( 'ULMC_VERSION', '1.0.2' );
    3131define( 'ULMC_PLUGIN_FILE', plugin_basename( __FILE__ ) );
    3232define( 'ULMC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.