Plugin Directory

Changeset 2671228


Ignore:
Timestamp:
02/02/2022 11:29:43 AM (4 years ago)
Author:
covertcommunication
Message:

Version Update

Location:
solar-wizard-lite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • solar-wizard-lite/tags/1.1.5/solar-wizard-lite.php

    r2671226 r2671228  
    44 * Plugin URI:        https://solarwizardplugin.com/
    55 * Description:       Calculate solar estimate and savings.
    6  * Version:           1.1.4
     6 * Version:           1.1.5
    77 * Requires PHP:      7.3
    88 * Author:            Covert Communication
     
    3333require_once ('include/shortcodeConstructor.php');
    3434
    35 define( 'SOLWZD_VERSION', '1.1.4' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file
     35define( 'SOLWZD_VERSION', '1.1.5' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file
    3636
    3737class SolarWizard {
    3838   
    3939    use shortcodeConstructor;
    40     public $sw_db_version = "1.1.4";
     40    public $sw_db_version = "1.1.5";
    4141   
    4242    public function __construct() {     
  • solar-wizard-lite/trunk/solar-wizard-lite.php

    r2669559 r2671228  
    44 * Plugin URI:        https://solarwizardplugin.com/
    55 * Description:       Calculate solar estimate and savings.
    6  * Version:           1.1.4
     6 * Version:           1.1.5
    77 * Requires PHP:      7.3
    88 * Author:            Covert Communication
     
    3333require_once ('include/shortcodeConstructor.php');
    3434
    35 define( 'SOLWZD_VERSION', '1.1.4' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file
     35define( 'SOLWZD_VERSION', '1.1.5' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file
    3636
    3737class SolarWizard {
    3838   
    3939    use shortcodeConstructor;
    40     public $sw_db_version = "1.1.4";
     40    public $sw_db_version = "1.1.5";
    4141   
    4242    public function __construct() {     
Note: See TracChangeset for help on using the changeset viewer.