File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Run automated tests
55
66on :
77 pull_request :
8- branches : [ master, 1.0.1 -develop, 1 .0.2 -develop ]
8+ branches : [ master, 1.0.2 -develop, 2 .0.0 -develop ]
99
1010jobs :
1111 build-linux :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This is a plugin for Magento 2 development in the PhpStorm IDE. It is available
15156 . Check ` Enable ` and ` OK ` button.
1616
1717## Works with
18- * PhpStorm >= 2019.3.3
18+ * PhpStorm >= 2020.1.1
1919* JRE >= 1.8
2020
2121## Features
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ repositories {
1414}
1515
1616group ' com.magento.idea'
17- version ' 1 .0.2 '
17+ version ' 2 .0.0 '
1818
1919apply plugin : ' org.jetbrains.intellij'
2020apply plugin : ' java'
2121apply plugin : ' groovy'
2222
23- def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 193.6494.35 " )
24- def ideaVersion = System . getProperty(" ideaVersion" , " 2019.3.3 " )
23+ def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 201.7223.91 " )
24+ def ideaVersion = System . getProperty(" ideaVersion" , " 2020.1.1 " )
2525def javaVersion = 1.8
2626
2727sourceCompatibility = javaVersion
Original file line number Diff line number Diff line change 77<idea-plugin >
88 <id >com.magento.idea.magento2plugin</id >
99 <name >Magento PhpStorm</name >
10- <version >1 .0.2 </version >
10+ <version >2 .0.0 </version >
1111 <vendor url =" https://github.com/magento/magento2-phpstorm-plugin" >Magento Inc.</vendor >
1212
1313 <description ><![CDATA[
2424 </change-notes >
2525
2626 <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
27- <idea-version since-build =" 193.6494.35 " />
27+ <idea-version since-build =" 201.7223.91 " />
2828
2929 <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
3030 on how to target different products -->
You can’t perform that action at this time.
0 commit comments