Plugin Directory

Changeset 2854506


Ignore:
Timestamp:
01/25/2023 04:11:10 PM (3 years ago)
Author:
eberwp
Message:

update php 8.x support

Location:
eber
Files:
20 added
3 edited

Legend:

Unmodified
Added
Removed
  • eber/trunk/index.php

    r2841741 r2854506  
    55Description: Eber is a smart member system comes with comprehensive loyalty & rewards system, marketing and analytic tool.
    66Author: Eber
    7 Version: 2.8
     7Version: 2.9
    88Author URI: https://eber.co
    99License: GPLv2 or later
  • eber/trunk/init/activate.php

    r2328520 r2854506  
    44    class Eber_Activate {
    55       
    6         public function up(){
     6        public static function up(){
    77            $eber_hash_key = get_option('eber_hash_key','');
    88            if($eber_hash_key == ''){
     
    1111            }
    1212        }
    13         public function down(){
     13        public static function down(){
    1414            require_once(dirname(__FILE__).'/api/API.php');
    1515            require_once(dirname(__FILE__).'/api/APIResponse.php');
  • eber/trunk/readme.txt

    r2841741 r2854506  
    8181= 2.8 =
    8282Update Manual sync button and Sync Logs
     83= 2.9 =
     84Update for PHP 8.x
    8385== Upgrade Notice ==
    8486= 0.1 =
     
    123125= 2.8 =
    124126Update Manual sync button and Sync Logs
     127= 2.9 =
     128Update for PHP 8.x
    125129
    126130
Note: See TracChangeset for help on using the changeset viewer.