mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -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");
|
||||
|
Reference in New Issue
Block a user