Changeset 2854506
- Timestamp:
- 01/25/2023 04:11:10 PM (3 years ago)
- Location:
- eber
- Files:
-
- 20 added
- 3 edited
-
tags/2.8 (added)
-
tags/2.8/assets (added)
-
tags/2.8/assets/icon.png (added)
-
tags/2.8/assets/images (added)
-
tags/2.8/assets/images/logo.png (added)
-
tags/2.8/assets/screenshot-1.PNG (added)
-
tags/2.8/assets/screenshot-2.PNG (added)
-
tags/2.8/index.php (added)
-
tags/2.8/init (added)
-
tags/2.8/init/action.php (added)
-
tags/2.8/init/activate.php (added)
-
tags/2.8/init/api (added)
-
tags/2.8/init/api/API.php (added)
-
tags/2.8/init/api/APIResponse.php (added)
-
tags/2.8/init/eber_woo.php (added)
-
tags/2.8/init/frontend.php (added)
-
tags/2.8/init/menu.php (added)
-
tags/2.8/layout (added)
-
tags/2.8/layout/index.php (added)
-
tags/2.8/readme.txt (added)
-
trunk/index.php (modified) (1 diff)
-
trunk/init/activate.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eber/trunk/index.php
r2841741 r2854506 5 5 Description: Eber is a smart member system comes with comprehensive loyalty & rewards system, marketing and analytic tool. 6 6 Author: Eber 7 Version: 2. 87 Version: 2.9 8 8 Author URI: https://eber.co 9 9 License: GPLv2 or later -
eber/trunk/init/activate.php
r2328520 r2854506 4 4 class Eber_Activate { 5 5 6 public function up(){6 public static function up(){ 7 7 $eber_hash_key = get_option('eber_hash_key',''); 8 8 if($eber_hash_key == ''){ … … 11 11 } 12 12 } 13 public function down(){13 public static function down(){ 14 14 require_once(dirname(__FILE__).'/api/API.php'); 15 15 require_once(dirname(__FILE__).'/api/APIResponse.php'); -
eber/trunk/readme.txt
r2841741 r2854506 81 81 = 2.8 = 82 82 Update Manual sync button and Sync Logs 83 = 2.9 = 84 Update for PHP 8.x 83 85 == Upgrade Notice == 84 86 = 0.1 = … … 123 125 = 2.8 = 124 126 Update Manual sync button and Sync Logs 127 = 2.9 = 128 Update for PHP 8.x 125 129 126 130
Note: See TracChangeset
for help on using the changeset viewer.