Skip to content

Commit b641d04

Browse files
authoredApr 5, 2023
Merge branch '5.1.0-develop' into 5.1.0-develop
2 parents 11b9215 + b77b3a1 commit b641d04

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.github/workflows/gradlepublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Set up JDK 11
1717
uses: actions/setup-java@v1
1818
with:

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

77
## 5.1.0
88

9+
### Fixed
10+
11+
- Fixed the parsing of plugin sort order value[#1235](https://github.com/magento/magento2-phpstorm-plugin/pull/1235)
12+
- Fixed compatibility with 2023.1 [#1214](https://github.com/magento/magento2-phpstorm-plugin/pull/1214)
13+
914
## 5.0.1
1015

1116
### Fixed

0 commit comments

Comments
 (0)