Skip to content

Commit b1208cb

Browse files
authored
Merge pull request #953 from bohdan-harniuk/update-4-3-0-from-4-2-3
Update 4.3.0 from 4.2.3
2 parents 59fbacc + 09eae5a commit b1208cb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

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

77
## 4.3.0
88

9+
## 4.2.3
10+
11+
### Fixed
12+
13+
- Fixed a simple-json library is absent in the distribution in [#951](https://github.com/magento/magento2-phpstorm-plugin/pull/951)
14+
915
## 4.2.2
1016

1117
### Added

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ idea {
106106

107107
dependencies {
108108
testImplementation 'junit:junit:4.13'
109+
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
109110
}
110111

111112
test {

0 commit comments

Comments
 (0)