Apparently the Calendar Plugin:
nodebb-plugin-calendar
Calendar and events for NodeBB
Installed 1.0.0-alpha.50 | Latest 1.0.0-alpha.50
Does not work with 1.13.0
Can someone please update it?
action:user.loggedOut
is now deprecated (but still usable), please use static:user.loggedOut
insteadfilter:popular.build
has been added
usersController.getUsers
signature changed
filter:controllers.topic.get
parameters changed
topics.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 the header.tpl
filter:scripts.get
is no longer handled similarly as the scripts
array in plugin.json
and now mirrors the exact functionality of filter:admin.scripts.get
In summary...
In your plugin.json
, use the scripts
(example) or acpScripts
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
and Posts.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.