Changeset 2671228
- Timestamp:
- 02/02/2022 11:29:43 AM (4 years ago)
- Location:
- solar-wizard-lite
- Files:
-
- 2 edited
-
tags/1.1.5/solar-wizard-lite.php (modified) (2 diffs)
-
trunk/solar-wizard-lite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
solar-wizard-lite/tags/1.1.5/solar-wizard-lite.php
r2671226 r2671228 4 4 * Plugin URI: https://solarwizardplugin.com/ 5 5 * Description: Calculate solar estimate and savings. 6 * Version: 1.1. 46 * Version: 1.1.5 7 7 * Requires PHP: 7.3 8 8 * Author: Covert Communication … … 33 33 require_once ('include/shortcodeConstructor.php'); 34 34 35 define( 'SOLWZD_VERSION', '1.1. 4' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file35 define( 'SOLWZD_VERSION', '1.1.5' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file 36 36 37 37 class SolarWizard { 38 38 39 39 use shortcodeConstructor; 40 public $sw_db_version = "1.1. 4";40 public $sw_db_version = "1.1.5"; 41 41 42 42 public function __construct() { -
solar-wizard-lite/trunk/solar-wizard-lite.php
r2669559 r2671228 4 4 * Plugin URI: https://solarwizardplugin.com/ 5 5 * Description: Calculate solar estimate and savings. 6 * Version: 1.1. 46 * Version: 1.1.5 7 7 * Requires PHP: 7.3 8 8 * Author: Covert Communication … … 33 33 require_once ('include/shortcodeConstructor.php'); 34 34 35 define( 'SOLWZD_VERSION', '1.1. 4' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file35 define( 'SOLWZD_VERSION', '1.1.5' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file 36 36 37 37 class SolarWizard { 38 38 39 39 use shortcodeConstructor; 40 public $sw_db_version = "1.1. 4";40 public $sw_db_version = "1.1.5"; 41 41 42 42 public function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.