You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 5.1KB

Change Log

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 (2015-12-18)

Bug fixes:

  • Issue #26. Fixed support for multiple wildcards in path. Thanks to @tdelmas for helping with solution.
  • Other minor bug fixes.

Enhancements:

  • Issue #18. Added JS module through which you can subscribe for launch events. Solves timing issue with the previous document.addEventListener() approach.
  • Issue #20. Lowered min iOS version to 8.0. Plugin want work on devices prior to iOS 9, but if your application includes this plugin - it now will run on iOS 8 devices. Before you had to drop iOS 8 support.
  • Issue #22. Plugin now compatible with Cordova v5.4.
  • Issue #24. Now you can define iOS Team ID as plugin preference. It will be used for generation of apple-app-site-association files.
  • Issue #25. Plugin now compatible with Cordova iOS platform v4.0.0.

Docs:

  • Added Migrating from previous versions section.
  • Updated Cordova config preferences section.
  • Updated Application launch handling section.
  • Other minor changes because of new release.

1.0.1 (2015-10-23)

Bug fixes:

  • Android. Fixed issue #9. Now when application is resumed from the link click - appropriate event is dispatched to the JavaScript side.

Enhancements:

  • iOS. Issue #6. Scheme is now removed from the url matching process, since it is not needed: only hostname and path are used.
  • Merged pull request #1. Now dependency npm packages are taken from the package.json file. Thanks to @dpa99c.

Docs:

  • Added Useful notes on Universal Links for iOS section.
  • Updated Android web integration section. Added more information about web integration process.
  • Added some additional links on the Android documentation.
  • Fixed some broken links inside the docs.
  • Added CHANGELOG.md file.