Skip to content

Commit da1a795

Browse files
authored
Merge pull request #3 from capacitor-community/chore/release-7.0.0
chore: release 7.0.0
2 parents 4f6e1ca + 2623256 commit da1a795

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
512
## v6.0.0
613

714
- initial release

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ This plugin has been primarity implemented to enhance other plugins which requir
4444
- support setting coordinates to image files
4545
- supports Android and iOS platforms
4646

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
4848

4949
## Plugin versions
5050

5151
| Capacitor version | Plugin version |
5252
| ----------------- | -------------- |
53+
| 7.x | 7.x |
5354
| 6.x | 6.x |
5455

5556
## Supported Platforms
@@ -67,7 +68,9 @@ npx cap sync
6768
## Configuration
6869

6970
### Android
71+
7072
This plugin will use the following project variables (defined in your app's variables.gradle file):
73+
7174
```
7275
androidxExifInterfaceVersion: version of androidx.exifinterface:exifinterface (default: 1.3.6)
7376
```
@@ -82,7 +85,6 @@ androidxExifInterfaceVersion: version of androidx.exifinterface:exifinterface (d
8285

8386
</docgen-index>
8487

85-
8688
<docgen-api>
8789
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->
8890

@@ -144,6 +146,8 @@ Get the coordinates from the image EXIF metadata.
144146

145147
## Usage
146148

149+
Please also see **example-app** for a complete example.
150+
147151
### Set coordinates to image file
148152

149153
```
@@ -168,4 +172,3 @@ const coordinates: {
168172
lng: number;
169173
} | undefined = await this.exifPlugin.getCoordinates(options);
170174
```
171-

0 commit comments

Comments
 (0)