Skip to content

Commit

Permalink
Feat/custom headers PR#60 by Shiva Prasad
Browse files Browse the repository at this point in the history
  • Loading branch information
jepiqueau committed May 20, 2024
1 parent d3b5a0d commit 4c0db15
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 24 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 3.2.0 (2024-05-20)

## Cease of Maintenance

- Update README.md

## Chore

- Update to @capacitor/core 5.7.5
- Update to @capacitor/ios 5.7.5
- Update to @capacitor/android 5.7.5

## Added Features

- Feat/custom headers PR#60 by Shiva Prasad



# 3.0.6 (2023_12_21)
### Chore

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ On iOS plugin, the creation of a movie from the pictures stored in the <strong>A
<a href="https://www.npmjs.com/package/@capacitor-community/photoviewer"><img src="https://img.shields.io/npm/dw/@capacitor-community/photoviewer?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/@capacitor-community/photoviewer"><img src="https://img.shields.io/npm/v/@capacitor-community/photoviewer?style=flat-square" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-7-orange?style=flat-square" /></a>
<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-8-orange?style=flat-square" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
</p>
<br>
Expand Down Expand Up @@ -293,6 +293,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<a href="https://github.com/adnbrownie" title="adnbrownie"><img src="https://github.com/adnbrownie.png?size=100" width="50" height="50" /></a>
<a href="https://github.com/chiraganand" title="chiraganand"><img src="https://github.com/chiraganand.png?size=100" width="50" height="50" /></a>
<a href="https://github.com/https://github.com/camilocalvo" title="camilocalvo"><img src="https://github.com/camilocalvo.png?size=100" width="50" height="50" /></a>
<a href="https://github.com/shiv19" title="shiv19"><img src="https://github.com/shiv19.png?size=100" width="50" height="50" /></a>
</p>

<!-- markdownlint-enable -->
Expand Down
6 changes: 4 additions & 2 deletions ios/Plugin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -573,9 +573,10 @@
baseConfigurationReference = 5E23F77F099397094342571A /* Pods-Plugin.debug.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = YJGQTKUD6J;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -599,9 +600,10 @@
baseConfigurationReference = 91781294A431A2A7CC6EB714 /* Pods-Plugin.release.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = YJGQTKUD6J;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down
2 changes: 1 addition & 1 deletion node_modules/@capacitor/android/capacitor/build.gradle

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

30 changes: 15 additions & 15 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@capacitor/android": "^5.5.0",
"@capacitor/core": "^5.5.0",
"@capacitor/android": "5.7.5",
"@capacitor/core": "5.7.5",
"@capacitor/docgen": "^0.0.17",
"@capacitor/ios": "^5.5.0",
"@capacitor/ios": "5.7.5",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^1.0.1",
"@ionic/swiftlint-config": "^1.1.2",
Expand All @@ -65,7 +65,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": "^5.0.0"
"@capacitor/core": "5.7.5"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand All @@ -81,6 +81,6 @@
}
},
"dependencies": {
"jeep-photoviewer": "^1.2.0"
"jeep-photoviewer": "^1.2.3"
}
}

0 comments on commit 4c0db15

Please sign in to comment.