Plugin Directory

Changeset 1923234


Ignore:
Timestamp:
08/11/2018 05:23:30 AM (8 years ago)
Author:
kunlexzy
Message:

Updated minor bug for demo payment

Location:
woo-voguepay/trunk
Files:
3 edited

Legend:

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

    r1921987 r1923234  
    44Requires at least: 4.4
    55Tested up to: 4.9
    6 Stable tag: 1.0
     6Stable tag: 1.1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • woo-voguepay/trunk/includes/class.voguepay.php

    r1921987 r1923234  
    163163                'desc_tip'    => true
    164164            ),
    165 
    166             'developer_code' => array(
    167                 'title'       => 'Developer Code (Optional)',
    168                 'type'        => 'text',
    169                 'description' => ''
    170             ),
    171 
     165 
    172166        );
    173167
     
    289283        );
    290284
    291         $request = wp_remote_get( $voguepay_redirect, $args );
     285        $request = wp_remote_get( $voguepay_redirect, $args ); 
    292286
    293287        $valid_url = strpos( $request['body'], $this->url.'pay' );
  • woo-voguepay/trunk/woo-voguepay.php

    r1921987 r1923234  
    1010 * Plugin URI:  https://wordpress.org/plugins/woo-voguepay/
    1111 * Description: VoguePay plugin for WooCommerce.
    12  * Version:     1.1
     12 * Version:     1.1.0
    1313 * Author:      kunlexzy
    1414 * Author URI:  https://voguepay.com/3445-0056682
    15  * Text Domain: woo-voguepay
     15 * Text Domain: woo-voguepay 
    1616 * License:     GPL-2.0+
    1717 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    2222
    2323define( 'VPWOO_VOGUEPAY_BASE', __FILE__ );
    24 define( 'VPWOO_VOGUEPAY_VERSION', '1.1' );
     24define( 'VPWOO_VOGUEPAY_VERSION', '1.1.0' );
    2525
    2626function vpwoo_voguepay_init()
Note: See TracChangeset for help on using the changeset viewer.