Changeset 2607021
- Timestamp:
- 09/30/2021 01:31:51 AM (5 years ago)
- Location:
- rimplenet/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
admin/class-admin-wallets.php (modified) (1 diff)
-
rimplenet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rimplenet/trunk/README.txt
r2599655 r2607021 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.8.1 7 Stable tag: 1.1.2 37 Stable tag: 1.1.24 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 81 81 == Changelog == 82 82 83 = 1.1.24 = 84 * Bugs Fixes for Auto Wallet Setup 83 85 = 1.1.21 = 84 86 * Wallets Settings now has Metabox … … 126 128 127 129 == Upgrade Notice == 130 = 1.1.24 = 131 * Bugs Fixes for Auto Wallet Setup 128 132 = 1.1.21 = 129 133 * Wallets Settings now has Metabox -
rimplenet/trunk/admin/class-admin-wallets.php
r2598651 r2607021 56 56 57 57 $rimplenettransaction_type = sanitize_text_field($_POST['rimplenettransaction_type']); 58 if(empty($rimplenettransaction_type) OR $rimplenettransaction_type=="rimplenet-wallets"){ 58 $rimplenet_wallet_id = sanitize_text_field( $_POST['rimplenet_wallet_id'] ); 59 if(!empty($rimplenet_wallet_id) OR $rimplenettransaction_type=="rimplenet-wallets"){ 59 60 $WALLET_CAT_NAME = 'RIMPLENET WALLETS'; 60 61 wp_set_object_terms($post_id, $WALLET_CAT_NAME, 'rimplenettransaction_type'); -
rimplenet/trunk/rimplenet.php
r2599655 r2607021 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 319 * Version: 1.1.24 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 3' );37 define( 'RIMPLENET_VERSION', '1.1.24' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.