Changeset 1424516
- Timestamp:
- 05/26/2016 07:01:32 AM (10 years ago)
- Location:
- woopay-inicis/trunk
- Files:
-
- 3 edited
-
includes/abstracts/abstract-woopay-core.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
woopay-inicis.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woopay-inicis/trunk/includes/abstracts/abstract-woopay-core.php
r1328110 r1424516 2 2 if ( ! class_exists( 'WooPayCore' ) ) { 3 3 abstract class WooPayCore extends WC_Payment_Gateway { 4 public $core_version = '1.1. 1';4 public $core_version = '1.1.2'; 5 5 6 6 // Check SSL … … 1390 1390 // API Check 1391 1391 public function woopay_check_api() { 1392 $response = wp_remote_ post( $this->get_api_url( 'check_api' ) );1392 $response = wp_remote_get( $this->get_api_url( 'check_api' ) ); 1393 1393 1394 1394 if ( 200 == wp_remote_retrieve_response_code( $response ) ) { -
woopay-inicis/trunk/readme.txt
r1399838 r1424516 80 80 81 81 = English = 82 = 1.1.2 = 83 * Bug fix for settings page not showing on some nginx servers 84 82 85 = 1.1.1 = 83 86 * Bug fix for JSON call … … 93 96 94 97 = Korean (한글) = 98 = 1.1.2 = 99 * nginx 서버 환경에서 간헐적 환경설정 창이 보이지 않던 버그 수정 100 95 101 = 1.1.1 = 96 102 * JSON 호출시 생기는 버그 수정 -
woopay-inicis/trunk/woopay-inicis.php
r1328110 r1424516 4 4 Plugin URI: http://www.planet8.co/ 5 5 Description: Korean Payment Gateway integrated with Inicis for WooCommerce. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Planet8 8 8 Author URI: http://www.planet8.co/
Note: See TracChangeset
for help on using the changeset viewer.