Changeset 2609595
- Timestamp:
- 10/05/2021 01:12:18 PM (4 years ago)
- Location:
- rimplenet/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
includes/layouts/rimplenet-withdrawal-form.php (modified) (1 diff)
-
rimplenet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rimplenet/trunk/README.txt
r2609583 r2609595 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.8.1 7 Stable tag: 1.1.2 57 Stable tag: 1.1.26 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 81 81 == Changelog == 82 82 83 = 1.1.26 = 84 * Bugs fixes 83 85 = 1.1.25 = 84 86 * Introduction of new Withdrawal Shortcode [rimplenet-withdrawal-form wallet_id="ID_HERE" wdr_dest="bank"] & native support of bootstrap … … 130 132 131 133 == Upgrade Notice == 134 = 1.1.26 = 135 * Bugs fixes 132 136 = 1.1.25 = 133 137 * 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 1 1 <?php 2 2 //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"] 4 4 global $current_user; 5 5 wp_get_current_user(); -
rimplenet/trunk/rimplenet.php
r2609583 r2609595 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 519 * Version: 1.1.26 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 5' );37 define( 'RIMPLENET_VERSION', '1.1.26' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.