Plugin Directory

Changeset 2607021


Ignore:
Timestamp:
09/30/2021 01:31:51 AM (5 years ago)
Author:
nellalink
Message:

1.1.24

  • Bugs Fixes for Auto Wallet Setup
Location:
rimplenet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rimplenet/trunk/README.txt

    r2599655 r2607021  
    55Requires at least: 3.0.1
    66Tested up to: 5.8.1
    7 Stable tag: 1.1.23
     7Stable tag: 1.1.24
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8181== Changelog ==
    8282
     83= 1.1.24 =
     84* Bugs Fixes for Auto Wallet Setup
    8385= 1.1.21 =
    8486* Wallets Settings now has Metabox
     
    126128
    127129== Upgrade Notice ==
     130= 1.1.24 =
     131* Bugs Fixes for Auto Wallet Setup
    128132= 1.1.21 =
    129133* Wallets Settings now has Metabox
  • rimplenet/trunk/admin/class-admin-wallets.php

    r2598651 r2607021  
    5656       
    5757      $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"){
    5960        $WALLET_CAT_NAME = 'RIMPLENET WALLETS';
    6061        wp_set_object_terms($post_id, $WALLET_CAT_NAME, 'rimplenettransaction_type');
  • rimplenet/trunk/rimplenet.php

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