Changeset 3270818
- Timestamp:
- 04/11/2025 06:29:43 AM (11 months ago)
- Location:
- loan-calculator-wp
- Files:
-
- 2 edited
-
tags/2.0.0/loan-calculator-wp.php (modified) (1 diff)
-
trunk/loan-calculator-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
loan-calculator-wp/tags/2.0.0/loan-calculator-wp.php
r3269750 r3270818 27 27 */ 28 28 if (!defined('WW_LOAN_CALCULATOR_VERSION')) { 29 define('WW_LOAN_CALCULATOR_VERSION', ' 1.5.8'); //version of plugin29 define('WW_LOAN_CALCULATOR_VERSION', '2.0.0'); //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/loan-calculator-wp.php
r3269750 r3270818 27 27 */ 28 28 if (!defined('WW_LOAN_CALCULATOR_VERSION')) { 29 define('WW_LOAN_CALCULATOR_VERSION', ' 1.5.8'); //version of plugin29 define('WW_LOAN_CALCULATOR_VERSION', '2.0.0'); //version of plugin 30 30 } 31 31 if (!defined('WW_LOAN_CALCULATOR_TEXT_DOMAIN')) { //check if variable is not defined previous then define it
Note: See TracChangeset
for help on using the changeset viewer.