Changeset 1379131
- Timestamp:
- 03/26/2016 01:35:55 AM (10 years ago)
- Location:
- woopay-lguplus/trunk
- Files:
-
- 3 edited
-
includes/class-woopay-lguplus-payment.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
woopay-lguplus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woopay-lguplus/trunk/includes/class-woopay-lguplus-payment.php
r1378400 r1379131 252 252 } 253 253 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' ); 255 256 256 257 $translation_array = array( … … 268 269 269 270 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 ); 271 272 wp_localize_script( $this->woopay_api_name . '_iframe', 'woopay_string', $translation_array ); 272 273 wp_enqueue_script( $this->woopay_api_name . '_iframe' ); -
woopay-lguplus/trunk/readme.txt
r1378400 r1379131 72 72 73 73 = English = 74 = 1.0.2 = 75 * Added jQuery UI dependency 76 74 77 = 1.0.1 = 75 78 * Bug fix for payment not working after disabling test mode … … 79 82 80 83 = Korean (한글) = 84 = 1.0.2 = 85 * jQuery UI 의존성 추가 86 81 87 = 1.0.1 = 82 88 * 테스트모드 해제시 결제 안되던 버그 수정 -
woopay-lguplus/trunk/woopay-lguplus.php
r1378401 r1379131 4 4 Plugin URI: http://www.planet8.co/ 5 5 Description: Korean Payment Gateway integrated with LG U+ for WooCommerce. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: Planet8 8 8 Author URI: http://www.planet8.co/
Note: See TracChangeset
for help on using the changeset viewer.