File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ v7.0.0] ( https://github.com/capacitor-community/exif/compare/v6.0.0...v7.0.0 ) (2025-01-28)
6
+
7
+ ### Chores
8
+
9
+ - support capacitor v7.0.0 ([ #2 ] ( https://github.com/capacitor-community/exif/pull/2 ) ), ([ 4f6e1ca] ( https://github.com/capacitor-community/exif/commit/4f6e1ca92c9529729ba75bc2ff12495852c80d50 ) )
10
+ - added ** Exif Demo** example application to demo the exif plugin usage
11
+
5
12
## v6.0.0
6
13
7
14
- initial release
Original file line number Diff line number Diff line change @@ -44,12 +44,13 @@ This plugin has been primarity implemented to enhance other plugins which requir
44
44
- support setting coordinates to image files
45
45
- supports Android and iOS platforms
46
46
47
- ** NOTE** : The plugin version 6 .0.0 is compatible with Capacitor 6
47
+ ** NOTE** : The plugin version 7 .0.0 is compatible with Capacitor 7
48
48
49
49
## Plugin versions
50
50
51
51
| Capacitor version | Plugin version |
52
52
| ----------------- | -------------- |
53
+ | 7.x | 7.x |
53
54
| 6.x | 6.x |
54
55
55
56
## Supported Platforms
@@ -67,7 +68,9 @@ npx cap sync
67
68
## Configuration
68
69
69
70
### Android
71
+
70
72
This plugin will use the following project variables (defined in your app's variables.gradle file):
73
+
71
74
```
72
75
androidxExifInterfaceVersion: version of androidx.exifinterface:exifinterface (default: 1.3.6)
73
76
```
@@ -82,7 +85,6 @@ androidxExifInterfaceVersion: version of androidx.exifinterface:exifinterface (d
82
85
83
86
</docgen-index >
84
87
85
-
86
88
<docgen-api >
87
89
<!-- Update the source file JSDoc comments and rerun docgen to update the docs below-->
88
90
@@ -144,6 +146,8 @@ Get the coordinates from the image EXIF metadata.
144
146
145
147
## Usage
146
148
149
+ Please also see ** example-app** for a complete example.
150
+
147
151
### Set coordinates to image file
148
152
149
153
```
@@ -168,4 +172,3 @@ const coordinates: {
168
172
lng: number;
169
173
} | undefined = await this.exifPlugin.getCoordinates(options);
170
174
```
171
-
You can’t perform that action at this time.
0 commit comments