Extension version in the file name has no separators #49
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#49
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you download any extension, the version in file name will be without separators.
For example download: https://extensions.blender.org/add-ons/orient-and-origin-to-selected/
Extension version: 1.2.0
Extension file name:
add-on-orient-and-origin-to-selected-v120.zip
This may lead to some potential problems, because different versions of extensions may have the same file name:
add-on-name-v1215.zip
add-on-name-v1215.zip
The version in the file name must have a separator:
add-on-name-v1.2.3.zip
add-on-name-v1-2-3.zip
add-on-name-v1_2_3.zip