Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

### Added

- Compatibility with Intellij 2025.1

## [1.5.5]

### Added

- Compatibility with Intellij 2024.3

## [1.5.4] - 2024-09-26
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup = com.github.plaskowski.embeddedbrowserintellijplugin
pluginName = EmbeddedBrowser
pluginRepositoryUrl = https://github.com/plaskowski/EmbeddedBrowserIntellijPlugin
pluginVersion = 1.5.5
pluginVersion = 1.5.6

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
Expand Down
Loading