Plugin Directory

Changeset 3390066


Ignore:
Timestamp:
11/05/2025 12:01:12 AM (5 months ago)
Author:
codemstory
Message:

5.4.13

[토스페이먼츠] 페이팔 결제수단 지원통화 제한 적용

Location:
pgall-for-woocommerce/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pgall-for-woocommerce/trunk/includes/gateways/tosspayments/class-wc-gateway-tosspayments-paypal.php

    r3298432 r3390066  
    2828            }
    2929            function get_supported_currency() {
    30                 return array( 'KRW', 'USD' );
     30                return array( 'USD' );
    3131            }
    3232            public function is_available() {
  • pgall-for-woocommerce/trunk/languages/pgall-for-woocommerce.pot

    r3384900 r3390066  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: pgall-for-woocommerce 5.4.12\n"
     5"Project-Id-Version: pgall-for-woocommerce 5.4.13\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/pgall-for-woocommerce\n"
    8 "POT-Creation-Date: 2025-10-27 00:12:23+00:00\n"
     8"POT-Creation-Date: 2025-11-04 23:59:19+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • pgall-for-woocommerce/trunk/pgall-for-woocommerce.php

    r3384900 r3390066  
    66Plugin URI:
    77Description: 코드엠샵에서 개발, 운영되는 우커머스 전용 결제 통합 시스템 입니다.
    8 Version: 5.4.12
     8Version: 5.4.13
    99Author: CodeMShop
    1010Author URI: www.codemshop.com
     
    2929        private static $_instance = null;
    3030        protected $slug;
    31         protected $version = '5.4.12';
     31        protected $version = '5.4.13';
    3232        protected $plugin_url;
    3333        protected $plugin_path;
  • pgall-for-woocommerce/trunk/readme.txt

    r3384900 r3390066  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 5.4.12
     8Stable tag: 5.4.13
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484== Changelog ==
    8585
     86= 5.4.13 =
     87[토스페이먼츠] 페이팔 결제수단 지원통화 제한 적용
     88
    8689= 5.4.12 =
    8790[정기결제] 정기결제권에 연결된 결제토큰 변경 기능
Note: See TracChangeset for help on using the changeset viewer.