The admin panel upgrade message is wrong
-
It looks like it pulls that number directly from the package.json, but a careless plugin could overwrite it... maybe try disabling your plugins to see if that's the cause?
-
I found this in the root level package.json:
"name": "nodebb-plugin-bbcode-to-markdown",
"version": "0.1.0",
"description": "NodeBB BBCode to Markdown Plugin",
"main": "library.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1"I suppose it does not belong there? Changing the 0.1.0 to 0.7.2 was reflected upon the Nodebb version shown in the menus.
Copyright © 2024 NodeBB | Contributors