Hello
I am trying migrate from mybb to flarum (latest version) with this plugin:
https://discuss.flarum.org/d/5506-mybb-to-flarum

But don't work. The plugin needs an update to work with flarum latest version.
I need to migrate urgently and I think the plugin update will not come soon.
Is there a way to downgrade my flarum version?

Regards

    teletubbie Is there a way to downgrade my flarum version?

    In your composer.json there's an entry for flarum/core set the value behind it to the exact version you need, eg v0.1.0-beta.12. I hope this works because at some point we changed the skeleton (flarum/flarum) dramatically.

    To what version do you want to downgrade?

      luceos I think I must downgrade to v0.1.0-beta.12 or v0.1.0-beta.11 to run the importer and when is finished the importation, upgrade inmediately to v0.1.0-beta.13
      what do you think?
      thanks!

      luceos
      I just change that line from:
      "flarum/core": "0.1.0",
      to:
      "flarum/core": "v0.1.0-beta.12",

      what else should i do to downgrade?
      I still have the version v0.1.0-beta.13

      Thanks

        teletubbie woops forgot the command 😛

        composer update --prefer-dist --no-dev -a --with-all-dependencies