File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Run automated tests
5
5
6
6
on :
7
7
pull_request :
8
- branches : [ master, 3.0.1 -develop ]
8
+ branches : [ master, 3.0.2 -develop ]
9
9
10
10
jobs :
11
11
build-linux :
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0 ) .
6
6
7
+ ## 3.0.2
8
+
7
9
## 3.0.1
8
10
9
11
### Fixed
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
15
15
}
16
16
17
17
group ' com.magento.idea'
18
- version ' 3.0.1 '
18
+ version ' 3.0.2 '
19
19
20
20
apply plugin : ' org.jetbrains.intellij'
21
21
apply plugin : ' java'
Original file line number Diff line number Diff line change 7
7
<idea-plugin >
8
8
<id >com.magento.idea.magento2plugin</id >
9
9
<name >Magento PhpStorm</name >
10
- <version >3.0.1 </version >
10
+ <version >3.0.2 </version >
11
11
<vendor url =" https://github.com/magento/magento2-phpstorm-plugin" >Magento Inc.</vendor >
12
12
13
13
<description ><![CDATA[
You can’t perform that action at this time.
0 commit comments