Changeset 3441419
- Timestamp:
- 01/17/2026 04:08:12 AM (3 months ago)
- Location:
- eh-mortgage-calculator
- Files:
-
- 3 edited
-
assets/blueprints/blueprint.json (modified) (1 diff)
-
tags/3.1.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eh-mortgage-calculator/assets/blueprints/blueprint.json
r3441344 r3441419 22 22 }, 23 23 "options": { 24 "activate": true 24 "activate": true, 25 "ehmc_show_chart": 1 25 26 } 26 27 }, -
eh-mortgage-calculator/tags/3.1.0/readme.txt
r3441255 r3441419 22 22 - Accurate mortgage payment calculation 23 23 - Full amortization table with year-by-year pagination 24 - Shortcode support: `[eh mortgagecalculator]`24 - Shortcode support: `[eh_mortgage_calculator]` 25 25 - Native Gutenberg block (WordPress 5.0+) 26 26 - Modern JavaScript architecture (no globals, no inline JS) -
eh-mortgage-calculator/trunk/readme.txt
r3441254 r3441419 22 22 - Accurate mortgage payment calculation 23 23 - Full amortization table with year-by-year pagination 24 - Shortcode support: `[eh mortgagecalculator]`24 - Shortcode support: `[eh_mortgage_calculator]` 25 25 - Native Gutenberg block (WordPress 5.0+) 26 26 - Modern JavaScript architecture (no globals, no inline JS)
Note: See TracChangeset
for help on using the changeset viewer.