File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
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
+
7
34
## [ 1.2.3]
8
35
9
36
### Changed
You can’t perform that action at this time.
0 commit comments