Plugin Directory

Changeset 2440947


Ignore:
Timestamp:
12/16/2020 07:15:59 PM (5 years ago)
Author:
nellalink
Message:

Update to Stable Version

Location:
rimplenet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rimplenet/trunk/README.txt

    r2440841 r2440947  
    55Requires at least: 3.0.1
    66Tested up to: 5.6
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    7878
    7979== Changelog ==
    80 = 1.0.4 =
     80= 1.0.5 =
    8181* BETA SUPPORT for Creation of Investment Pages, FULL SUPPORT will be available Version 1.2.0
    8282* Fixed Matrix Tree not Showing for last depth of downline
     
    9696
    9797== Upgrade Notice ==
    98 = 1.0.4 =
     98= 1.0.5 =
    9999* BETA SUPPORT for Creation of Investment Pages, FULL SUPPORT will be available Version 1.2.0
    100100* Fixed Matrix Tree not Showing for last depth of downline
  • rimplenet/trunk/public/class-rimplenet-mlm-matrix-public.php

    r2440841 r2440947  
    264264    $ret_Arr = $this->RECselectDownlineArr($matrix_id, $Allarr, $selectedArr);
    265265   
    266     return $ret_Arr;
     266    if(empty($Allarr)){
     267      $DLarr = $ret_Arr;
     268    }
     269    else{
     270      $DLarr = $Allarr;
     271    }
     272   
     273    return $DLarr;
    267274   
    268275   
  • rimplenet/trunk/rimplenet.php

    r2440841 r2440947  
    1717 * Plugin URI:        https://rimplenet.com
    1818 * Description:       RimpleNet E-Wallets | Investments Plugin | MLM | Matrix | Referral Manager | FinTech
    19  * Version:           1.0.4
     19 * Version:           1.0.5
    2020 * Author:            Nellalink
    2121 * Author URI:        https://rimplenet.com
Note: See TracChangeset for help on using the changeset viewer.