Plugin Directory

Changeset 3074768


Ignore:
Timestamp:
04/22/2024 05:12:57 AM (23 months ago)
Author:
eberwp
Message:

update version 4.1

Location:
eber
Files:
5 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • eber/trunk/index.php

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

    r3063180 r3074768  
    8888            $issue_point_when  = get_option('issue_point_when','processing');
    8989            $eber_welcome_email = get_option('eber_welcome_email',false);
    90             $instant_sync = get_option('instant_sync',true);
     90            $instant_sync = get_option('instant_sync',false);
    9191            $exclude_tax = get_option('exclude_tax',true);
    9292            $exclude_shipping = get_option('exclude_shipping',true);
  • eber/trunk/layout/index.php

    r3063174 r3074768  
    9494    <th scope="row">&nbsp;</th>
    9595    <td> <fieldset><legend class="screen-reader-text"><span>Membership</span></legend><label for="users_can_register_instant">
    96                 <input name="instant_sync" type="checkbox" id="instant_sync" value="1" <?php echo ($instant_sync)?'checked':'';?>>
     96                <input name="instant_sync" type="checkbox" id="instant_sync" value="1" disabled <?php echo ($instant_sync)?'checked':'';?>>
    9797                Sync Instantly ?</label>
    9898        </fieldset></td>
  • eber/trunk/readme.txt

    r3063174 r3074768  
    108108= 4.0 =
    109109option to stop instant sync user
     110= 4.1 =
     111fix option to stop instant sync user
    110112
    111113
    112114
    113115
     116
Note: See TracChangeset for help on using the changeset viewer.