Skip to content

v2.2.0

Compare
Choose a tag to compare
@nodebb-misty nodebb-misty released this 15 Jun 20:17
· 3239 commits to master since this release

Release build (minor) of NodeBB @ 2022-06-15T20:16:58.092Z

v2.2.0 (2022-06-15)

Chores
  • i18n:
    • fallback strings for new resources: nodebb.admin-settings-uploads (f5afb5c)
    • fallback strings for new resources: nodebb.admin-manage-users (b1dc053)
    • fallback strings for new resources: nodebb.topic (d7d32a8)
  • remove unnecessary affected set from deprecated plugin hook (bef236f)
  • bump persona, #10699 (c7fa73b)
  • bump vanilla (d90fc18)
  • bump persona, closes #10566 (5bc972d)
  • update changelog for v2.1.1 (ca038b8)
  • deps:
    • bump less from 4.1.2 to 4.1.3 in /install (#10685) (7832263)
    • bump nodebb-plugin-2factor from 5.0.0 to 5.0.1 in /install (#10686) (701d8d7)
    • bump spdx-license-list from 6.5.0 to 6.6.0 in /install (c82d34c)
New Features
  • new cronjob and ACP option to delete orphans after configurable number of days, closes #10659 (88aee43)
  • allowed plugins to modify email verification details prior to db saving or email send/plugin fire (b9d4724)
  • pass absolute url to post into post tools response, #10566 (ece733e)
Bug Fixes
  • no need to pass in empty Set in deprecated hooks (3a015eb)
  • #10696, fix alert for password reset email (2da188f)
  • #10692 (b6f8e2f)
  • #10690, all uploads in uploads/files showing orphaned (a04da67)
  • bug where post associations are not shown when the directory is files (7f870be)
Refactors
  • move orphan cleaning logic to its own method, added tests for getOrphans and cleanOrphans (22368b9)
Tests
  • add more asserts to failing test (ea1ed66)