Plugin Directory

Changeset 1379131


Ignore:
Timestamp:
03/26/2016 01:35:55 AM (10 years ago)
Author:
massu0310
Message:

1.0.2 Update

Location:
woopay-lguplus/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woopay-lguplus/trunk/includes/class-woopay-lguplus-payment.php

    r1378400 r1379131  
    252252            }
    253253
    254             wp_register_script( $this->woopay_api_name . 'woopay_script', $woopay_script_url, array( 'jquery' ), '1.0.0', true );
     254            wp_register_script( $this->woopay_api_name . 'woopay_script', $woopay_script_url, array( 'jquery', 'jquery-ui-core', 'jquery-ui-dialog' ), null, true );
     255            wp_enqueue_style( 'wp-jquery-ui-dialog' );
    255256
    256257            $translation_array = array(
     
    268269
    269270            if ( $this->window_type == 'iframe' ) {
    270                 wp_register_script( $this->woopay_api_name . '_iframe', $this->woopay_plugin_url . 'assets/js/iframe.js', array( 'jquery' ), null, false );
     271                wp_register_script( $this->woopay_api_name . '_iframe', $this->woopay_plugin_url . 'assets/js/iframe.js', array( 'jquery' ), null, true );
    271272                wp_localize_script( $this->woopay_api_name . '_iframe', 'woopay_string', $translation_array );
    272273                wp_enqueue_script( $this->woopay_api_name . '_iframe' );
  • woopay-lguplus/trunk/readme.txt

    r1378400 r1379131  
    7272
    7373= English =
     74= 1.0.2 =
     75* Added jQuery UI dependency
     76
    7477= 1.0.1 =
    7578* Bug fix for payment not working after disabling test mode
     
    7982
    8083= Korean (한글) =
     84= 1.0.2 =
     85* jQuery UI 의존성 추가
     86
    8187= 1.0.1 =
    8288* 테스트모드 해제시 결제 안되던 버그 수정
  • woopay-lguplus/trunk/woopay-lguplus.php

    r1378401 r1379131  
    44Plugin URI: http://www.planet8.co/
    55Description: Korean Payment Gateway integrated with LG U+ for WooCommerce.
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: Planet8
    88Author URI: http://www.planet8.co/
Note: See TracChangeset for help on using the changeset viewer.