Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

70 lines (39 loc) · 3.36 KB

Changelog

All notable changes to this project will be documented in this file.

3.0.0 (2024-07-15)

⚠ BREAKING CHANGES

  • upgrade to Capacitor 6

Features

  • upgrade to Capacitor 6 (#11), closes #9

2.0.0 (2023-05-07)

⚠ BREAKING CHANGES

  • upgrade to Capacitor 5

Features

  • upgrade to Capacitor 5 (bb28f65)
  • android: add android 13 support (804f90e)
  • android: use java 17 (ad2a8f9)
  • android: update gradle to 8.0.2 and gradle plugin to 8.0.0 (5253c7e)
  • android: update gradle wrapper (6b3f928)

Bug Fixes

  • android: fix phone number is empty string on android 11 and above (66a8844)
  • android: resolve permission issue (cfe5a8b)
  • android: resolve permission issue for android 13 (d8939ff)
  • ios: fix "Empty collection literal requires an explicit type" warning (5ea57b3)

1.0.5 (2023-04-16)

Bug Fixes

  • android: fix phone number is empty string on android 11 and above (#6) (0f9a853), closes #3

1.0.4 (2023-02-27)

Bug Fixes

  • android: resolve crash issue on Android < 10 (4858507)

1.0.3 (2023-02-22)

Bug Fixes

  • add missing required attribute authors (#2) (70538b7), closes #1

1.0.2 (2022-11-11)

Bug Fixes

  • android: resolve issues that warning messages occur when building apk

1.0.1 (2022-10-20)

Bug Fixes

  • docs: improve documentation and comments

1.0.0 (2022-09-15)

Features

  • improve documentation and comments (446aaf2)