1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Issue #1780, Issue #1780, Issue #854. e107.org now supports plugin version x.x.x format.

This commit is contained in:
Cameron
2016-10-26 13:12:12 -07:00
parent 44898cf883
commit 9f45609cae
2 changed files with 2 additions and 2 deletions

View File

@@ -2809,7 +2809,7 @@ class pluginBuilder
$default = '1.0';
$required = true;
$help = EPL_ADLAN_138;
$pattern = "^[\d]{1,2}\.[\d]{1,2}$";
$pattern = "^[\d]{1,2}\.[\d]{1,2}(\.[\d]{1,2})?$";
$xsize = 'small';
break;

View File

@@ -155,7 +155,7 @@ define ("EPL_ADLAN_134","Please create [b][x][/b] in your plugin directory with
define ("EPL_ADLAN_135","The name of your plugin. (Must be written in English)");
define ("EPL_ADLAN_136","If you have a language file, enter the LAN_XXX value for the plugin's name");
define ("EPL_ADLAN_137","Creation date of your plugin");
define ("EPL_ADLAN_138","The version of your plugin. Format: x.x");
define ("EPL_ADLAN_138","The version of your plugin. Format: x.x or x.x.x");
define ("EPL_ADLAN_139","Compatible with this version of e107");
define ("EPL_ADLAN_140","Author Name");
define ("EPL_ADLAN_141","Author Website URL");