Lack of interest Version number annoyance

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Bram

Well-known member
Getting nuts with people not filling in version numbers for their resources. By default a date is added which makes it really look messy.

Is it possible for the future that a first upload is automatically tagged as 1.0 with a follow up being 1.1 etc?
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
I think a better way is to make an option into admincp and make that field required or not. If is not required the date will be displayed. Let me know what you think.
You code is related to this, in XenResource/ControllerPublic/Resource.php:
Code:
        if ($extraData['version_string'] === '')
        {
            $extraData['version_string'] = XenForo_Locale::date(XenForo_Application::$time, 'Y-m-d');
        }
 
Last edited:
Top Bottom