You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PhraseApp.setAppVersion(version) method to manually override the app version. The version has to use the semver format and will be used to determine which release should be used. Can be used in cases where the real app version is not in semver format
Renamed PhraseApp.init() to PhraseApp.setup(). PhraseApp.setup() also does no longer automatically download translations. Instead PhraseApp.setup() and PhraseApp.updateTranslations() need to be used together.