Plugin Directory

Changeset 1706210


Ignore:
Timestamp:
08/01/2017 09:57:57 AM (9 years ago)
Author:
kdclabs
Message:

Trunk v1.4.1

Location:
camptix-kdcpay-gateway/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • camptix-kdcpay-gateway/trunk/camptix-kdcpay.php

    r1704810 r1706210  
    66 * Author: _KDC-Labs
    77 * Author URI: http://www.kdclabs.com/
    8  * Version: 1.4.0
     8 * Version: 1.4.1
    99 * License: GPLv2 or later
    1010 * Text Doomain: kdcpay
  • camptix-kdcpay-gateway/trunk/classes/class-camptix-payment-method-kdcpay.php

    r1704810 r1706210  
    278278            'udf3' => json_encode( $attendee_info ), // CAMPTIX : Attendee->INFO
    279279            'app' => 'camptix', // CAMPTIX
     280            'dispaly' => 'camptix', // CAMPTIX
    280281            'callBack' => '0' // Allow to remotely inform CampTix via `Notify URL`
    281282        );
     283       
     284        if ( $this->options['ifame'] ) {
     285            $payload['display'] = 'iframe';
     286        } else {
     287            $payload['display'] = 'redirect';
     288        }
    282289       
    283290        if ( $this->options['sandbox'] ) {
  • camptix-kdcpay-gateway/trunk/readme.txt

    r1704810 r1706210  
    55Requires at least: 3.5
    66Tested up to: 4.8.0
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34
     35= 1.4.1 =
     36* Added: `display` field.
    3437
    3538= 1.4.0 =
Note: See TracChangeset for help on using the changeset viewer.