Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.1.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Jan 9, 2024
2 parents 33f4bd1 + 824bf9e commit 36d86a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ This release adds support for handling account linking and asset unlock events c

## Changelog

- scripting define symbol `RPM_DISABLE_WEBVIEW_PERMISSIONS` can now be used to disable Android permissions override @harrisonhough in [#26](https://github.com/readyplayerme/rpm-unity-sdk-webview/pull/26)

- fixed a flaw in the logic for disabling android build processor
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.0] - 2024.04.01
## [2.1.1] - 2024.09.01

### Fixed
- fixed a flaw in the logic for disabling android build processor

## [2.1.0] - 2024.08.01

### Added
- scripting define symbol `RPM_DISABLE_WEBVIEW_PERMISSIONS` can now be used to disable Android permissions override @harrisonhough in [#26](https://github.com/readyplayerme/rpm-unity-sdk-webview/pull/26)
Expand Down
2 changes: 1 addition & 1 deletion Editor/AndroidBuildProcessor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if UNITY_EDITOR && !RPM_DISABLE_WEBVIEW_PERMISSIONS
#if !RPM_DISABLE_WEBVIEW_PERMISSIONS
using System.IO;
using System.Xml;
using UnityEditor;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.readyplayerme.webview",
"version": "2.1.0",
"version": "2.1.1",
"displayName": "Ready Player Me WebView",
"description": "Ready Player Me WebView helps you display an in-engine browser that helps you load RPM website where you can create avatars and receive avatar URL at the end of the process.\nWebView is mobile only and works in Android and IOS builds.",
"category": "tool",
Expand Down

0 comments on commit 36d86a8

Please sign in to comment.