diff --git a/CHANGELOG.md b/CHANGELOG.md
index 866aa47df..96792c157 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index 15150e3a0..6215b9cfa 100644
--- a/README.md
+++ b/README.md
@@ -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
+
+
+
+### Support the Project
+
+If you find this plugin helpful and want to support its development, consider buying the contributors a coffee:
+
+[](https://buymeacoffee.com/vitalii_b)
+
[](https://plugins.jetbrains.com/plugin/8024)
[](https://plugins.jetbrains.com/plugin/8024)
[](https://magento.com)
-[](https://buymeacoffee.com/vitalii_b)
## Installation
diff --git a/gradle.properties b/gradle.properties
index 6a043348b..d1d93e5c2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 70db1c7fb..6139a9b5e 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -7,17 +7,59 @@
com.magento.idea.magento2plugin
Magento PhpStorm
- 5.4.0
+ 2025.0.0
Magento Inc.
Main Features
+
+ - Code Generation: Quickly generate boilerplate Magento code like plugins, observers, XML configurations, and more.
+ - Inspections: Identify and fix potential issues with Magento-specific code quality tools.
+ - Reference Navigation: Easily navigate between Magento files, classes, and references.
+ - Code Completion: Auto-complete Magento-specific code constructs, including XML tags, class names, and methods.
+ - Copy Magento Path: Copy file paths in Magento format.
+ - Upgrade Compatibility Tool: Assist in upgrading Magento modules and code for newer Magento versions.
+ - URN Mapping: Resolve Magento URNs for correct file associations and navigation.
+
+Version 2025.0.0 - Contributors
+
+
+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
]]>
here
]]>