Skip to content

Latest commit

 

History

History
84 lines (51 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

84 lines (51 loc) · 3.82 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines

1.3.1

  • updated and pinned xml2js due to a breaking change in a minor version release
  • changed dependency versioning

1.3.0

  • 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

1.2.1 (2016-10-23)

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:

1.2.0 (2016-07-27)

Enhancements:

Docs:

1.1.2 (2016-04-27)

Bug fixes:

  • Issue #27. From now on dependency packages will be installed in the plugin's folder instead of the project's root folder.

1.1.1 (2016-03-17)

Bug fixes:

  • Issue #52. Fixed config.xml file preferences reading. Thanks to @ikostic for providing fix.
  • Issue #47. If paths in apple-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)

Bug Fixes

  • Use ES5 syntax to support older android versions (5.1 and lower) (3107b6e)

Features

  • Add support for cordova-android 7.0+ (823e704)

1.0.1 (2018-03-07)

Bug Fixes

  • hooks: Invalid hook path (using old plugin name) (1bb2aa4)

1.0.0 (2018-03-02)

initial-release: Initial release