@baris correct answer! thanks!
How do I create a post in Group?
-
@dunlix yes we are yet to plan the upgrade. Can you share with me a list of new features we can see in the latest release? I will need to do a code review with my team to run impact analysis on upgrading to the latest version.
I have reviewed the release notes, but they are too technical for me to understand
-
@esha you should really upgrade more often as you're missing out on several security fixes.
You can check the blog for more high level overviews for each release:
-
@esha The feature list would be endless, as you are running several years behind. One of those features is what i showed, I don't even know how long ago it was added.
https://github.com/NodeBB/NodeBB/releases
youd have too look at ALL changes SINCE v1.11.2. Very long ago -
The easiest way is to use git to apply the same changes to the new files.
You can create a patch and then apply that patch to an upgraded clone of the repository. Git will tell you when conflicts occur and you can fix those manually.
Do note this is exactly why we recommend using a plugin for customization: it's much easier to keep plugins up to date than modify your customizations to core every time we modify the file.