Skip to content

Commit 351281b

Browse files
Merge pull request #1056 from magento/4.3.0-develop-forwardport
4.3.0 develop forwardport
2 parents 416242a + d44a330 commit 351281b

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

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

99
## 4.3.0
1010

11+
### Added
12+
13+
- Code generation of `layout.xml` file [#1021](https://github.com/magento/magento2-phpstorm-plugin/pull/1021)
14+
- Code generation of `page_types.xml` file [#1003](https://github.com/magento/magento2-phpstorm-plugin/pull/1003)
15+
- Code generation of `crontab.xml file` [#1001](https://github.com/magento/magento2-phpstorm-plugin/pull/1001)
16+
- Code generation of `email_templates.xml` file [#998](https://github.com/magento/magento2-phpstorm-plugin/pull/998)
17+
- Code generation of `sections.xml` file [#997](https://github.com/magento/magento2-phpstorm-plugin/pull/997)
18+
- Code generation of `fieldset.xml` file [#996](https://github.com/magento/magento2-phpstorm-plugin/pull/996)
19+
- Code generation of `view.xml` file [#990](https://github.com/magento/magento2-phpstorm-plugin/pull/990)
20+
- Code generation of `indexer.xml` file [#988](https://github.com/magento/magento2-phpstorm-plugin/pull/988)
21+
- Code generation of `mview.xml` file [#987](https://github.com/magento/magento2-phpstorm-plugin/pull/987)
22+
- Code generation of `widget.xml` file [#983](https://github.com/magento/magento2-phpstorm-plugin/pull/983)
23+
- Code generation of `extension_attributes.xml` file [#982](https://github.com/magento/magento2-phpstorm-plugin/pull/982)
24+
- Code generation of `system.xml` file [#978](https://github.com/magento/magento2-phpstorm-plugin/pull/978)
25+
- Code generation of `config.xml` file [#976](https://github.com/magento/magento2-phpstorm-plugin/pull/976)
26+
- Code generation of `webapi.xml` file [#971](https://github.com/magento/magento2-phpstorm-plugin/pull/971)
27+
- Code generation of `di.xml` file [#970](https://github.com/magento/magento2-phpstorm-plugin/pull/970)
28+
- Code generation of `acl.xml` file [#969](https://github.com/magento/magento2-phpstorm-plugin/pull/969)
29+
- Code generation of `routes.xml` file [#958](https://github.com/magento/magento2-phpstorm-plugin/pull/958)
30+
- Images support for Copy Magento Path [#1020](https://github.com/magento/magento2-phpstorm-plugin/pull/1020)
31+
- Add/Replace an argument of a constructor via di.xml [#1027](https://github.com/magento/magento2-phpstorm-plugin/pull/1027)
32+
- Possibility to compare overridden template with the original one [#1032](https://github.com/magento/magento2-phpstorm-plugin/pull/1032)
33+
- Themes support of the UCT action execution [#1029](https://github.com/magento/magento2-phpstorm-plugin/pull/1029)
34+
- Configuration files support of the UCT action execution [#1038](https://github.com/magento/magento2-phpstorm-plugin/pull/1038)
35+
- Possibility to override a LESS file [#1036](https://github.com/magento/magento2-phpstorm-plugin/pull/1036)
36+
- Added references for the extended MFTF tests [#974](https://github.com/magento/magento2-phpstorm-plugin/pull/974)
37+
38+
### Changed
39+
40+
- Improved RequireJS Mapping [#1045](https://github.com/magento/magento2-phpstorm-plugin/pull/1045)
41+
- Improved the override a theme file feature [#1046](https://github.com/magento/magento2-phpstorm-plugin/pull/1046)
42+
- Improved DocBlock code generator [#1022](https://github.com/magento/magento2-phpstorm-plugin/pull/1022)
43+
- Added the possibility to create a plugin for a method in the parent class [#981](https://github.com/magento/magento2-phpstorm-plugin/pull/981)
44+
- Extended custom search scope (to exclude test files from search) with the `is integration enabled` flag [#944](https://github.com/magento/magento2-phpstorm-plugin/pull/944)
45+
- Extended uiComponent highlighting with the `is integration enabled` flag [#942](https://github.com/magento/magento2-phpstorm-plugin/pull/942)
46+
- Added "module" prefix to module name in `composer.json` [#848](https://github.com/magento/magento2-phpstorm-plugin/pull/848)
47+
48+
### Fixed
49+
50+
- Sort order of the context actions [#1004](https://github.com/magento/magento2-phpstorm-plugin/pull/1004)
51+
- Fixed the email template form title [#956](https://github.com/magento/magento2-phpstorm-plugin/pull/956)
52+
- Placeholders on forms [#1009](https://github.com/magento/magento2-phpstorm-plugin/pull/1009) [#1008](https://github.com/magento/magento2-phpstorm-plugin/pull/1008) [#1005](https://github.com/magento/magento2-phpstorm-plugin/pull/1005) [#962](https://github.com/magento/magento2-phpstorm-plugin/pull/962) [#938](https://github.com/magento/magento2-phpstorm-plugin/pull/938)
53+
- Creating new module with the package name in the valid package directory on Windows OS [#1013](https://github.com/magento/magento2-phpstorm-plugin/pull/1013)
54+
- Inspection titles [#1015](https://github.com/magento/magento2-phpstorm-plugin/pull/1015)
55+
- Fixed ArrayIndexOutOfBoundsException [#1018](https://github.com/magento/magento2-phpstorm-plugin/pull/1018)
56+
- Generating UI form Delete button [#1019](https://github.com/magento/magento2-phpstorm-plugin/pull/1019)
57+
- Removed deprecated method FilenameIndex#getVirtualFilesByName [#1037](https://github.com/magento/magento2-phpstorm-plugin/pull/1037)
58+
- Removed deprecated method Function#getReturnType [#1043](https://github.com/magento/magento2-phpstorm-plugin/pull/1043)
59+
- Issue with wrong references resolved for a class if a proxy class is generated for it [#1044](https://github.com/magento/magento2-phpstorm-plugin/pull/1044)
60+
- Fixed Magento installation path suggestion [#1047](https://github.com/magento/magento2-phpstorm-plugin/pull/1047)
61+
- Issue during composer json generation if in dependent module version tag is not specified [#972](https://github.com/magento/magento2-phpstorm-plugin/pull/972)
62+
1163
## 4.2.3
1264

1365
### Fixed

0 commit comments

Comments
 (0)