Plugin Directory

Changeset 1921987


Ignore:
Timestamp:
08/09/2018 06:07:49 AM (8 years ago)
Author:
kunlexzy
Message:

version 1.1

Location:
woo-voguepay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woo-voguepay/trunk/README.txt

    r1921863 r1921987  
    66Stable tag: 1.0
    77License: GPLv2 or later
    8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     8License URI: http://www.gnu.org/licenses/gpl-2.0.html 
    99
    1010Voguepay WooCommerce  plugin allows you to accept payment from local and international customers on your store.
  • woo-voguepay/trunk/includes/class.voguepay.php

    r1921852 r1921987  
    418418
    419419                    //Update the order status
    420                     $order->update_status('on-hold', '');
     420                    $order->update_status('on-hold', ''); 
    421421
    422422                    //Error Note
  • woo-voguepay/trunk/woo-voguepay.php

    r1921855 r1921987  
    2222
    2323define( 'VPWOO_VOGUEPAY_BASE', __FILE__ );
    24 define( 'VPWOO_VOGUEPAY_VERSION', '1.0' );
     24define( 'VPWOO_VOGUEPAY_VERSION', '1.1' );
    2525
    2626function vpwoo_voguepay_init()
Note: See TracChangeset for help on using the changeset viewer.