docs: updated changelog

v1.18.x
Julian Lam 6 years ago
parent dd973abe88
commit 93b688d00e

@ -1,3 +1,108 @@
#### 1.12.1 (2019-04-10)
##### Chores
* incrementing version number - v1.12.1 (dd973abe)
* comment cleanup (6bed51ef)
* bump persona (1f4db132)
* bump themes, fix: https://github.com/NodeBB/NodeBB/issues/7446 (0d19bb3d)
* incrementing version number - v1.12.0 (d87f8c52)
* **deps:**
* update dependency lint-staged to v8.1.5 (ae17481d)
* update node:8.15.1 docker digest to 918f0be (5f787d73)
* update node:8.15.1 docker digest to 3d43ad1 (ea77ad4e)
* update dependency grunt to v1.0.4 (a9130fad)
* update dependency eslint to v5.15.3 (d2932cf6)
* update dependency mocha to v6.0.2 (#7408) (1c671c32)
* update dependency eslint to v5.15.1 (d8486e88)
* update node:8.15.1 docker digest to c151597 (2cb0bdea)
* update dependency jsdom to v14 (a967253a)
##### Documentation Changes
* updating changelog (9aeb291e)
##### New Features
* #7515 (ac889db1)
* update unban logic/invocation and refactor User.bans module (3fbb6faf)
* add original sessionID to static:user.loggedOut (abe4abb6)
* #7501 (2ee2cd52)
* allow multiple cids for getActiveUsers (81306fff)
* manual password expiry. closes #7471 (24dcae21)
* #7358 (7211dde7)
##### Bug Fixes
* don't crash if templateData is undefined (eb2c3e56)
* clear children before building tree (397e062a)
* upgrade script date (4f3ca4d8)
* #7519 (ed91d3f2)
* #7517 (e479fad7)
* #7470 Properly handle recompilation of email templates (75ae29c1)
* resolve CORS error on uploading via URL (3871a02c)
* #7461 (dbc4d840)
* #7491 (8cc1864a)
* #7476 (4db0efe3)
* #7508 (b52dba5c)
* escape search snippet closes #7506 (e906bea4)
* #7490 once again (3ec9fc40)
* #7502 (3304ffe9)
* #7503 (1f3554ff)
* #7493, adding robots noindex meta tag to compose and reset routes (6415ba82)
* #7490, handling of image sizes if no size saved in db (86e1cdd5)
* #7494 (8f55ab13)
* #6911, email throttling options set (63e16ec0)
* throttling email output to 2 messages every second, fixes #6911 (33a1bf6c)
* #7469 missing email logos, occasionally (8d62ead3)
* #7487 (fddb783e)
* #7485 (78e0b983)
* move upload_url to prestart so it is defined in upgrade scripts (ad2d7a69)
* #7342 (cead89f0)
* #7477 (240f563a)
* #7473 (c289b904)
* #7378 (c37b2f2e)
* #7454 (dcdd41c7)
* #7472 (962b7f73)
* remove async.series, dont crash if postAtIndex is undefined (dd8d4f20)
* tests (c12e1d19)
* #7468 (b4a9bb10)
* #7444 Re-factor handling of og:image tags (#7463) (697a6597)
* tests (45d7e37a)
* callbacks (b48b6d75)
* return early if keys is empty (7addc5a0)
* return early if keys is empty (b3962c16)
* prevent infinite loops if category is already in children (b71e0eb1)
* #7448 (4732bed3)
* return early if there are not blocked uids (73d14e45)
* #7008 (756dfd8a)
* typo (f9d92db5)
* tests (e71ae80c)
* #7406 (cbfbcee5)
* #7432 (777ca032)
* change user/system cpu usage (aecdf739)
* strip exif data on image uploads (5eaa14e7)
* **deps:**
* update dependency nodebb-theme-persona to v9.1.29 (e5c12a49)
* update dependency nodebb-plugin-composer-default to v6.2.11 (30b042b8)
* update dependency nodebb-plugin-composer-default to v6.2.10 (cf180e09)
* update dependency html-to-text to v5 (b39ce25c)
* update dependency semver to v6 (8662aa95)
* update dependency spdx-license-list to v6 (447cf66b)
* update dependency nodebb-widget-essentials to v4.0.17 (#7489) (0f9cb86d)
* update dependency mongodb to v3.2.2 (#7482) (357f931c)
* update dependency nodemailer to v6 (0274c2bd)
* update dependency sharp to v0.22.0 (#7466) (c3261415)
* update dependency nodebb-theme-slick to v1.2.23 (#7460) (c20cd528)
* update dependency nodebb-theme-vanilla to v10.1.25 (fe30e06d)
* update dependency nodebb-theme-persona to v9.1.27 (5c605392)
* update dependency connect-redis to v3.4.1 (02804fe9)
* update dependency nodebb-plugin-composer-default to v6.2.9 (#7442) (80293146)
* update dependency nodebb-theme-vanilla to v10.1.23 (#7438) (48dd3c5b)
* update dependency nodebb-theme-slick to v1.2.22 (#7437) (3f4ae4b0)
* update dependency nodebb-theme-persona to v9.1.25 (#7436) (9887bb4f)
* update dependency nodebb-plugin-composer-default to v6.2.8 (#7435) (c18f2e1f)
### 1.12.0 (2019-03-06) ### 1.12.0 (2019-03-06)
##### Chores ##### Chores

Loading…
Cancel
Save