Skip to content

Commit da40bbf

Browse files
committed
Add changelog for version 1.2.4
1 parent 7af34d2 commit da40bbf

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## [1.2.4]
8+
9+
### Changed
10+
- Update build for 2024.2 support by @AkibaAT in https://github.com/php-perfect/ddev-intellij-plugin/pull/350
11+
- Change autoconfiguration of node.js binary path to node by @AkibaAT in https://github.com/php-perfect/ddev-intellij-plugin/pull/358
12+
13+
### Fixed
14+
- Fix deprecated functionality in workflow by @Cheoooon in https://github.com/php-perfect/ddev-intellij-plugin/pull/325
15+
- Fix redirect limit in update check by @AkibaAT in https://github.com/php-perfect/ddev-intellij-plugin/pull/351
16+
- Fix visibility change in statusbar by @AkibaAT in https://github.com/php-perfect/ddev-intellij-plugin/pull/352
17+
- Prevent ProgressIndicator warnings by using an EmptyProgressIndicator by @AkibaAT in https://github.com/php-perfect/ddev-intellij-plugin/pull/359
18+
19+
### Dependency Updates
20+
- Bump junitVersion from 5.10.2 to 5.10.3 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/332
21+
- Bump gradle/actions from 3 to 4 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/345
22+
- Bump io.sentry:sentry from 7.9.0 to 7.14.0 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/348
23+
- Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.11.0 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/349
24+
- Bump org.sonarqube from 5.0.0.4638 to 5.1.0.4882 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/336
25+
- Bump org.jetbrains.changelog from 2.2.0 to 2.2.1 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/355
26+
- Bump junitVersion from 5.10.2 to 5.11.0 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/356
27+
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/354
28+
29+
### New Contributors
30+
- @AkibaAT made their first contribution in https://github.com/php-perfect/ddev-intellij-plugin/pull/350
31+
32+
**Full Changelog**: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.2.3...1.2.4
33+
734
## [1.2.3]
835

936
### Changed

0 commit comments

Comments
 (0)