Changeset 3292676
- Timestamp:
- 05/13/2025 03:22:14 PM (10 months ago)
- Location:
- loan-calculator-wp
- Files:
-
- 70 added
- 4 edited
-
tags/2.0.1 (added)
-
tags/2.0.1/assets (added)
-
tags/2.0.1/assets/blueprints (added)
-
tags/2.0.1/assets/blueprints/blueprint.json (added)
-
tags/2.0.1/includes (added)
-
tags/2.0.1/includes/admin (added)
-
tags/2.0.1/includes/admin/class-loan-calculator-admin.php (added)
-
tags/2.0.1/includes/admin/forms (added)
-
tags/2.0.1/includes/admin/forms/theme-templates (added)
-
tags/2.0.1/includes/admin/forms/theme-templates/default-theme (added)
-
tags/2.0.1/includes/admin/forms/theme-templates/default-theme/ww-loan-calculator-loan-default-theme-form.php (added)
-
tags/2.0.1/includes/admin/forms/theme-templates/new-theme (added)
-
tags/2.0.1/includes/admin/forms/theme-templates/new-theme/css (added)
-
tags/2.0.1/includes/admin/forms/theme-templates/new-theme/css/style.css (added)
-
tags/2.0.1/includes/admin/forms/theme-templates/new-theme/ww-loan-calculator-loan-new-theme-form.php (added)
-
tags/2.0.1/includes/admin/forms/ww-loan-calculator-setting.php (added)
-
tags/2.0.1/includes/class-ww-loan-calculator-public.php (added)
-
tags/2.0.1/includes/class-ww-loan-calculator-scripts.php (added)
-
tags/2.0.1/includes/css (added)
-
tags/2.0.1/includes/css/all.min.css (added)
-
tags/2.0.1/includes/css/frontend-style.css (added)
-
tags/2.0.1/includes/css/fstdropdown.css (added)
-
tags/2.0.1/includes/css/fstdropdown.min.css (added)
-
tags/2.0.1/includes/css/loan_calculator_admin_settings.css (added)
-
tags/2.0.1/includes/css/post_type_admin.css (added)
-
tags/2.0.1/includes/css/print.min.css (added)
-
tags/2.0.1/includes/images (added)
-
tags/2.0.1/includes/images/add.png (added)
-
tags/2.0.1/includes/images/down-arrow.svg (added)
-
tags/2.0.1/includes/images/group-4.png (added)
-
tags/2.0.1/includes/images/group-5.png (added)
-
tags/2.0.1/includes/images/play-video.png (added)
-
tags/2.0.1/includes/images/remove.png (added)
-
tags/2.0.1/includes/js (added)
-
tags/2.0.1/includes/js/admin-script.js (added)
-
tags/2.0.1/includes/js/break-up-of-total-payment.js (added)
-
tags/2.0.1/includes/js/chart-js (added)
-
tags/2.0.1/includes/js/chart-js/chart.js (added)
-
tags/2.0.1/includes/js/chart-js/chartjs-plugin-datalabels.js (added)
-
tags/2.0.1/includes/js/frequency_payment.js (added)
-
tags/2.0.1/includes/js/frontend-script.js (added)
-
tags/2.0.1/includes/js/fstdropdown.js (added)
-
tags/2.0.1/includes/js/fstdropdown.min.js (added)
-
tags/2.0.1/includes/js/jquery.print.js (added)
-
tags/2.0.1/includes/js/jquery.validate.min.js (added)
-
tags/2.0.1/includes/js/post_type_admin.js (added)
-
tags/2.0.1/includes/js/print.min.js (added)
-
tags/2.0.1/includes/loan-calculator-misc-functions.php (added)
-
tags/2.0.1/includes/webfonts (added)
-
tags/2.0.1/includes/webfonts/fa-brands-400.eot (added)
-
tags/2.0.1/includes/webfonts/fa-brands-400.svg (added)
-
tags/2.0.1/includes/webfonts/fa-brands-400.ttf (added)
-
tags/2.0.1/includes/webfonts/fa-brands-400.woff (added)
-
tags/2.0.1/includes/webfonts/fa-brands-400.woff2 (added)
-
tags/2.0.1/includes/webfonts/fa-regular-400.eot (added)
-
tags/2.0.1/includes/webfonts/fa-regular-400.svg (added)
-
tags/2.0.1/includes/webfonts/fa-regular-400.ttf (added)
-
tags/2.0.1/includes/webfonts/fa-regular-400.woff (added)
-
tags/2.0.1/includes/webfonts/fa-regular-400.woff2 (added)
-
tags/2.0.1/includes/webfonts/fa-solid-900.eot (added)
-
tags/2.0.1/includes/webfonts/fa-solid-900.svg (added)
-
tags/2.0.1/includes/webfonts/fa-solid-900.ttf (added)
-
tags/2.0.1/includes/webfonts/fa-solid-900.woff (added)
-
tags/2.0.1/includes/webfonts/fa-solid-900.woff2 (added)
-
tags/2.0.1/index.php (added)
-
tags/2.0.1/languages (added)
-
tags/2.0.1/languages/loan-calculator-wp.pot (added)
-
tags/2.0.1/license.txt (added)
-
tags/2.0.1/loan-calculator-wp.php (added)
-
tags/2.0.1/readme.txt (added)
-
trunk/includes/js/frequency_payment.js (modified) (1 diff)
-
trunk/includes/js/frontend-script.js (modified) (1 diff)
-
trunk/loan-calculator-wp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
loan-calculator-wp/trunk/includes/js/frequency_payment.js
r3267819 r3292676 217 217 } 218 218 219 220 return parseFloat(monthlyInterestAmount).toFixed(2);219 /* 2025-05-13 */ 220 return monthlyInterestAmount; 221 221 222 222 } else if (frp_option === 'Yearly') { -
loan-calculator-wp/trunk/includes/js/frontend-script.js
r3267819 r3292676 2830 2830 repayment_frequency_val 2831 2831 ); 2832 2833 2832 /* 2025-05-13 */ 2833 var default_nop_value = jQuery("input[name='loan_terms']").val(); 2834 /* visible note below chart */ 2835 if(default_nop_value > 120){ 2836 jQuery('body').find('.chart-note').show(); 2837 }else{ 2838 jQuery('body').find('.chart-note').hide(); 2839 } 2834 2840 var loan_amount = jQuery("#loan_amount").val(); 2835 2841 if (setting_data.remove_decimal_point == 1) { -
loan-calculator-wp/trunk/loan-calculator-wp.php
r3270818 r3292676 4 4 * Plugin URI: https://www.worldwebtechnology.com/ 5 5 * Description: Advanced Loan Calculator for Home Loans, Personal Loans, and various other types of loans. Includes features like a repayment chart, amortization table, video tab, balloon payment option, and supports all currencies. Use the contact form shortcode for easy access. 6 * Version: 2.0. 06 * Version: 2.0.1 7 7 * Author: World Web Technology 8 8 * Author URI: https://www.worldwebtechnology.com/ … … 27 27 */ 28 28 if (!defined('WW_LOAN_CALCULATOR_VERSION')) { 29 define('WW_LOAN_CALCULATOR_VERSION', '2.0. 0'); //version of plugin29 define('WW_LOAN_CALCULATOR_VERSION', '2.0.1'); //version of plugin 30 30 } 31 31 if (!defined('WW_LOAN_CALCULATOR_TEXT_DOMAIN')) { //check if variable is not defined previous then define it -
loan-calculator-wp/trunk/readme.txt
r3269750 r3292676 10 10 Requires PHP: 7.4 11 11 Tested up to: 6.8 12 Stable tag: 2.0. 012 Stable tag: 2.0.1 13 13 License: GPLv2 or later 14 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html 15 Version: 2.0. 015 Version: 2.0.1 16 16 17 17 Loan / EMI Calculator for Home Loan and Personal Loan … … 129 129 == Changelog == 130 130 131 = 2.0.1 (May 13, 2025) = 132 * Resolved graph issue. 133 131 134 = 2.0.0 (Apr 09, 2025) = 132 135 * Resolved the error message issue.
Note: See TracChangeset
for help on using the changeset viewer.