version 0.42.2
Massimo Melina committed
Mar 26, 2023 at 23:27 UTC
e3cab39b6d2207b710410db62a5ea7ef9989f015
3 files changed
+6
-6
README.md
+3
-3
@@ -97,11 +97,11 @@ Translation is applied automatically based on the configuration of the visitor's
97
98
## Plug-ins
99
100
-To install a plugin you just copy its folder inside `plugins` folder.
100
+You can use the Admin-panel to manage your plugins and install new ones.
101
102
-Delete it to uninstall.
102
+Under the hood, installing a plugin just means copying its folder inside `plugins` folder. Deleting will uninstall it.
103
104
-HFS will ignore all folders with `-disabled` at the end of the name.
104
+HFS will ignore all plugin folders with `-disabled` at the end of the name.
105
106
## Why you should upgrade from HFS 2.x to 3
107
package-lock.json
+2
-2
@@ -1,12 +1,12 @@
1
{
2
"name": "hfs",
3
- "version": "0.42.0",
3
+ "version": "0.42.2",
4
"lockfileVersion": 2,
5
"requires": true,
6
"packages": {
7
"": {
8
"name": "hfs",
9
- "version": "0.42.0",
9
+ "version": "0.42.2",
10
"license": "GPL-3.0",
11
"workspaces": [
12
"admin",
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "hfs",
3
- "version": "0.42.0",
3
+ "version": "0.42.2",
4
"description": "HTTP File Server",
5
"keywords": [
6
"file server",