nodeBB v1.13.1 Release Notes

Release Date: 2019-12-19 // over 4 years ago
  • 1.13.1 (2019-12-19)

    Chores
    • incrementing version number - v1.13.1 (d1e0672)
    • incrementing version number - v1.13.0 (c38b2d2)
    • deps:
    ๐Ÿ“š Documentation Changes
    • โšก๏ธ updated changelog (94499da)
    ๐Ÿ†• New Features
    • ๐Ÿ‘ better output for cli plugins list, closes #8075 (4fc6944)
    • #5272, allow changing user groups from manage users page (05c9fe2)
    • ๐Ÿ”€ merge social authentication into plugins menu in ACP (f9a8ebf)
    • convert middleware.isAdmin to async/await (efd1e88)
    ๐Ÿ› Bug Fixes
    • #8085, fix cookie name (dec157d)
    • #8058, fix incorrect digest setting display in ACP (1b992d8)
    • โœ‚ remove select version (6a17e32)
    • travis config (3ae9830)
    • ๐Ÿฑ travis ๐Ÿถ (3731dc4)
    • ๐Ÿ”€ #8078, dont mark notifications read without a mergeId (a8df6d6)
    • #8077, show continue chat on all profile pages (7af1c87)
    • profile showing posts from deleted topics (2679f37)
    • ๐Ÿ”ง #8073, configurable necroThreshold (4d66978)
    • ๐Ÿ‘ allow members to search as well (b323df2)
    • #8069, dont show hidden groups in search (c2cd7de)
    • missing await (33fd4a1)
    • #8064, break-word on post-queue (1bda92e)
    • #6711 (7ed002a)
    • #8061, don't crash if there is a network problem (de40410)
    • #8059, properly mark topic unread when using mark unread for all (a688aaa)
    • #8042, dont show errors after clearing form (3811e0a)
    • unhandled promise rejection error on reset error (5107377)
    • #8050, fix redirect after registration (366ad5c)
    • ๐Ÿ‘‰ make _csrf a secure cookie if the website is using https (#8045) (0efe27b)
    • #8034 (0a96c92)
    • serialize (a254520)
    • ๐Ÿ‘‰ show login fields if user has local password (1eca5b3)
    • ๐Ÿ‘‰ use the correct attribute name for widgets (6c404b8)
    • deps:
      • update dependency semver to v7 (483d753)
      • update dependency nodebb-theme-vanilla to v11.1.12 (610ecf3)
      • update dependency sharp to v0.23.4 (#8076) (eb18c18)
      • update dependency nodebb-theme-persona to v10.1.30 (0514383)
      • update dependency nodebb-plugin-markdown to v8.11.0 (702ca16)
      • update dependency connect-mongo to v3.2.0 (2aef7a5)
      • update dependency mongodb to v3.3.5 (#8065) (68118e4)
      • update dependency nodebb-theme-persona to v10.1.29 (#8057) (3493309)
      • update dependency sharp to v0.23.3 (#8044) (6fa8882)
      • update dependency validator to v12.1.0 (#8055) (488ea39)
      • update dependency nodebb-theme-slick to v1.2.28 (#8041) (b3511f7)
      • update dependency nodebb-theme-vanilla to v11.1.11 (#8040) (d567c4a)
      • update dependency nodebb-theme-persona to v10.1.28 (#8039) (6c87bed)
      • update dependency nodebb-plugin-dbsearch to v4.0.7 (#8038) (1e2e16b)
    ๐Ÿ”จ Refactors