@girish there may be something wrong with your dns. I can access that link just fine.
1.0.0 Breaking Changes
-
- For group chat changes see this.
- The hook
action:user.loggedOut
is now deprecated (but still usable), please usestatic:user.loggedOut
instead - A new hook
filter:popular.build
has been added usersController.getUsers
signature changedfilter:controllers.topic.get
parameters changedtopics.getTopicWithPosts
signature changed see
-
filter:admin.scripts.get
no longer prepends the site URL. This makes it possible to link scripts from an external CDN for example without modifying theheader.tpl
filter:scripts.get
is no longer handled similarly as thescripts
array inplugin.json
and now mirrors the exact functionality offilter:admin.scripts.get
In summary...
In your
plugin.json
, use thescripts
(example) oracpScripts
array to add JS files to either client side or ACP side. Use the above filter hooks to add external files or dynamically generated files. -
Removed some properties from the global config object. Most of these properties were only used in 1 or 2 routes so they are moved to their respective pages now.
https://github.com/NodeBB/NodeBB/commit/d7df6c0b061cb27b0753dc7ef4a034a54caf6c83
Important theme changes
https://github.com/NodeBB/nodebb-theme-persona/commit/0e71131a1b85d1f3361c309b476f6d7a43b7f6ce
-
Posts.delete
,Posts.restore
andPosts.purge
signatures changed https://github.com/NodeBB/NodeBB/commit/46c8101c5c03cc7fe8359aaee00a3534aa8527ae -
@baris Does this break solr and dbsearch?
-
Nope, they don't seem to be using any of those methods.
-
Pagination is now a component https://github.com/NodeBB/nodebb-theme-persona/commit/13800e97fcbde419f5ab64b5f3ee850f1677fa7b
-
Upload picture modal template has been renamed and has more options now. See this issue
https://github.com/NodeBB/NodeBB/issues/4268 -
v1.0.0 has been launched, and is available in the
v1.x.x
branch. -
No announcement thread in the announcements section?
Congratulations, guys! NodeBB has come a long way.