RSS Feed/News Making it easier to release a new version of an add-on

Status
Not open for further replies.

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:

Code:
{
	"manifest_version": 3,
	"name": "site/xenforo"...

Read more

Continue reading...
 
Status
Not open for further replies.
Top