Skip to content

Commit

Permalink
Fix #38 by using https to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Jul 31, 2023
1 parent 97fa82b commit 9bc12fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.zkoss.zkidea'
version '0.1.19'
version '0.1.20'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import org.zkoss.zkidea.project.ZKPathManager;

public class ZKNews implements StartupActivity {
public static final String ZK_WEBSITE_URL = "http://www.zkoss.org?ide=in";
public static final String ZK_WEBSITE_URL = "https://www.zkoss.org?ide=in";

@Override
public void runActivity(@NotNull Project project) {
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
]]></description>

<change-notes><![CDATA[
<p>0.1.20</p>
<ul>
<li> [bug] <a href="https://github.com/zkoss/zkidea/issues/38">#38</a> ZK news popup has an error in Linux env. for 2023-2 </li>
</ul>
<br>
<p>0.1.19</p>
<ul>
<li> [bug] <a href="https://github.com/zkoss/zkidea/issues/36">#36</a> Add support for Intellij 2023.2 </li>
Expand Down

0 comments on commit 9bc12fc

Please sign in to comment.