Changeset 704203
- Timestamp:
- 04/26/2013 01:37:11 PM (13 years ago)
- Location:
- bitcoin-payments-for-woocommerce
- Files:
-
- 3 added
- 3 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
trunk/bitcoinway-woocommerce.php (modified) (1 diff)
-
trunk/bwwc-include-all.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bitcoin-payments-for-woocommerce/trunk/bitcoinway-woocommerce.php
r701888 r704203 12 12 Plugin URI: http://www.bitcoinway.com/ 13 13 Description: Bitcoin Payments for WooCommerce plugin allows you to accept payments in bitcoins for physical and digital products at your WooCommerce-powered online store. 14 Version: 2.1 014 Version: 2.11 15 15 Author: BitcoinWay 16 16 Author URI: http://www.bitcoinway.com/ -
bitcoin-payments-for-woocommerce/trunk/bwwc-include-all.php
r701888 r704203 9 9 if (!defined('BWWC_PLUGIN_NAME')) 10 10 { 11 define('BWWC_VERSION', '2.1 0');11 define('BWWC_VERSION', '2.11'); 12 12 13 13 //----------------------------------------------- -
bitcoin-payments-for-woocommerce/trunk/readme.txt
r701888 r704203 61 61 == Changelog == 62 62 63 = 2.11 = 64 * Minor upgrade - screenshots fix. 65 63 66 = 2.10 = 64 67 * Added support for much faster GMP math library to generate bitcoin addresses. This improves performance of checkout 3x - 4x times.
Note: See TracChangeset
for help on using the changeset viewer.