Skip to content

Commit cd3c3eb

Browse files
committed
Add changelog for version 1.1.1
1 parent 6958854 commit cd3c3eb

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,47 @@ 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.1.1]
8+
9+
### Changed
10+
11+
- Update the plugin for compatibility to IntelliJ 2023.2 by @nico-loeber
12+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/216
13+
- Update the plugin for compatibility to ddev 1.22 by @nico-loeber
14+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/215
15+
- Update ddev version check for better performance by @nico-loeber
16+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/210
17+
- Replace drud namespace by ddev by @nico-loeber in https://github.com/php-perfect/ddev-intellij-plugin/pull/217
18+
19+
### Fixed
20+
21+
- Fix Docker.exe not found error by @nico-loeber with kind support of @bitExpert
22+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/214
23+
24+
### Dependency Updates
25+
26+
- Bump org.sonarqube from 4.0.0.2929 to 4.2.0.3129 by @dependabot
27+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/186
28+
- Bump io.sentry:sentry from 6.19.0 to 6.21.0 by @dependabot
29+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/185
30+
- Bump org.jetbrains.changelog from 2.0.0 to 2.1.2 by @dependabot
31+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/201
32+
- Bump org.jetbrains.intellij from 1.13.3 to 1.15.0 by @dependabot
33+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/199
34+
- Bump org.mockito:mockito-core from 5.3.1 to 5.4.0 by @dependabot
35+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/195
36+
- Bump io.sentry:sentry from 6.21.0 to 6.26.0 by @dependabot
37+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/208
38+
- Bump org.sonarqube from 4.2.0.3129 to 4.3.0.3225 by @dependabot
39+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/205
40+
- Bump org.junit.platform:junit-platform-launcher from 1.9.3 to 1.10.0 by @dependabot
41+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/213
42+
- Bump junitVersion from 5.9.3 to 5.10.0 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/212
43+
- Bump io.sentry:sentry from 6.26.0 to 6.27.0 by @dependabot
44+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/211
45+
46+
**Full Changelog**: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.1.0...1.1.1
47+
748
## [1.1.0]
849

950
### Added

0 commit comments

Comments
 (0)