Skip to content

Commit

Permalink
Merge pull request #56 from iamport/fix/ios-resource
Browse files Browse the repository at this point in the history
fix : iOS Resource 폴더 참조 [PCM-417]
  • Loading branch information
kjh5833 authored Dec 13, 2021
2 parents b17dcf4 + 4e28c9a commit c8ae8ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
아임포트 캐패시터 모듈입니다.

## 버전정보
최신버전은 [v1.0.0](https://github.com/iamport/iamport-capacitor/tree/master)입니다. 버전 히스토리는 [버전정보](manuals/VERSION.md)를 참고하세요.
최신버전은 [v1.0.1](https://github.com/iamport/iamport-capacitor/tree/master)입니다. 버전 히스토리는 [버전정보](manuals/VERSION.md)를 참고하세요.

## 지원정보

Expand Down
2 changes: 1 addition & 1 deletion manuals/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| html5_inicis | 웹 표준 이니시스 | 신용카드, 가상계좌, 실시간 계좌이체, 휴대폰 소액결제, 삼성페이, KPAY, 문화상품권, 스마트문상, 해피머니 |
| kcp | NHN KCP | 신용카드, 가상계좌, 실시간 계좌이체, 휴대폰 소액결제, 삼성페이 |
| kcp_billing | NHN KCP 정기결제 | 신용카드 |
| uplus | 토스페이먼츠 (구 LG U+) | 신용카드, 가상계좌, 실시간 계좌이체, 휴대폰 소액결제, 문화상품권, 스마트문상, 도서상푼권 |
| uplus | 토스페이먼츠 (구 LG U+) | 신용카드, 가상계좌, 실시간 계좌이체, 휴대폰 소액결제, 문화상품권, 스마트문상, 도서상품권 |
| jtnet | JTNET | 신용카드, 가상계좌, 실시간 계좌이체, 휴대폰 소액결제 |
| nice | 나이스 정보통신 | 신용카드, 가상계좌, 실시간 계좌이체, 휴대폰 소액결제 |
| kakaopay | 신 - 카카오페이 | 신용카드 |
Expand Down
5 changes: 4 additions & 1 deletion manuals/VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

아임포트 캐패시터 모듈 버전 정보 안내입니다.

- [v1.0.0](https://github.com/iamport/iamport-capacitor/tree/master)
- [v1.0.1](https://github.com/iamport/iamport-capacitor/tree/master)
- iOS Resource 경로를 참조하지 못하는 부분을 해결하였습니다.

- [v1.0.0](https://github.com/iamport/iamport-capacitor/tree/v1.0.0)
- Capacitor V3 를 지원합니다.

- [v0.11.1](https://github.com/iamport/iamport-capacitor/tree/v0.11.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iamport-capacitor",
"version": "1.0.0",
"version": "1.0.1",
"description": "Capacitor plugin for Iamport",
"types": "dist/esm/index.d.ts",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit c8ae8ec

Please sign in to comment.