Plugin Directory

Changeset 707925


Ignore:
Timestamp:
05/04/2013 03:10:44 PM (13 years ago)
Author:
gesman
Message:

Version update

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

Legend:

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

    r704203 r707925  
    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: 2.11
     14Version: 2.12
    1515Author: BitcoinWay
    1616Author URI: http://www.bitcoinway.com/
  • bitcoin-payments-for-woocommerce/trunk/bwwc-bitcoin-gateway.php

    r701888 r707925  
    535535            );
    536536        update_post_meta (
     537            $order_id,          // post id ($order_id)
     538            'bitcoins_refunded',    // meta key
     539            "0"     // meta value. If array - will be auto-serialized
     540            );
     541        update_post_meta (
    537542            $order_id,              // post id ($order_id)
    538543            '_incoming_payments',   // meta key. Starts with '_' - hidden from UI.
  • bitcoin-payments-for-woocommerce/trunk/bwwc-include-all.php

    r704203 r707925  
    99if (!defined('BWWC_PLUGIN_NAME'))
    1010  {
    11   define('BWWC_VERSION',           '2.11');
     11  define('BWWC_VERSION',           '2.12');
    1212
    1313  //-----------------------------------------------
  • bitcoin-payments-for-woocommerce/trunk/readme.txt

    r704203 r707925  
    6161== Changelog ==
    6262
     63= 2.12 =
     64* Added 'bitcoins_refunded' field to order to input refunded value for tracking.
     65
    6366= 2.11 =
    6467* Minor upgrade - screenshots fix.
Note: See TracChangeset for help on using the changeset viewer.