We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11b9215 + b77b3a1 commit b641d04Copy full SHA for b641d04
.github/workflows/gradlepublish.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
- name: Set up JDK 11
17
uses: actions/setup-java@v1
18
with:
CHANGELOG.md
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
6
7
## 5.1.0
8
9
+### Fixed
10
+
11
+- Fixed the parsing of plugin sort order value[#1235](https://github.com/magento/magento2-phpstorm-plugin/pull/1235)
+- Fixed compatibility with 2023.1 [#1214](https://github.com/magento/magento2-phpstorm-plugin/pull/1214)
## 5.0.1
### Fixed
0 commit comments