Skip to content

Commit 0b97ee2

Browse files
authored
Merge pull request #2489 from vitaliyboykocontributor/2025.0.0-release
2025.0.0 release
2 parents 10d6165 + f15d677 commit 0b97ee2

File tree

4 files changed

+81
-5
lines changed

4 files changed

+81
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

7-
## 5.4.0
7+
## 2025.0.0
88

99
### Added
1010

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,46 @@
88
# PhpStorm Magento 2 Plugin
99

1010
This is a PhpStorm IDE plugin for a better Magento 2 development workflow.
11+
12+
## Version 2025.0.0 - Contributors
13+
14+
<table align="center">
15+
<tr>
16+
<td align="center">
17+
<a href="https://github.com/YevhenZvieriev">
18+
<img src="https://avatars.githubusercontent.com/u/43544955?v=4" width="100px;" alt="Contributor 1"/>
19+
<br/>
20+
<sub><b>Yevhen Zvieriev</b></sub>
21+
</a>
22+
</td>
23+
<td align="center">
24+
<a href="https://github.com/SilinMykola">
25+
<img src="https://avatars.githubusercontent.com/u/15772032?v=4" width="100px;" alt="Contributor 2"/>
26+
<br/>
27+
<sub><b>Mykola Silin</b></sub>
28+
</a>
29+
</td>
30+
<td align="center">
31+
<a href="https://github.com/VitaliyBoyko">
32+
<img src="https://avatars.githubusercontent.com/u/20116393?v=4" width="100px;" alt="Contributor 3"/>
33+
<br/>
34+
<sub><b>Vitalii Boiko</b></sub>
35+
</a>
36+
</td>
37+
</tr>
38+
</table>
39+
40+
### Support the Project
41+
42+
If you find this plugin helpful and want to support its development, consider buying the contributors a coffee:
43+
44+
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-orange.svg)](https://buymeacoffee.com/vitalii_b)
45+
1146
<!-- Plugin description end -->
1247

1348
[![Version](http://phpstorm.espend.de/badge/8024/version)](https://plugins.jetbrains.com/plugin/8024)
1449
[![Downloads](http://phpstorm.espend.de/badge/8024/downloads)](https://plugins.jetbrains.com/plugin/8024)
1550
[![Made With Love](https://img.shields.io/badge/Made%20With-Love-orange.svg)](https://magento.com)
16-
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Support-orange.svg)](https://buymeacoffee.com/vitalii_b)
1751

1852
## Installation
1953

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginGroup = com.magento.idea.magento2plugin
22
pluginName = Magento PhpStorm
33
pluginRepositoryUrl = https://github.com/magento/magento2-phpstorm-plugin
4-
pluginVersion = 5.4.0
4+
pluginVersion = 2025.0.0
55
pluginSinceBuild = 233
66
pluginUntilBuild = 248.*
77
platformType = PS

src/main/resources/META-INF/plugin.xml

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,59 @@
77
<idea-plugin require-restart="true">
88
<id>com.magento.idea.magento2plugin</id>
99
<name>Magento PhpStorm</name>
10-
<version>5.4.0</version>
10+
<version>2025.0.0</version>
1111
<vendor url="https://github.com/magento/magento2-phpstorm-plugin">Magento Inc.</vendor>
1212

1313
<description><![CDATA[
1414
This is a PhpStorm IDE plugin for a better Magento 2 development workflow.
15+
16+
<h3>Main Features</h3>
17+
<ul>
18+
<li><strong>Code Generation:</strong> Quickly generate boilerplate Magento code like plugins, observers, XML configurations, and more.</li>
19+
<li><strong>Inspections:</strong> Identify and fix potential issues with Magento-specific code quality tools.</li>
20+
<li><strong>Reference Navigation:</strong> Easily navigate between Magento files, classes, and references.</li>
21+
<li><strong>Code Completion:</strong> Auto-complete Magento-specific code constructs, including XML tags, class names, and methods.</li>
22+
<li><strong>Copy Magento Path:</strong> Copy file paths in Magento format.</li>
23+
<li><strong>Upgrade Compatibility Tool:</strong> Assist in upgrading Magento modules and code for newer Magento versions.</li>
24+
<li><strong>URN Mapping:</strong> Resolve Magento URNs for correct file associations and navigation.</li>
25+
</ul>
26+
<h3>Version 2025.0.0 - Contributors</h3>
27+
<table align="center">
28+
<tr>
29+
<td align="center">
30+
<a href="https://github.com/YevhenZvieriev">
31+
<img src="https://avatars.githubusercontent.com/u/43544955?v=4" width="100px;" alt="Contributor 1"/>
32+
<br/>
33+
<sub><b>Yevhen Zvieriev</b></sub>
34+
</a>
35+
</td>
36+
<td align="center">
37+
<a href="https://github.com/SilinMykola">
38+
<img src="https://avatars.githubusercontent.com/u/15772032?v=4" width="100px;" alt="Contributor 2"/>
39+
<br/>
40+
<sub><b>Mykola Silin</b></sub>
41+
</a>
42+
</td>
43+
<td align="center">
44+
<a href="https://github.com/VitaliyBoyko">
45+
<img src="https://avatars.githubusercontent.com/u/20116393?v=4" width="100px;" alt="Contributor 3"/>
46+
<br/>
47+
<sub><b>Vitalii Boiko</b></sub>
48+
</a>
49+
</td>
50+
</tr>
51+
</table>
52+
53+
<h3>Support the Project</h3>
54+
55+
If you find this plugin helpful and want to support its development, consider buying the contributors a coffee:
56+
<a href="https://buymeacoffee.com/vitalii_b">Buy Me a Coffee</a>
1557
]]></description>
1658

1759
<change-notes><![CDATA[
1860
Please, find change notes
1961
<a
20-
href="https://github.com/magento/magento2-phpstorm-plugin/blob/master/CHANGELOG.md"
62+
href="https://github.com/magento/magento2-phpstorm-plugin/blob/5.4.0-develop/CHANGELOG.md"
2163
title="CHANGELOG.md"
2264
>here</a>
2365
]]>

0 commit comments

Comments
 (0)