Skip to content

Commit

Permalink
chore(release): raise to version 4.2.0-OS32
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Nov 2, 2021
1 parent 84c51e9 commit 5fd7272
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,26 @@ The changes documented here do not include those from the original repository.

## [Unreleased]

## [4.2.0-OS32]
### Fixes
- Fix: New plugin release to include metadata tag in Extensability Configurations in the OS wrapper

## [4.2.0-OS31]
### Fixes
- Fix: Fixed Camera not opening on Android 12 (targetSDK & compileSDK = 31) (https://outsystemsrd.atlassian.net/browse/RMET-812)

## [4.0.1-OS10 = 4.0.1-OS30]
## [4.2.0-OS10 = 4.2.0-OS30]
### Feature
- Feature: Add Crop, Rotate and Flip features on Android and iOS (https://outsystemsrd.atlassian.net/browse/RMET-626)(https://outsystemsrd.atlassian.net/browse/RMET-627)

## [4.0.1-OS9]
## [4.2.0-OS9]
### Fixes
- Fix: apply correct orientation to PNG too (https://outsystemsrd.atlassian.net/browse/RMET-739)

## [4.0.1-OS8]
## [4.2.0-OS8]
### Fixes
- Fix: Fixed Android conflict with file providers (https://outsystemsrd.atlassian.net/browse/RMET-738)

## [4.0.1-OS7]
## [4.2.0-OS7]
### Fixes
- Fix: Fixed iOS implementation to ask for photo library permissions when needed (https://outsystemsrd.atlassian.net/browse/RMET-733)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera",
"version": "4.2.0-OS31",
"version": "4.2.0-OS32",
"description": "Cordova Camera Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-camera"
version="4.2.0-OS31">
version="4.2.0-OS32">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 5fd7272

Please sign in to comment.