Skip to content

Commit b3d1f20

Browse files
authored
Update README for version 2.9 release
Updated version number to 2.9 and added new features in the changelog.
1 parent 59bcc48 commit b3d1f20

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# 📤 Dropzone File Sharing
22

33
**Simple and secure file sharing via drag & drop** – with temporary links or via email, password protection, and expiration settings.
4-
Version **2.8** – developed by Kevin Tobler 🌐 [www.kevintobler.ch](https://www.kevintobler.ch)
4+
Version **2.9** – developed by Kevin Tobler 🌐 [www.kevintobler.ch](https://www.kevintobler.ch)
55

66
---
77

88
## 🔄 Changelog
99

1010
### 🆕 Version 2.x
11+
- **2.9**
12+
- 👁️ Added a new **“Show Download Page”** toggle (`show_dp`) in the configuration
13+
- 🔗 Lets you choose whether users see a **download page** (file info and download-button) or a **direct file download** after clicking the link
14+
- 🛠️ Fully integrated into the **Admin Panel** configuration and stored in the main `config.php` file
1115
- **2.8**
1216
- 📧 Added support for a separate **SMTP FROM address** (`SMTP_FROM_ADDRESS`) so the visible sender can differ from the SMTP login (same domain required)
1317
- 🛠️ Reworked SMTP sending to be **RFC-compliant** (adds `Date`, `Message-ID`, `MIME-Version`, multipart `text/plain` + `text/html`, UTF-8 encoded subject) for better compatibility with spam filters
@@ -75,8 +79,8 @@ Version **2.8** – developed by Kevin Tobler 🌐 [www.kevintobler.ch](https://
7579

7680
## 📸 Screenshot
7781

78-
![Screenshot](https://online.kevintobler.ch/projectimages/DropzoneFileSharingV2-8.png)
79-
![Screenshot](https://online.kevintobler.ch/projectimages/DropzoneFileSharingV2-8_AdminPanel.png)
82+
![Screenshot](https://online.kevintobler.ch/projectimages/DropzoneFileSharingV2-9.png)
83+
![Screenshot](https://online.kevintobler.ch/projectimages/DropzoneFileSharingV2-9_AdminPanel.png)
8084

8185
---
8286

@@ -87,9 +91,9 @@ Try Dropzone File Sharing directly in your browser:
8791

8892
---
8993

90-
## 🐳 Docker Installation (Version 2.8)
94+
## 🐳 Docker Installation (Version 2.9)
9195

92-
Dropzone File Sharing **V.2.8** is available as a Docker image:
96+
Dropzone File Sharing **V.2.9** is available as a Docker image:
9397

9498
```bash
9599
docker pull keepcoolch/dropzonefilesharing:latest
@@ -223,6 +227,7 @@ You can configure the following options in the **Admin Panel**:
223227
- Enable/Disable `only_upload` mode without generating a link
224228
- Enable/Disable `send_email` mode (⚠️ make sure to define the `SMTP server`, `SMTP port`, `SMTP username`, `SMTP password` and `SMTP From Adress`).
225229
- Enable/Disable `admin_notify` mode for upload notifications (⚠️ make sure to define the `SMTP server`, `SMTP port`, `SMTP username`, `SMTP password` and `SMTP From Adress`).
230+
- Enable/Disable `show_dp` mode to control whether users see the download page. If deactivated, users are redirected to an instant direct download without viewing the download page.
226231
- Enable/Disable `pwzip` mode for password protection of the zip file itself. If deactivated, only the download is password-protected, not the ZIP file (⚠️ ZIP password cannot be modified).
227232

228233
---

0 commit comments

Comments
 (0)