Skip to content

Commit e1cea81

Browse files
committed
Prep 0.6.3
1 parent bd3f07a commit e1cea81

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ Building a release
2121
==================
2222

2323
`./gradlew buildPlugin`
24+
25+
The output is then in `build/distributions`.

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "org.mediawiki"
10-
version = "0.6.2"
10+
version = "0.6.3"
1111

1212
repositories {
1313
mavenCentral()
@@ -35,7 +35,7 @@ tasks {
3535
}
3636

3737
patchPluginXml {
38-
sinceBuild.set("222.3345.118")
38+
sinceBuild.set("233.14475.35")
3939
untilBuild.set("")
4040
}
4141

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323

2424
<change-notes><![CDATA[
2525
<p>
26-
<strong>Version 0.x.x</strong>
26+
<strong>Version 0.6.3</strong>
2727
<ul>
2828
<li>Remove max build number</li>
29+
<li>MediaWikiSearchDocsAction: Try to fix getActionUpdateThread deprecation error</li>
2930
</ul>
3031
<strong>Version 0.6.2</strong>
3132
<ul>
@@ -77,7 +78,7 @@
7778
]]></change-notes>
7879

7980
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
80-
<idea-version since-build="222.3345.118"/>
81+
<idea-version since-build="233.14475.35"/>
8182

8283
<depends>com.jetbrains.php</depends>
8384
<depends>com.intellij.modules.platform</depends>

0 commit comments

Comments
 (0)