Skip to content

Commit 6c9f350

Browse files
committed
Ready for 1.2 released.
1 parent 529eea4 commit 6c9f350

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/_Install.groovy

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@
9797
9898
CustomConstraintsMap = [
9999
phone:'true', // International phone number validation
100-
phoneUS:'true'
100+
phoneUS:'true',
101+
alphanumeric:'true',
102+
letterswithbasicpunc:'true',
103+
lettersonly:'true'
101104
]
102105
}
103106
'''

0 commit comments

Comments
 (0)