Changeset 688550
- Timestamp:
- 03/28/2013 06:04:31 PM (13 years ago)
- Location:
- bitcoin-payments-for-woocommerce/trunk
- Files:
-
- 3 edited
-
bitcoinway-woocommerce.php (modified) (1 diff)
-
bwwc-include-all.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bitcoin-payments-for-woocommerce/trunk/bitcoinway-woocommerce.php
r687774 r688550 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: 1.2 514 Version: 1.26 15 15 Author: BitcoinWay 16 16 Author URI: http://www.bitcoinway.com/ -
bitcoin-payments-for-woocommerce/trunk/bwwc-include-all.php
r687774 r688550 7 7 //--------------------------------------------------------------------------- 8 8 // Global definitions 9 define('BWWC_VERSION', '1.25'); 9 if (!defined('BWWC_PLUGIN_NAME')) 10 { 11 define('BWWC_VERSION', '1.26'); 10 12 11 //-----------------------------------------------12 define('BWWC_EDITION', 'Standard');13 //----------------------------------------------- 14 define('BWWC_EDITION', 'Standard'); 13 15 14 //-----------------------------------------------15 define('BWWC_SETTINGS_NAME', 'BWWC-Settings');16 define('BWWC_PLUGIN_NAME', 'Bitcoin Payments for WooCommerce');16 //----------------------------------------------- 17 define('BWWC_SETTINGS_NAME', 'BWWC-Settings'); 18 define('BWWC_PLUGIN_NAME', 'Bitcoin Payments for WooCommerce'); 17 19 18 20 19 // i18n plugin domain for language files 20 define('BWWC_I18N_DOMAIN', 'bwwc'); 21 // i18n plugin domain for language files 22 define('BWWC_I18N_DOMAIN', 'bwwc'); 23 } 21 24 //--------------------------------------------------------------------------- 22 25 -
bitcoin-payments-for-woocommerce/trunk/readme.txt
r687774 r688550 47 47 == Changelog == 48 48 49 = 1.26 = 50 * Fixed PHP warnings for repeated 'define's within bwwc-include-all.php 51 49 52 = 1.25 = 50 53 * Implemented security check (secret_key validation logic) to prevent spoofed IPN requests.
Note: See TracChangeset
for help on using the changeset viewer.