Skip to content

Commit 14ac491

Browse files
author
Vitaliy Boyko
committed
Require restart
1 parent 05c4e3a commit 14ac491

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

77
## 3.1.3
88

9+
### Changed
10+
11+
- Require restart on plugin update due to using native libraries
12+
913
## 3.1.2
1014

1115
### Fixed

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<idea-plugin>
7+
<idea-plugin require-restart="true">
88
<id>com.magento.idea.magento2plugin</id>
99
<name>Magento PhpStorm</name>
1010
<version>3.1.3</version>

0 commit comments

Comments
 (0)