Skip to content

Commit 5911974

Browse files
author
Vitaliy Boyko
committed
Updated CHANGELOG.md
1 parent d1c65f3 commit 5911974

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

77
## 3.2.0
88

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+
948
## 3.1.0
1049

1150
### Added

0 commit comments

Comments
 (0)