Plugin Directory

Changeset 3191985


Ignore:
Timestamp:
11/19/2024 09:01:36 AM (17 months ago)
Author:
covertcommunication
Message:

V1.2.3

Location:
solar-wizard-lite
Files:
67 added
2 edited

Legend:

Unmodified
Added
Removed
  • solar-wizard-lite/trunk/readme.txt

    r3187362 r3191985  
    44Requires at least: 4.7
    55Tested up to: 6.7
    6 Stable tag: 1.2.2
     6Stable tag: 1.2.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • solar-wizard-lite/trunk/solar-wizard-lite.php

    r3187362 r3191985  
    44 * Plugin URI:        https://solarwizardplugin.com/
    55 * Description:       Calculate solar estimate and savings.
    6  * Version:           1.2.2
     6 * Version:           1.2.3
    77 * Requires PHP:      7.3
    88 * Author:            Covert Communication
     
    3131require_once('includes.php');
    3232require_once ('include/shortcodeConstructor.php');
    33 define( 'SOLWZD_VERSION', '1.2.2' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file
     33define( 'SOLWZD_VERSION', '1.2.3' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file
    3434class SolarWizard {
    3535   
    3636    use shortcodeConstructor;
    37     public $sw_db_version = "1.2.2";
     37    public $sw_db_version = "1.2.3";
    3838   
    3939    public function __construct() {     
Note: See TracChangeset for help on using the changeset viewer.