Changeset 3179630
- Timestamp:
- 10/31/2024 06:27:48 PM (15 months ago)
- Location:
- ultimate-loan-mortgage-calculator/trunk
- Files:
-
- 4 edited
-
languages/ultimate-loan-mortgage-calculator.pot (modified) (1 diff)
-
public/class-ulmc-public.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
ultimate-loan-mortgage-calculator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-loan-mortgage-calculator/trunk/languages/ultimate-loan-mortgage-calculator.pot
r3177091 r3179630 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2024-10-2 8 13:29+0000\n"9 "POT-Creation-Date: 2024-10-29 12:52+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "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 72 72 'ajaxurl' => admin_url( 'admin-ajax.php' ), 73 73 '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' ), 75 75 'emailSendFail' => __( 'An error has occurred.', 'ultimate-loan-mortgage-calculator' ), 76 76 'emptyFields' => __( 'Please, fill in all fields correctly.', 'ultimate-loan-mortgage-calculator' ), -
ultimate-loan-mortgage-calculator/trunk/readme.txt
r3177091 r3179630 5 5 Tested up to: 6.6.2 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 118 118 == Changelog == 119 119 120 = 1.0.2 = 121 - Fixed the email success message. 122 120 123 = 1.0.1 = 121 124 - Added screenshots to the plugin description -
ultimate-loan-mortgage-calculator/trunk/ultimate-loan-mortgage-calculator.php
r3177091 r3179630 9 9 * Plugin Name: Ultimate Loan & Mortgage Calculator 10 10 * 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. 111 * Version: 1.0.2 12 12 * Requires at least: 4.7 13 13 * Requires PHP: 5.6 … … 28 28 * Plugin constants 29 29 */ 30 define( 'ULMC_VERSION', '1.0. 1' );30 define( 'ULMC_VERSION', '1.0.2' ); 31 31 define( 'ULMC_PLUGIN_FILE', plugin_basename( __FILE__ ) ); 32 32 define( 'ULMC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.