Skip to content

Commit 04bf786

Browse files
authored
Updates IJ plugin for 2024.3 (#247)
1 parent 9dbb316 commit 04bf786

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

extension-intellij/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
## [0.58.3]
6+
- Bumped to support Intellij 2024.3
7+
58
## [0.57.2]
69
- Bumped to support Intellij 2024.2 and added background fill for plugin icon
710

extension-intellij/gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
pluginGroup = djblue
55
pluginName = portal
6-
pluginVersion = 0.58.2
6+
pluginVersion = 0.58.3
77

88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
# for insight into build numbers and IntelliJ Platform versions.
1010
pluginSinceBuild = 212.*
11-
pluginUntilBuild = 242.*
11+
pluginUntilBuild = 243.*
1212

1313
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1414
# See https://jb.gg/intellij-platform-builds-list for available build versions.
15-
pluginVerifierIdeVersions = 2021.3.3, 2022.1, 2022.2, 2022.3, 2023.1, 2023.2, 2023.3, 2024.1, 2024.2
15+
pluginVerifierIdeVersions = 2021.3.3, 2022.1, 2022.2, 2022.3, 2023.1, 2023.2, 2023.3, 2024.1, 2024.2, 2024.3
1616

1717
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1818
platformType = IC

0 commit comments

Comments
 (0)