Plugin Directory

Changeset 2673579


Ignore:
Timestamp:
02/05/2022 11:24:52 PM (4 years ago)
Author:
nellalink
Message:

1.1.31

  • New hook introduced do_action('rimplenet_withdrawal_form_submitted') on withdrawal form
Location:
rimplenet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rimplenet/trunk/README.txt

    r2658979 r2673579  
    55Requires at least: 3.0.1
    66Tested up to: 5.8.1
    7 Stable tag: 1.1.30
     7Stable tag: 1.1.31
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    1212Rimplenet 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.
    1313
    14 To know how to Use this Plugin: visit [https://rimplenet.com/docs](https://rimplenet.com/docs)
     14NEW: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)
    1515
    1616== Description ==
     
    8181== Changelog ==
    8282
     83= 1.1.31 =
     84* New hook introduced do_action('rimplenet_withdrawal_form_submitted') on withdrawal form
    8385= 1.1.29 =
    8486* Check of ID on credit, debit function and other bugs fixes
     
    138140
    139141== Upgrade Notice ===
     142
     143= 1.1.31 =
     144* New hook introduced do_action('rimplenet_withdrawal_form_submitted') on withdrawal form
    140145= 1.1.29 =
    141146* Check of ID on credit, debit function and other bugs fixes
  • rimplenet/trunk/includes/layouts/rimplenet-withdrawal-form.php

    r2627751 r2673579  
    139139       
    140140        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       
    141144       
    142145       
  • rimplenet/trunk/rimplenet.php

    r2658979 r2673579  
    1717 * Plugin URI:        https://rimplenet.com
    1818 * Description:       Rimplenet FinTech | E-Banking | E-Wallets  | Investments Plugin | MLM | Matrix Tree | Referral Manager
    19  * Version:           1.1.30
     19 * Version:           1.1.31
    2020 * Author:            Nellalink
    2121 * Author URI:        https://rimplenet.com
     
    3535 * Using SemVer - https://semver.org
    3636 */
    37 define( 'RIMPLENET_VERSION', '1.1.30' );
     37define( 'RIMPLENET_VERSION', '1.1.31' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.