File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ - Added support for 2024.2 IDE builds
8+
79## [ 1.3.0] - 2024-05-05
810
911- Fixed deprecation warnings
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ pluginGroup = nl.bryanderidder.regexrenamefiles
55pluginName = Regex Rename files
66pluginRepositoryUrl = https://github.com/Bryanx/regex-rename-files
77# SemVer format -> https://semver.org
8- pluginVersion = 1.3.0
8+ pluginVersion = 1.3.1
99
1010# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111pluginSinceBuild = 223
12- pluginUntilBuild = 241 .*
12+ pluginUntilBuild = 242 .*
1313
1414# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1515platformType = IC
You can’t perform that action at this time.
0 commit comments