ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,915
- Points
- 823
Reputation:
When releasing a new add-on, we add-on authors are asked to upload a file and enter the new version number. I found myself mistyping the latter around ~.5% of the time so I made this suggestion: https://xenforo.com/community/threads/autofill-the-version-number-when-uploading-a-new-file.224815/
Until this is implemented (if it even is) I'm doing it browser side in Chromium with the following extension:
manifest.json
JSON:
Read more
Continue reading...
Until this is implemented (if it even is) I'm doing it browser side in Chromium with the following extension:
manifest.json
JSON:
Code:
{
"manifest_version": 3,
"name": "site/xenforo"...
Read more
Continue reading...