Changeset 2270250
- Timestamp:
- 03/29/2020 04:56:44 PM (5 years ago)
- Location:
- multi-currency-wallet
- Files:
-
- 128 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
multi-currency-wallet/tags/1.0.1/lang/multi-currency-wallet.pot
r2270245 r2270250 4 4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 5 5 "Project-Id-Version: Multi Currency Wallet\n" 6 "POT-Creation-Date: 2020-03-2 8 13:02+0200\n"7 "PO-Revision-Date: 2020-03-2 8 13:02+0200\n"6 "POT-Creation-Date: 2020-03-29 19:46+0300\n" 7 "PO-Revision-Date: 2020-03-29 19:46+0300\n" 8 8 "Last-Translator: \n" 9 9 "Language-Team: \n" -
multi-currency-wallet/trunk/multi-currency-wallet.php
r2270248 r2270250 4 4 * Plugin URI: https://plugins.wordpress.org/multi-currency-wallet 5 5 * Description: Simplest Multi-currency wallet for WordPress. 6 * Version: 1.0. 46 * Version: 1.0.2 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. 4' );21 define( 'MCWALLET_VER', '1.0.2' ); 22 22 define( 'MCWALLET_BUILD_VER' , 'a10c51x2' ); 23 23 -
multi-currency-wallet/trunk/readme.txt
r2270248 r2270250 4 4 Requires at least: 4.6 5 5 Tested up to: 5.3 6 Stable tag: 1.0. 46 Stable tag: 1.0.2 7 7 Requires PHP: 5.2.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.