File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,5 @@ Building a release
21
21
==================
22
22
23
23
` ./gradlew buildPlugin `
24
+
25
+ The output is then in ` build/distributions ` .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
group = " org.mediawiki"
10
- version = " 0.6.2 "
10
+ version = " 0.6.3 "
11
11
12
12
repositories {
13
13
mavenCentral()
@@ -35,7 +35,7 @@ tasks {
35
35
}
36
36
37
37
patchPluginXml {
38
- sinceBuild.set(" 222.3345.118 " )
38
+ sinceBuild.set(" 233.14475.35 " )
39
39
untilBuild.set(" " )
40
40
}
41
41
Original file line number Diff line number Diff line change 23
23
24
24
<change-notes ><![CDATA[
25
25
<p>
26
- <strong>Version 0.x.x </strong>
26
+ <strong>Version 0.6.3 </strong>
27
27
<ul>
28
28
<li>Remove max build number</li>
29
+ <li>MediaWikiSearchDocsAction: Try to fix getActionUpdateThread deprecation error</li>
29
30
</ul>
30
31
<strong>Version 0.6.2</strong>
31
32
<ul>
77
78
]]> </change-notes >
78
79
79
80
<!-- 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 " />
81
82
82
83
<depends >com.jetbrains.php</depends >
83
84
<depends >com.intellij.modules.platform</depends >
You can’t perform that action at this time.
0 commit comments