Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : iOS Resource 폴더 참조 [PCM-417] #56

Merged
merged 1 commit into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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