Skip to content

Commit c977602

Browse files
author
Sergiy Zhovnir
committed
Merge branch '1.0.1-develop' into issue-203-204-Cover-preference-di-XML-generator-and-class-preference-generator
2 parents c866928 + d8318ba commit c977602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/util/RegExUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class RegExUtil {
2626
= "^(?!\\/)[a-zA-Z0-9\\/]*[^\\/]$";
2727

2828
public static final String MAGENTO_VERSION
29-
= "(\\d+)\\.(\\d+)\\.(\\d+)";
29+
= "(\\d+)\\.(\\d+)\\.(\\d+)[a-zA-Z0-9_\\-]*";
3030

3131
public static class Magento {
3232
public static final String MODULE_NAME

0 commit comments

Comments
 (0)