version bump, update CHANGELOG & package*.json

merge-requests/346/merge
Thomas Lynch 1 year ago
parent cebf2fe4a9
commit a6706cd6d3
  1. 6
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

@ -1,3 +1,9 @@
### 0.11.2
- Convert the assets page form handling to the newer checkSchema code.
- Don't show the "Edit" option in the post dropdowns for public pages.
- Bugfix "my permission" page not displaying correctly and board staff permission editing not applying.
- Improve required parent permission display to show "requires X" in the tooltip of disabled checkboxes.
### 0.11.1 ### 0.11.1
- Bugfix non logged in users not able to use actions because of an issue in move post logic (thanks @some_random_guy). - Bugfix non logged in users not able to use actions because of an issue in move post logic (thanks @some_random_guy).
- Bugfix editing posts from the actions form (not the new dropdown "Edit" button) always redirecting to OP. - Bugfix editing posts from the actions form (not the new dropdown "Edit" button) always redirecting to OP.

4
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "jschan", "name": "jschan",
"version": "0.11.1", "version": "0.11.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "jschan", "name": "jschan",
"version": "0.11.1", "version": "0.11.2",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"@fatchan/express-fileupload": "^1.4.2", "@fatchan/express-fileupload": "^1.4.2",

@ -1,6 +1,6 @@
{ {
"name": "jschan", "name": "jschan",
"version": "0.11.1", "version": "0.11.2",
"migrateVersion": "0.11.0", "migrateVersion": "0.11.0",
"description": "", "description": "",
"main": "server.js", "main": "server.js",

Loading…
Cancel
Save