Changeset 3327581
- Timestamp:
- 07/14/2025 02:38:52 PM (8 months ago)
- Location:
- loan-calculator-wp
- Files:
-
- 70 added
- 5 edited
-
tags/2.0.3 (added)
-
tags/2.0.3/assets (added)
-
tags/2.0.3/assets/blueprints (added)
-
tags/2.0.3/assets/blueprints/blueprint.json (added)
-
tags/2.0.3/includes (added)
-
tags/2.0.3/includes/admin (added)
-
tags/2.0.3/includes/admin/class-loan-calculator-admin.php (added)
-
tags/2.0.3/includes/admin/forms (added)
-
tags/2.0.3/includes/admin/forms/theme-templates (added)
-
tags/2.0.3/includes/admin/forms/theme-templates/default-theme (added)
-
tags/2.0.3/includes/admin/forms/theme-templates/default-theme/ww-loan-calculator-loan-default-theme-form.php (added)
-
tags/2.0.3/includes/admin/forms/theme-templates/new-theme (added)
-
tags/2.0.3/includes/admin/forms/theme-templates/new-theme/css (added)
-
tags/2.0.3/includes/admin/forms/theme-templates/new-theme/css/style.css (added)
-
tags/2.0.3/includes/admin/forms/theme-templates/new-theme/ww-loan-calculator-loan-new-theme-form.php (added)
-
tags/2.0.3/includes/admin/forms/ww-loan-calculator-setting.php (added)
-
tags/2.0.3/includes/class-ww-loan-calculator-public.php (added)
-
tags/2.0.3/includes/class-ww-loan-calculator-scripts.php (added)
-
tags/2.0.3/includes/css (added)
-
tags/2.0.3/includes/css/all.min.css (added)
-
tags/2.0.3/includes/css/frontend-style.css (added)
-
tags/2.0.3/includes/css/fstdropdown.css (added)
-
tags/2.0.3/includes/css/fstdropdown.min.css (added)
-
tags/2.0.3/includes/css/loan_calculator_admin_settings.css (added)
-
tags/2.0.3/includes/css/post_type_admin.css (added)
-
tags/2.0.3/includes/css/print.min.css (added)
-
tags/2.0.3/includes/images (added)
-
tags/2.0.3/includes/images/add.png (added)
-
tags/2.0.3/includes/images/down-arrow.svg (added)
-
tags/2.0.3/includes/images/group-4.png (added)
-
tags/2.0.3/includes/images/group-5.png (added)
-
tags/2.0.3/includes/images/play-video.png (added)
-
tags/2.0.3/includes/images/remove.png (added)
-
tags/2.0.3/includes/js (added)
-
tags/2.0.3/includes/js/admin-script.js (added)
-
tags/2.0.3/includes/js/break-up-of-total-payment.js (added)
-
tags/2.0.3/includes/js/chart-js (added)
-
tags/2.0.3/includes/js/chart-js/chart.js (added)
-
tags/2.0.3/includes/js/chart-js/chartjs-plugin-datalabels.js (added)
-
tags/2.0.3/includes/js/frequency_payment.js (added)
-
tags/2.0.3/includes/js/frontend-script.js (added)
-
tags/2.0.3/includes/js/fstdropdown.js (added)
-
tags/2.0.3/includes/js/fstdropdown.min.js (added)
-
tags/2.0.3/includes/js/jquery.print.js (added)
-
tags/2.0.3/includes/js/jquery.validate.min.js (added)
-
tags/2.0.3/includes/js/post_type_admin.js (added)
-
tags/2.0.3/includes/js/print.min.js (added)
-
tags/2.0.3/includes/loan-calculator-misc-functions.php (added)
-
tags/2.0.3/includes/webfonts (added)
-
tags/2.0.3/includes/webfonts/fa-brands-400.eot (added)
-
tags/2.0.3/includes/webfonts/fa-brands-400.svg (added)
-
tags/2.0.3/includes/webfonts/fa-brands-400.ttf (added)
-
tags/2.0.3/includes/webfonts/fa-brands-400.woff (added)
-
tags/2.0.3/includes/webfonts/fa-brands-400.woff2 (added)
-
tags/2.0.3/includes/webfonts/fa-regular-400.eot (added)
-
tags/2.0.3/includes/webfonts/fa-regular-400.svg (added)
-
tags/2.0.3/includes/webfonts/fa-regular-400.ttf (added)
-
tags/2.0.3/includes/webfonts/fa-regular-400.woff (added)
-
tags/2.0.3/includes/webfonts/fa-regular-400.woff2 (added)
-
tags/2.0.3/includes/webfonts/fa-solid-900.eot (added)
-
tags/2.0.3/includes/webfonts/fa-solid-900.svg (added)
-
tags/2.0.3/includes/webfonts/fa-solid-900.ttf (added)
-
tags/2.0.3/includes/webfonts/fa-solid-900.woff (added)
-
tags/2.0.3/includes/webfonts/fa-solid-900.woff2 (added)
-
tags/2.0.3/index.php (added)
-
tags/2.0.3/languages (added)
-
tags/2.0.3/languages/loan-calculator-wp.pot (added)
-
tags/2.0.3/license.txt (added)
-
tags/2.0.3/loan-calculator-wp.php (added)
-
tags/2.0.3/readme.txt (added)
-
trunk/includes/admin/class-loan-calculator-admin.php (modified) (2 diffs)
-
trunk/includes/admin/forms/theme-templates/new-theme/css/style.css (modified) (1 diff)
-
trunk/includes/css/frontend-style.css (modified) (1 diff)
-
trunk/loan-calculator-wp.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
loan-calculator-wp/trunk/includes/admin/class-loan-calculator-admin.php
r3209029 r3327581 62 62 $display_notice_yes = get_option('lc_rating_notice'); 63 63 $last_notice_timestamp = get_option('last_notice_timestamp'); 64 $future_popup_date = strtotime("+7 days"); 64 $future_popup_date = strtotime("+7 days",$last_notice_timestamp); 65 $current_time = strtotime('now'); 65 66 66 67 if (get_option('plugin_activation_time')) { … … 79 80 80 81 <?php 81 } else if ($ last_notice_timestamp>= $future_popup_date && $avoid_notice == 1) {82 } else if ($current_time >= $future_popup_date && $avoid_notice == 1) { 82 83 ?> 83 84 -
loan-calculator-wp/trunk/includes/admin/forms/theme-templates/new-theme/css/style.css
r3209029 r3327581 40 40 } 41 41 .loan-option-text-info .slider::-moz-range-thumb { 42 width: 11px !important; 43 height: 25px !important; 44 background: #4caf50; 42 width: 25px; 43 height: 25px; 44 background: var(--calc-background-color); 45 border-radius: 50%; 45 46 cursor: pointer; 47 border: none; 48 border: none !important; 49 margin-top: 0; 46 50 } 47 51 .tabs-dropdown { -
loan-calculator-wp/trunk/includes/css/frontend-style.css
r3245518 r3327581 30 30 31 31 .ctm_main_wrap .slider::-moz-range-thumb { 32 width: 11px;32 width: 25px; 33 33 height: 25px; 34 background: #4caf50; 34 background: var(--calc-background-color); 35 border-radius: 50%; 35 36 cursor: pointer; 37 border: none; 38 border: none !important; 39 margin-top: 0; 36 40 } 37 41 -
loan-calculator-wp/trunk/loan-calculator-wp.php
r3324153 r3327581 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. 26 * Version: 2.0.3 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. 2'); //version of plugin29 define('WW_LOAN_CALCULATOR_VERSION', '2.0.3'); //version of plugin 30 30 } 31 31 if (!defined('WW_LOAN_CALCULATOR_TEXT_DOMAIN')) { //check if variable is not defined previous then define it … … 298 298 $plugin_activate_time = strtotime( "now" ); 299 299 update_option( 'plugin_activation_time', $plugin_activate_time ); 300 update_option( 'lc_avoid_notice', 0 ); 301 update_option( 'lc_rating_notice', 0 ); 302 update_option( 'last_notice_timestamp', 0 ); 300 $lc_avoid_notice = get_option('lc_avoid_notice'); 301 if ($lc_avoid_notice === false) { 302 update_option('lc_avoid_notice', 0); 303 } 304 $lc_rating_notice = get_option('lc_rating_notice'); 305 if ($lc_rating_notice === false) { 306 update_option( 'lc_rating_notice', 0 ); 307 } 308 309 $get_last_notice_avoid_time = get_option('last_notice_timestamp'); 310 if ($get_last_notice_avoid_time === false) { 311 update_option( 'last_notice_timestamp', 0 ); 312 } 303 313 } 304 314 -
loan-calculator-wp/trunk/readme.txt
r3324153 r3327581 10 10 Requires PHP: 7.4 11 11 Tested up to: 6.8 12 Stable tag: 2.0. 212 Stable tag: 2.0.3 13 13 License: GPLv2 or later 14 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html 15 Version: 2.0. 215 Version: 2.0.3 16 16 17 17 Loan / EMI Calculator for Home Loan and Personal Loan … … 129 129 == Changelog == 130 130 131 = 2.0.2 (July 8, 2025) = 131 = 2.0.3 (July 14, 2025) = 132 * Fix: Browser compatibility issue with field slider input 133 * Fix: Dashboard notification 134 135 = 2.0.2 (July 7, 2025) = 132 136 * Fixed activation issue with the Pro plugin 133 137
Note: See TracChangeset
for help on using the changeset viewer.