You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,11 @@ Feel free to register your account and try out all the features of LittleLink Cu
90
90
| Custom link option | ✔️ | ❌ | ❌ |
91
91
| Social Share Preview for individual users | ✔️ | ❌ | ❌ |
92
92
| Update notice if new version is available | ✔️ | ❌ | ❌ |
93
-
| Builtin SMTP server | ✔️ | ❌ | ❌ |
93
+
| Built-in SMTP server | ✔️ | ❌ | ❌ |
94
94
| Visual HTML editor to edit text | ✔️ | ❌ | ❌ |
95
95
| Setup without command line | ✔️ | ❌ | ❌ |
96
+
| Custom Theme support | ✔️ | ❌ | ❌ |
97
+
| Built-in updater | ✔️ | ❌ | ❌ |
96
98
| Button Editor with Font Awesome support | ✔️ | ❌ | ❌ |
97
99
98
100
¹[littlelink-admin](https://github.com/latuminggi) by [latuminggi](https://github.com/latuminggi/littlelink-admin) |
@@ -221,13 +223,24 @@ Additionally, the littlelink-custom directory can be renamed to anything you see
221
223
222
224
When a **new version** is released, you will get an update notification on your Admin Panel.
223
225
224
-
### Disclaimer: Always make a backup before updating in case something breaks!
226
+
### Automatic one click Updater
227
+
This updater allows you to update your installation with just one click.
225
228
226
-
To update, simply download the 'update' file from [here](https://github.com/JulianPrieber/littlelink-custom/releases). Do not use the regular release for the update, as it contains files that will overwrite important files that store your links and user information, effectively resetting your installation.
229
+
<br>
230
+
231
+
**How to use the Automatic Updater:**
232
+
233
+
- To update your instance, click on the update notification on your Admin Panel.
234
+
235
+
- Click on “Update automatically” and the updater will take care of the rest.
236
+
237
+
You can still download updates manually. New versions will are still uploaded to the GitHub repository as usual.
238
+
239
+
<br>
227
240
228
-
The downloaded archive contains a 'README' which tells you exactly how to update.
241
+
Before updating, the updater will create a backup. Your instance won’t save more than two backups at a time. You can download these updates from the created folder: `backups\updater-backups`.
229
242
230
-
In most cases, you will just have to move the contents of the update file into your LittleLink Custom directory. It is essential to overwrite existing files for the updates to apply.
243
+
If you switched your database to MySQL, your database will not be included in the backup.
0 commit comments