Skip to content

Commit c06ba8d

Browse files
committed
Add contributors and support section to plugin details.
Updated `plugin.xml` and `README.md` to include a contributors section highlighting key contributors and added a support section encouraging users to support the project via "Buy Me a Coffee." These changes improve transparency and community engagement.
1 parent 35aa247 commit c06ba8d

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

README.md

+35-1
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

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

+42
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,48 @@
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[

0 commit comments

Comments
 (0)