Skip to content

Commit 3366e9d

Browse files
authored
Merge pull request #39 from rrjjvv/allow-243
Bump support to 243.*
2 parents 33a526f + 33e1529 commit 3366e9d

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks {
3232

3333
patchPluginXml {
3434
sinceBuild.set("232")
35-
untilBuild.set("242.*")
35+
untilBuild.set("243.*")
3636
}
3737

3838
signPlugin {

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,9 @@
2828

2929

3030
<change-notes><![CDATA[
31-
<h2>New Features by <a href="https://github.com/ingwarsw">Karol Lassak</a></h2>
31+
<h2>New Features</h2>
3232
<ul>
33-
<li>Fixed function names colors</li>
34-
<li>Some extra colors in highlighter</li>
35-
<li>Add commenter</li>
36-
<li>Added completion (works for targets and functions)</li>
37-
<li>Added go to definition/usage (works for targets and functions)</li>
38-
<li>Added find usages (works for targets and functions)</li>
39-
<li>Working refactoring (works for targets and functions)</li>
40-
<li>Added custom name validator to validate targets and function names properly</li>
33+
<li>Add support for platform build 243</li>
4134
</ul>
4235
]]>
4336
</change-notes>

0 commit comments

Comments
 (0)