Skip to content

Releases: timtraversy/new_version

0.3.1

06 Jun 21:35
3e1c663

Choose a tag to compare

#117: Make compatible with new Play Store UI

0.3.0

13 Jan 18:02
2c4effb

Choose a tag to compare

#75: Add forceAppVersion field to make testing easier.
#77: Improve canUpdate logic so that greater local version won't prompt for an update.

0.2.3

24 Aug 16:30

Choose a tag to compare

#50: Check for empty result from iOS App Store if the app does not exist in the store

0.2.2

05 Jul 12:05

Choose a tag to compare

#45: Check if What's New text exists before accessing it to prevent crash.

0.2.1

23 Jun 14:17
ffae7be

Choose a tag to compare

  • Optional field releaseNotes added to VersionStatus, which contains the release notes for a published app.
  • Optional parameter allowDismissal added to showUpdateDialog function. When it is set to false, the plugin prevents the user from dismissing the update dialog. By default it is true.

0.2.0

23 Mar 21:57

Choose a tag to compare

Breaking changes

  • NewVersion now only has three fields iOSId, androidId, and iOSAppStoreCountry. The other fields have been turned into parameters for the individual functions.

0.1.0

23 Mar 20:51
420563c

Choose a tag to compare

Breaking changes

  • VersionStatus can no longer be directly instantiated by the user.
  • Migrated to null-safety, so certain fields are now final or non-null, which may break your code.

Non-breaking changes

  • canUpdate now checks that the local version is smaller than the store version, not just that it is unequal.

0.0.7

16 Mar 22:06
420563c

Choose a tag to compare

  • Add iOSAppStoreCountry parameter to allow app lookup in a different country's App Store
  • Bump packages to latest version
  • Migrate from package_info to package_info_plus
  • Clean up example project
  • Document all parameters in README

v0.0.5

29 Sep 18:22

Choose a tag to compare

Fix HTTPS bug on iOS. Fix null return for android version statuses. Upgrade dependencies.