Plugin Directory

Changeset 2270232


Ignore:
Timestamp:
03/29/2020 04:02:18 PM (5 years ago)
Author:
noxonsu
Message:

Update version 1.0.2

Location:
multi-currency-wallet
Files:
149 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • multi-currency-wallet/trunk/multi-currency-wallet.php

    r2270227 r2270232  
    44 * Plugin URI: https://plugins.wordpress.org/multi-currency-wallet
    55 * Description: Simplest Multi-currency wallet for WordPress.
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: Noxonsu
    88 * Author URI: https://profiles.wordpress.org/noxonsu
     
    1919define( 'MCWALLET_PATH', plugin_dir_path( __FILE__ ) );
    2020define( 'MCWALLET_URL', plugin_dir_url( __FILE__ ) );
    21 define( 'MCWALLET_VER', '1.0.1' );
     21define( 'MCWALLET_VER', '1.0.2' );
    2222define( 'MCWALLET_BUILD_VER' , 'a10c51x2' );
    2323
  • multi-currency-wallet/trunk/readme.txt

    r2270227 r2270232  
    11=== Multi Currency Wallet ===
    22Contributors: noxonsu, burdianov
    3 Tags: adress generation, bitcoin, blockchain, crypto, cryptocurrency, eos, ethereum, exchange, shortcode, wallet, widget
     3Tags: adress generation, bitcoin, blockchain, crypto, cryptocurrency, eos, ethereum, exchange, shortcode, wallet, widget, erc20
    44Requires at least: 4.6
    55Tested up to: 5.3
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.