Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 810 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 810 Bytes

[0.3.0] - 2022/11/29

  • fix version compare logic (bug report by DevNico)

[0.2.2] - 2022/08/24

  • add country parameter when requesting ios/mac version info (default='us').
  • optional country argument added to VersionCheck constructor.

[0.2.1] - 2022/06/03

  • fix getting play store version due to web page change. (It will only work when version is formatted as '1.2.3')

[0.2.0+1] - 2022/08/05

[0.2.0] - 2021/03/09

  • null safety

[0.1.1] - 2020/05/21

  • getStoreVersionAndUrl can be passed to constructor to override fetching version and url info.
  • showUpdateDialog can be passed to constructor to override update dialog.

[0.1.0] - 2020/05/21

  • Initial release.