Changeset 2270241
- Timestamp:
- 03/29/2020 04:25:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multi-currency-wallet/trunk/multi-currency-wallet.php
r2270232 r2270241 4 4 * Plugin URI: https://plugins.wordpress.org/multi-currency-wallet 5 5 * Description: Simplest Multi-currency wallet for WordPress. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Noxonsu 8 8 * Author URI: https://profiles.wordpress.org/noxonsu … … 19 19 define( 'MCWALLET_PATH', plugin_dir_path( __FILE__ ) ); 20 20 define( 'MCWALLET_URL', plugin_dir_url( __FILE__ ) ); 21 define( 'MCWALLET_VER', '1.0. 2' );21 define( 'MCWALLET_VER', '1.0.3' ); 22 22 define( 'MCWALLET_BUILD_VER' , 'a10c51x2' ); 23 23
Note: See TracChangeset
for help on using the changeset viewer.