All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines
- updated and pinned xml2js due to a breaking change in a minor version release
- changed dependency versioning
- added ios-dev-mode
- removed some ancient cordova code for ios
##1.2.3
- changes for cordova 9
##1.2.2
- updated to use new entitlements
- removed some defaults and global vars
- bugfixes
Bug fixes:
- Issue #79. Fixed installation error: header files were added to the compile section of the project.
- Issue #77. Fixed
before_prepare
hook for iOS that crashed on several systems. Thanks to @lunchbag for providing a fix.
Enhancements:
- Issue #93. Fixed iOS build warnings.
Enhancements:
- Merged pull request #56. Adds support for wildcard domains. Thanks to @schmidt for implementation.
Docs:
- Merged pull request #67. Added
Prevent Android from creating multiple app instances
section. Thanks to @yernandus. - Merged pull request #70. Added
Digital Asset Links support
section. Thanks to @ghybs.
Bug fixes:
- Issue #27. From now on dependency packages will be installed in the plugin's folder instead of the project's root folder.
Bug fixes:
- Issue #52. Fixed
config.xml
file preferences reading. Thanks to @ikostic for providing fix. - Issue #47. If
paths
inapple-app-site-association
file contains only*
- we will also add/
, so that app would be opened from root domain. - Merged PR #42. Fixed Android web integration on Android 6.0. Thanks to @mohamed-ahmed.
Docs:
- Merged PR #50. Fixed typo in documentation. Thanks to @rafaellop.
- Merged PR #43. Updated documentation regarding
apple-app-site-association
file. Thanks to @Chun-Yang. - Updated
Useful notes on Universal Links for iOS
section. Thanks to @conor-mac-aoidh for providing information.
1.1.0 (2018-04-06)
- Use ES5 syntax to support older android versions (5.1 and lower) (3107b6e)
- Add support for cordova-android 7.0+ (823e704)
1.0.1 (2018-03-07)
- hooks: Invalid hook path (using old plugin name) (1bb2aa4)
initial-release: Initial release