File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ### [ 4.0.0-OS9] - 2021-12-07
8
+ ### Fix
9
+ - Removed Swift extensions to compile projects names with non-ascii characters.
10
+
7
11
### [ 4.0.0-OS8] - 2021-11-04
8
12
### Fix
9
13
- New plugin release to include metadata tag in Extensibility Configurations in the OS wrapper
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-inappbrowser" ,
3
- "version" : " 4.0.0-OS8 " ,
3
+ "version" : " 4.0.0-OS9 " ,
4
4
"description" : " Cordova InAppBrowser Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" cordova-plugin-inappbrowser"
23
- version =" 4.0.0-OS8 " >
23
+ version =" 4.0.0-OS9 " >
24
24
25
25
<name >InAppBrowser</name >
26
26
<description >Cordova InAppBrowser Plugin</description >
You can’t perform that action at this time.
0 commit comments