Changeset 2627753
- Timestamp:
- 11/10/2021 10:13:00 PM (4 years ago)
- Location:
- rimplenet/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
rimplenet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rimplenet/trunk/README.txt
r2610699 r2627753 81 81 == Changelog == 82 82 83 = 1.1.28 = 84 * New Withdrawal Format Introduced, refer to docs on how to use 83 85 = 1.1.27 = 84 86 * Admin error fixed … … 134 136 135 137 == Upgrade Notice === 138 = 1.1.28 = 139 * New Withdrawal Format Introduced, refer to docs on how to use 136 140 1.1.27 = 137 141 * Admin error fixe -
rimplenet/trunk/rimplenet.php
r2610699 r2627753 17 17 * Plugin URI: https://rimplenet.com 18 18 * Description: Rimplenet FinTech | E-Banking | E-Wallets | Investments Plugin | MLM | Matrix Tree | Referral Manager 19 * Version: 1.1.2 719 * Version: 1.1.28 20 20 * Author: Nellalink 21 21 * Author URI: https://rimplenet.com … … 35 35 * Using SemVer - https://semver.org 36 36 */ 37 define( 'RIMPLENET_VERSION', '1.1.2 7' );37 define( 'RIMPLENET_VERSION', '1.1.28' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.