File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
6
6
7
7
## 3.2.0
8
8
9
+ ### Added
10
+
11
+ - Code generation for a Magento Entity in [ #521 ] ( https://github.com/magento/magento2-phpstorm-plugin/pull/521 )
12
+ - Code generation for email templates in [ #350 ] ( https://github.com/magento/magento2-phpstorm-plugin/pull/350 )
13
+ - Reference navigation for disabled observers in ` events.xml ` in [ #439 ] ( https://github.com/magento/magento2-phpstorm-plugin/pull/439 )
14
+ - Line markers for test fixtures in [ #477 ] ( https://github.com/magento/magento2-phpstorm-plugin/pull/477 )
15
+
16
+ ### Changed
17
+
18
+ - Added ability to set the module sequence at generating new module [ #266 ] ( https://github.com/magento/magento2-phpstorm-plugin/pull/266 )
19
+
20
+ ### Fixed
21
+
22
+ - ArrayIndexOutOfBoundsException in the New Module Action in [ #519 ] ( https://github.com/magento/magento2-phpstorm-plugin/pull/519 )
23
+
24
+ ## 3.1.3
25
+
26
+ ### Changed
27
+
28
+ - Require restart on plugin update due to using native libraries
29
+
30
+ ### Fixed
31
+
32
+ - Class completion doesn't display interfaces
33
+ - Fixed invalid check 'setup_version' in the etc/module.xml
34
+
35
+ ## 3.1.2
36
+
37
+ ### Fixed
38
+
39
+ - Reference navigation for classes under directories with underscores
40
+ - Fixed the array access exception when using copy path action
41
+
42
+ ## 3.1.1
43
+
44
+ ### Fixed
45
+
46
+ - Fixed null pointer exception on the copy path action
47
+
9
48
## 3.1.0
10
49
11
50
### Added
You can’t perform that action at this time.
0 commit comments