Skip to content

2025.0.0 release #2489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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

## 5.4.0
## 2025.0.0

### Added

Expand Down
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,46 @@
# PhpStorm Magento 2 Plugin

This is a PhpStorm IDE plugin for a better Magento 2 development workflow.

## Version 2025.0.0 - Contributors

<table align="center">
<tr>
<td align="center">
<a href="https://github.com/YevhenZvieriev">
<img src="https://avatars.githubusercontent.com/u/43544955?v=4" width="100px;" alt="Contributor 1"/>
<br/>
<sub><b>Yevhen Zvieriev</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/SilinMykola">
<img src="https://avatars.githubusercontent.com/u/15772032?v=4" width="100px;" alt="Contributor 2"/>
<br/>
<sub><b>Mykola Silin</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/VitaliyBoyko">
<img src="https://avatars.githubusercontent.com/u/20116393?v=4" width="100px;" alt="Contributor 3"/>
<br/>
<sub><b>Vitalii Boiko</b></sub>
</a>
</td>
</tr>
</table>

### Support the Project

If you find this plugin helpful and want to support its development, consider buying the contributors a coffee:

[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-orange.svg)](https://buymeacoffee.com/vitalii_b)

<!-- Plugin description end -->

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

## Installation

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginGroup = com.magento.idea.magento2plugin
pluginName = Magento PhpStorm
pluginRepositoryUrl = https://github.com/magento/magento2-phpstorm-plugin
pluginVersion = 5.4.0
pluginVersion = 2025.0.0
pluginSinceBuild = 233
pluginUntilBuild = 248.*
platformType = PS
Expand Down
46 changes: 44 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,59 @@
<idea-plugin require-restart="true">
<id>com.magento.idea.magento2plugin</id>
<name>Magento PhpStorm</name>
<version>5.4.0</version>
<version>2025.0.0</version>
<vendor url="https://github.com/magento/magento2-phpstorm-plugin">Magento Inc.</vendor>

<description><![CDATA[
This is a PhpStorm IDE plugin for a better Magento 2 development workflow.

<h3>Main Features</h3>
<ul>
<li><strong>Code Generation:</strong> Quickly generate boilerplate Magento code like plugins, observers, XML configurations, and more.</li>
<li><strong>Inspections:</strong> Identify and fix potential issues with Magento-specific code quality tools.</li>
<li><strong>Reference Navigation:</strong> Easily navigate between Magento files, classes, and references.</li>
<li><strong>Code Completion:</strong> Auto-complete Magento-specific code constructs, including XML tags, class names, and methods.</li>
<li><strong>Copy Magento Path:</strong> Copy file paths in Magento format.</li>
<li><strong>Upgrade Compatibility Tool:</strong> Assist in upgrading Magento modules and code for newer Magento versions.</li>
<li><strong>URN Mapping:</strong> Resolve Magento URNs for correct file associations and navigation.</li>
</ul>
<h3>Version 2025.0.0 - Contributors</h3>
<table align="center">
<tr>
<td align="center">
<a href="https://github.com/YevhenZvieriev">
<img src="https://avatars.githubusercontent.com/u/43544955?v=4" width="100px;" alt="Contributor 1"/>
<br/>
<sub><b>Yevhen Zvieriev</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/SilinMykola">
<img src="https://avatars.githubusercontent.com/u/15772032?v=4" width="100px;" alt="Contributor 2"/>
<br/>
<sub><b>Mykola Silin</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/VitaliyBoyko">
<img src="https://avatars.githubusercontent.com/u/20116393?v=4" width="100px;" alt="Contributor 3"/>
<br/>
<sub><b>Vitalii Boiko</b></sub>
</a>
</td>
</tr>
</table>

<h3>Support the Project</h3>

If you find this plugin helpful and want to support its development, consider buying the contributors a coffee:
<a href="https://buymeacoffee.com/vitalii_b">Buy Me a Coffee</a>
]]></description>

<change-notes><![CDATA[
Please, find change notes
<a
href="https://github.com/magento/magento2-phpstorm-plugin/blob/master/CHANGELOG.md"
href="https://github.com/magento/magento2-phpstorm-plugin/blob/5.4.0-develop/CHANGELOG.md"
title="CHANGELOG.md"
>here</a>
]]>
Expand Down
Loading