• Members 4 posts
    May 7, 2019, 12:20 p.m.

    Hi,

    I cloned the current version from GitHub. On the admin panel in the console there is an "Uncaught ReferenceError: $ is not defined" error. Probably this error leads to the fact that the Version Check does not work, too.

    Question 2: on GitHub the version in misago/init.py is still version = "0.19.4" is this intentional?

  • May 8, 2019, 1:16 a.m.

    Hi,

    Master contains code that is more or less under development. There have been some big changes to admin control panel, one of those being deletion of jQuery. Admin is now working without it, with single exception being admin index page that is being fully redesigned instead. This error will disappear in few weeks when new admin index page gets merged.

    Question 2: on GitHub the version in misago/init.py is still version = "0.19.4" is this intentional?

    Yes. I bump the version only before the release ;)