Plugin Directory

Changeset 2609595


Ignore:
Timestamp:
10/05/2021 01:12:18 PM (4 years ago)
Author:
nellalink
Message:

1.1.26

  • Bugs fixes
Location:
rimplenet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rimplenet/trunk/README.txt

    r2609583 r2609595  
    55Requires at least: 3.0.1
    66Tested up to: 5.8.1
    7 Stable tag: 1.1.25
     7Stable tag: 1.1.26
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8181== Changelog ==
    8282
     83= 1.1.26 =
     84* Bugs fixes
    8385= 1.1.25 =
    8486* Introduction of new Withdrawal Shortcode [rimplenet-withdrawal-form wallet_id="ID_HERE" wdr_dest="bank"] & native support of bootstrap
     
    130132
    131133== Upgrade Notice ==
     134= 1.1.26 =
     135* Bugs fixes
    132136= 1.1.25 =
    133137* Introduction of new Withdrawal Shortcode [rimplenet-withdrawal-form wallet_id="ID_HERE" wdr_dest="bank"] & native support of bootstrap
  • rimplenet/trunk/includes/layouts/rimplenet-withdrawal-form.php

    r2609583 r2609595  
    11<?php
    22//Included from shortcode in includes/class-withdrawals.php
    3 //use case [rimplenet-withdrawal-form user_id="1"]
     3//use case [rimplenet-withdrawal-form wallet_id="ID_HERE" wdr_dest="bank"] or [rimplenet-withdrawal-form wallet_id="ID_HERE" wdr_dest="crypto_address"] or [rimplenet-withdrawal-form wallet_id="ID_HERE"]
    44 global $current_user;
    55 wp_get_current_user();
  • rimplenet/trunk/rimplenet.php

    r2609583 r2609595  
    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.25
     19 * Version:           1.1.26
    2020 * Author:            Nellalink
    2121 * Author URI:        https://rimplenet.com
     
    3535 * Using SemVer - https://semver.org
    3636 */
    37 define( 'RIMPLENET_VERSION', '1.1.25' );
     37define( 'RIMPLENET_VERSION', '1.1.26' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.