Plugin Directory

Changeset 688550


Ignore:
Timestamp:
03/28/2013 06:04:31 PM (13 years ago)
Author:
gesman
Message:

1.26 version update

Location:
bitcoin-payments-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bitcoin-payments-for-woocommerce/trunk/bitcoinway-woocommerce.php

    r687774 r688550  
    1212Plugin URI: http://www.bitcoinway.com/
    1313Description: 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.25
     14Version: 1.26
    1515Author: BitcoinWay
    1616Author URI: http://www.bitcoinway.com/
  • bitcoin-payments-for-woocommerce/trunk/bwwc-include-all.php

    r687774 r688550  
    77//---------------------------------------------------------------------------
    88// Global definitions
    9 define('BWWC_VERSION',           '1.25');
     9if (!defined('BWWC_PLUGIN_NAME'))
     10  {
     11  define('BWWC_VERSION',           '1.26');
    1012
    11 //-----------------------------------------------
    12 define('BWWC_EDITION',           'Standard');   
     13  //-----------------------------------------------
     14  define('BWWC_EDITION',           'Standard');   
    1315
    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');   
    1719
    1820
    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  }
    2124//---------------------------------------------------------------------------
    2225
  • bitcoin-payments-for-woocommerce/trunk/readme.txt

    r687774 r688550  
    4747== Changelog ==
    4848
     49= 1.26 =
     50* Fixed PHP warnings for repeated 'define's within bwwc-include-all.php
     51
    4952= 1.25 =
    5053* Implemented security check (secret_key validation logic) to prevent spoofed IPN requests.
Note: See TracChangeset for help on using the changeset viewer.