Changeset 2440947
- Timestamp:
- 12/16/2020 07:15:59 PM (5 years ago)
- Location:
- rimplenet/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
public/class-rimplenet-mlm-matrix-public.php (modified) (1 diff)
-
rimplenet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rimplenet/trunk/README.txt
r2440841 r2440947 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.6 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 78 78 79 79 == Changelog == 80 = 1.0. 4=80 = 1.0.5 = 81 81 * BETA SUPPORT for Creation of Investment Pages, FULL SUPPORT will be available Version 1.2.0 82 82 * Fixed Matrix Tree not Showing for last depth of downline … … 96 96 97 97 == Upgrade Notice == 98 = 1.0. 4=98 = 1.0.5 = 99 99 * BETA SUPPORT for Creation of Investment Pages, FULL SUPPORT will be available Version 1.2.0 100 100 * Fixed Matrix Tree not Showing for last depth of downline -
rimplenet/trunk/public/class-rimplenet-mlm-matrix-public.php
r2440841 r2440947 264 264 $ret_Arr = $this->RECselectDownlineArr($matrix_id, $Allarr, $selectedArr); 265 265 266 return $ret_Arr; 266 if(empty($Allarr)){ 267 $DLarr = $ret_Arr; 268 } 269 else{ 270 $DLarr = $Allarr; 271 } 272 273 return $DLarr; 267 274 268 275 -
rimplenet/trunk/rimplenet.php
r2440841 r2440947 17 17 * Plugin URI: https://rimplenet.com 18 18 * Description: RimpleNet E-Wallets | Investments Plugin | MLM | Matrix | Referral Manager | FinTech 19 * Version: 1.0. 419 * Version: 1.0.5 20 20 * Author: Nellalink 21 21 * Author URI: https://rimplenet.com
Note: See TracChangeset
for help on using the changeset viewer.