Changeset 3417340
- Timestamp:
- 12/11/2025 12:18:52 PM (2 months ago)
- Location:
- keiste-solar-report/trunk
- Files:
-
- 2 edited
-
keiste-solar-report.php (modified) (5 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
keiste-solar-report/trunk/keiste-solar-report.php
r3417316 r3417340 5 5 * Plugin URI: https://keiste.com/keiste-solar-report 6 6 * Description: Comprehensive solar panel analysis tool with ROI calculations, Google Solar API integration, interactive charts, and PDF report generation. 7 * Version: 1.0.1 37 * Version: 1.0.14 8 8 * Author: Dara Burke, Keiste 9 9 * Author URI: https://keiste.com … … 34 34 // Define plugin constants (only once) with ksrad_ namespace 35 35 if (!defined('KSRAD_VERSION')) { 36 define('KSRAD_VERSION', '1.0.1 3');36 define('KSRAD_VERSION', '1.0.14'); 37 37 } 38 38 if (!defined('KSRAD_PLUGIN_DIR')) { … … 811 811 <input type="number" class="form-control" id="electricityRate" value="<?php echo esc_attr(ksrad_get_option('default_electricity_rate', '0.45')); ?>" step="0.01" 812 812 min="0" required> 813 <div class="input-help-right">E nter your current unit cost perkWh</div>813 <div class="input-help-right">Electricity unit cost / kWh</div> 814 814 </div> 815 815 </div> … … 827 827 <input type="number" class="form-control" id="exportRate" value="<?php echo esc_attr(ksrad_get_option('default_feed_in_tariff', '0.21')); ?>" step="0.01" 828 828 min="0" required> 829 <div class="input-help-right"> Clean Export Guarantee / Feed-in tariff</div>829 <div class="input-help-right">Export rate</div> 830 830 </div> 831 831 </div> … … 841 841 <div class="energy-display-right"><span id="annualIncrease" 842 842 class="highlighted-value"><?php echo esc_html(ksrad_get_option('annual_price_increase', '5')); ?></span></div> 843 <div class="input-help-right">E xpected electricity price inflation</div>843 <div class="input-help-right">Electricity inflation (estimate)</div> 844 844 </div> 845 845 </div> -
keiste-solar-report/trunk/readme.txt
r3417316 r3417340 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.1 37 Stable tag: 1.0.14 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.