Plugin Directory

Changeset 3417340


Ignore:
Timestamp:
12/11/2025 12:18:52 PM (2 months ago)
Author:
dbee78
Message:

Version 1.0.14 - Final adjustments

Location:
keiste-solar-report/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • keiste-solar-report/trunk/keiste-solar-report.php

    r3417316 r3417340  
    55 * Plugin URI: https://keiste.com/keiste-solar-report
    66 * Description: Comprehensive solar panel analysis tool with ROI calculations, Google Solar API integration, interactive charts, and PDF report generation.
    7  * Version: 1.0.13
     7 * Version: 1.0.14
    88 * Author: Dara Burke, Keiste
    99 * Author URI: https://keiste.com
     
    3434// Define plugin constants (only once) with ksrad_ namespace
    3535if (!defined('KSRAD_VERSION')) {
    36     define('KSRAD_VERSION', '1.0.13');
     36    define('KSRAD_VERSION', '1.0.14');
    3737}
    3838if (!defined('KSRAD_PLUGIN_DIR')) {
     
    811811                                            <input type="number" class="form-control" id="electricityRate" value="<?php echo esc_attr(ksrad_get_option('default_electricity_rate', '0.45')); ?>" step="0.01"
    812812                                                min="0" required>
    813                                             <div class="input-help-right">Enter your current unit cost per kWh</div>
     813                                            <div class="input-help-right">Electricity unit cost / kWh</div>
    814814                                        </div>
    815815                                    </div>
     
    827827                                            <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"
    828828                                                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>
    830830                                        </div>
    831831                                    </div>
     
    841841                                            <div class="energy-display-right"><span id="annualIncrease"
    842842                                                    class="highlighted-value"><?php echo esc_html(ksrad_get_option('annual_price_increase', '5')); ?></span></div>
    843                                             <div class="input-help-right">Expected electricity price inflation</div>
     843                                            <div class="input-help-right">Electricity inflation (estimate)</div>
    844844                                        </div>
    845845                                    </div>
  • keiste-solar-report/trunk/readme.txt

    r3417316 r3417340  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.13
     7Stable tag: 1.0.14
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.