Skip to content

Commit bcea5a1

Browse files
UCT: Indexed Magento v2.4.3-p1
1 parent 89a5875 commit bcea5a1

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed
2.33 KB
Binary file not shown.
Binary file not shown.
98.5 KB
Binary file not shown.

src/com/magento/idea/magento2uct/packages/SupportedVersion.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ public enum SupportedVersion {
3636
V242("2.4.2"),
3737
V2421("2.4.2-p1"),
3838
V2422("2.4.2-p2"),
39-
V243("2.4.3");
39+
V243("2.4.3"),
40+
V2431("2.4.3-p1"),
41+
V2441("2.4.4-beta1");
4042

4143
private final String version;
4244

0 commit comments

Comments
 (0)