Skip to content

Commit

Permalink
Updates IJ plugin for 2024.2 (#235)
Browse files Browse the repository at this point in the history
Also adds background fill for plugin icon
  • Loading branch information
coyotesqrl authored Aug 8, 2024
1 parent 6b6f3a2 commit 6e013a0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 12 deletions.
3 changes: 3 additions & 0 deletions extension-intellij/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

## [0.57.2]
- Bumped to support Intellij 2024.2 and added background fill for plugin icon

## [0.54.2]
- Bumped to support Intellij 2024.1

Expand Down
6 changes: 3 additions & 3 deletions extension-intellij/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

pluginGroup = djblue
pluginName = portal
pluginVersion = 0.57.1
pluginVersion = 0.57.2

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 212.*
pluginUntilBuild = 241.*
pluginUntilBuild = 242.*

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

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
Expand Down
28 changes: 19 additions & 9 deletions extension-intellij/src/main/resources/portal/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e013a0

Please sign in to comment.