We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c4e3a commit 14ac491Copy full SHA for 14ac491
CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
6
7
## 3.1.3
8
9
+### Changed
10
+
11
+- Require restart on plugin update due to using native libraries
12
13
## 3.1.2
14
15
### Fixed
resources/META-INF/plugin.xml
@@ -4,7 +4,7 @@
4
* See COPYING.txt for license details.
5
*/
-->
-<idea-plugin>
+<idea-plugin require-restart="true">
<id>com.magento.idea.magento2plugin</id>
<name>Magento PhpStorm</name>
<version>3.1.3</version>
0 commit comments