1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 10:34:23 +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;