ITS-Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    NodeBB update auf 1.19.5

    Scheduled Pinned Locked Moved Technik
    2 Posts 1 Posters 381 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Offline
      admin
      last edited by

      
      cp -r nodeebb nodebb-update
      cd nodebb-update
      git fetch
      git reset --hard origin/v1.19.x
      ./nodebb upgrade
      cd ..
      mv nodebb nodebb-1.19.4
      mv nodebb-update nodebb
      cd nodebb
      ./nodebb start
      
      1 Reply Last reply Reply Quote 0
      • A Offline
        admin
        last edited by

        v1.19.5 Latest
        Release build (patch) of NodeBB @ 2022-03-16T21:05:47.855Z

        v1.19.5 (2022-03-16)
        Chores
        incrementing version number - v1.19.5 (48d6eb4)
        update changelog for v1.19.4 (0e6e49b)
        deps:
        bump less from 3.13.1 to 4.1.2 in /install (#9856) (d33485f)
        bump autoprefixer from 10.4.2 to 10.4.4 in /install (#10403) (9009493)
        update dependency lint-staged to v12.3.6 (0a4522a)
        update commitlint monorepo to v16.2.3 (0a97015)
        bump nodebb-plugin-spam-be-gone in /install (#10387) (445e3d7)
        bump connect-redis from 6.1.1 to 6.1.2 in /install (#10391) (145621f)
        update dependency eslint to v8.11.0 (feaf306)
        update dependency mocha to v9.2.2 (#10383) (4ffbd78)
        i18n:
        fallback strings for new resources: nodebb.admin-manage-users (2f09c22)
        fallback strings for new resources: nodebb.admin-manage-privileges, nodebb.admin-manage-users, nodebb.error, nodebb.user (15508ba)
        fallback strings for new resources: nodebb.admin-settings-reputation, nodebb.error (5274a6a)
        New Features
        collect hook logs in order to reduce console noise, flush on ajaxify loadScript completion (935704a)
        add support for PATCH method in api module (4b79dfd)
        on online users page override timeago cutoff to 24 hours (7c94657)
        ability to mute users (be6bbab)
        min:rep:upvote, and other limits similar to downvotes (3414a23)
        post-queue hooks, closes #10381 (2056ac0)
        Bug Fixes
        topic events if there is a blocked user in topic (3935a86)
        topic events disappearing if there are queued posts (2808c95)
        #10393, move 'Create User' control to overflow menu (cd687cf)
        don't append to history on refresh or ajaxify to same url (c83987b)
        global privs (7d063d7)
        #10384 -- mixed up sizes for fallback touch icons (cb11320)
        #10377, remove logging of env vars (997ab7d)
        deps:
        update dependency postcss to v8.4.12 (#10396) (bdbc168)
        update dependency sharp to v0.30.3 (#10389) (b421385)
        Refactors
        closes #10301 (c8e986d)
        Tests
        skip i18n tests if the github event is a pull request (e578c60)
        fix middleware test (24c1f87)
        fix category tests (6344c3b)
        fix one more test (a551142)

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors