Skip to content

Commit c0ae62f

Browse files
chore: prepare to release 1.0.0
1 parent a0d9dea commit c0ae62f

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [Unreleased]
6+
# [1.0.0](https://github.com/ionic-team/capacitor-file-transfer/tree/v1.0.0) (2025-05-26)
7+
8+
### Features
9+
10+
- Implement plugin methods: `downloadFile` and `uploadFile`.

packages/capacitor-plugin/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@ Remove all listeners for this plugin.
158158
### Errors
159159
The plugin returns the following errors with specific codes on iOS, Android, and Web:
160160

161-
| Error code | Platform(s) | Description |
162-
|-------------------|------------------|----------------------------------|
163-
| OS-PLUG-FLTR-0005 | Android, iOS | The method's input parameters aren't valid. |
164-
| OS-PLUG-FLTR-0006 | Android, iOS | Invalid server URL was provided or URL is empty. |
165-
| OS-PLUG-FLTR-0007 | Android, iOS | Unable to perform operation, user denied permission request. |
166-
| OS-PLUG-FLTR-0008 | Android, iOS | Operation failed because file does not exist. |
167-
| OS-PLUG-FLTR-0009 | Android, iOS, Web | Failed to connect to server. |
168-
| OS-PLUG-FLTR-0010 | Android, iOS | The server responded with HTTP 304 – Not Modified. If you want to avoid this, check your headers related to HTTP caching. |
169-
| OS-PLUG-FLTR-0011 | Android, iOS | The server responded with an HTTP error status code. |
170-
| OS-PLUG-FLTR-0012 | Android, iOS, Web | The operation failed with an error (generic error). |
161+
| Error code | Platform(s) | Description |
162+
|-------------------|-------------------|----------------------------------|
163+
| OS-PLUG-FLTR-0004 | Android, iOS | The method's input parameters aren't valid. |
164+
| OS-PLUG-FLTR-0005 | Android, iOS | Invalid server URL was provided or URL is empty. |
165+
| OS-PLUG-FLTR-0006 | Android, iOS | Unable to perform operation, user denied permission request. |
166+
| OS-PLUG-FLTR-0007 | Android, iOS | Operation failed because file does not exist. |
167+
| OS-PLUG-FLTR-0008 | Android, iOS, Web | Failed to connect to server. |
168+
| OS-PLUG-FLTR-0009 | Android, iOS | The server responded with HTTP 304 – Not Modified. If you want to avoid this, check your headers related to HTTP caching. |
169+
| OS-PLUG-FLTR-0010 | Android, iOS | The server responded with an HTTP error status code. |
170+
| OS-PLUG-FLTR-0011 | Android, iOS, Web | The operation failed with an error (generic error). |
171171

172172
When handling errors in your application, you can check the error code to determine the specific issue. The error object typically contains additional information such as:
173173

0 commit comments

Comments
 (0)