Changeset 2673579
- Timestamp:
- 02/05/2022 11:24:52 PM (4 years ago)
- Location:
- rimplenet/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (4 diffs)
-
includes/layouts/rimplenet-withdrawal-form.php (modified) (1 diff)
-
rimplenet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rimplenet/trunk/README.txt
r2658979 r2673579 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.8.1 7 Stable tag: 1.1.3 07 Stable tag: 1.1.31 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 12 12 Rimplenet is a Financial Technology (FinTech) Plugin for Wordpress with E-Wallet Functionality used to setup E-Banking, Loan - Requester App, MLM, Matrix, Investments and Packages. Using this Plugin is simple, install it, RIMPLENET will appear on your admin dashboard menu (with ability to create Ewallets, Matrix and Matrix Tree, Packages, and E-banking Rules). Admin can auto credit or debit using rules or manually via WALLET SETTINGS Page. WALLETS can be also be used for making woocommerce payment. 13 13 14 To know how to Use this Plugin: visit[https://rimplenet.com/docs](https://rimplenet.com/docs)14 NEW:To know how to Use this Plugin: visit [https://rimplenet.tawk.help](https://rimplenet.tawk.help) or [https://rimplenet.com/docs](https://rimplenet.com/docs) 15 15 16 16 == Description == … … 81 81 == Changelog == 82 82 83 = 1.1.31 = 84 * New hook introduced do_action('rimplenet_withdrawal_form_submitted') on withdrawal form 83 85 = 1.1.29 = 84 86 * Check of ID on credit, debit function and other bugs fixes … … 138 140 139 141 == Upgrade Notice === 142 143 = 1.1.31 = 144 * New hook introduced do_action('rimplenet_withdrawal_form_submitted') on withdrawal form 140 145 = 1.1.29 = 141 146 * Check of ID on credit, debit function and other bugs fixes -
rimplenet/trunk/includes/layouts/rimplenet-withdrawal-form.php
r2627751 r2673579 139 139 140 140 do_action('rimplenet_withdrawal_form_post', $current_user, $wallet_id_submitted, $rimplenet_amount_to_withdraw_submitted, $rimplenet_withdrawal_destination_submitted,$note ); 141 142 do_action('rimplenet_withdrawal_form_submitted', $request_id, $current_user, $wallet_id_submitted, $rimplenet_amount_to_withdraw_submitted, $rimplenet_withdrawal_destination_submitted, $note); 143 141 144 142 145 -
rimplenet/trunk/rimplenet.php
r2658979 r2673579 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.3 019 * Version: 1.1.31 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.3 0' );37 define( 'RIMPLENET_VERSION', '1.1.31' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.