Skip to content

Releases: WuglyakBolgoink/cordova-plugin-iroot

v3.1.0

24 May 09:40
Compare
Choose a tag to compare

v3.0.0

20 May 19:21
Compare
Choose a tag to compare
  • bump rootbeer from 0.0.8 to 0.0.9

BREAKING CHANGES:

  • support "cordova" version ">=10.0.0"
  • support "cordova-android" version ">=9.0.0"
  • support "cordova-ios" version ">=6.0.0"

v2.1.0

18 Sep 15:35
Compare
Choose a tag to compare
  • Add Check by Methods and Remove Check isRunningOnEmulator by default (#43)

v2.0.1

12 Jun 12:06
Compare
Choose a tag to compare
  • fix: add ".vscode" folder in .*ignore files

v2.0.0

12 Jun 12:06
Compare
Choose a tag to compare

BREAKING CHANGES:

  • remove nodeJS stuff
  • remove cordova hooks
  • remove ENABLE_BUSYBOX_CHECK plugin preference
  • remove isRootedRedBeerWithoutBusyBoxCheck function
  • add new internal checks
    • add simple emulator check
    • add simple magisk check (full implementation will be finished soon in rootbeer library)
  • update documentation / Typings
  • update gradle configuration
  • bump rootbeer from 0.0.7 to 0.0.8