Skip to content

Commit

Permalink
Update to v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Dec 18, 2024
1 parent 24bfe44 commit fa73ff5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [7.0.1](https://github.com/capacitor-community/media/compare/v7.0.1...v7.0.0) (2024-12-17)
- Add media identifier to return value of `savePhoto()` and `saveVideo()` on iOS

## [7.0.0](https://github.com/capacitor-community/media/compare/v7.0.0...v6.0.0) (2024-08-28)
- Add duration to `getMedias()` videos
- Permissions are no longer required on Android for non-gallery use (BREAKING)
Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@capacitor-community/media",
"version": "7.0.0",
"description": "Enable some media features for Capacitor such as create albums, save videos, gifs and more.",
"version": "7.0.1",
"description": "Capacitor plugin for saving and retrieving photos and videos, and managing photo albums.",
"author": "Nisala Kalupahana",
"license": "MIT",
"main": "dist/plugin.cjs.js",
Expand All @@ -18,7 +18,10 @@
"keywords": [
"capacitor",
"plugin",
"native"
"native",
"photo",
"video",
"albums"
],
"scripts": {
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
Expand Down

0 comments on commit fa73ff5

Please sign in to comment.