As of v1.4.4 nconf.get('upload_path'); is no longer a relative path pointing to the uploas directory, it is now an absolute path to the uploads directory. Change introduced in commit aaacdb8413c9bc3f3d47c249c0d0287eac1cad88
1.13.0 Breaking Changes
-
NodeBB no longer supports NodeJS 6 and below!
Please see the following issues for breaking changes to plugins and themes.
https://github.com/NodeBB/NodeBB/issues?utf8=ā&q=is%3Aissue+milestone%3A1.13.0+label%3A"breaking+change+(themes)"+
https://github.com/NodeBB/NodeBB/issues?q=is%3Aissue+milestone%3A1.13.0+label%3A"breaking+change+(plugins)"If you have plugins that are affected, please update your plugin and add the below to your package.json
"nbbpm": { "compatibility": "^1.13.0" }
-
Whoo hoo, time for aggressive updates!
-
-
Breaking change to themes https://github.com/NodeBB/NodeBB/issues/8018
This only affects custom themes on forums that are running on a subfolder. To upgrade the theme to 1.13.0 just remove
{config.relative_path}
from the files in this commit. https://github.com/NodeBB/nodebb-theme-persona/commit/eb33ae7fa1d59aa1fce77cea988a537e277049b5 -
Apparently the Calendar Plugin:
nodebb-plugin-calendar
Calendar and events for NodeBBInstalled 1.0.0-alpha.50 | Latest 1.0.0-alpha.50
Does not work with 1.13.0
Can someone please update it?