Skip to content

Commit 8861768

Browse files
author
Andreas Schaefer
committed
Updated the version to 1.0.3.1 and added the proper link to the Info page for this release.
1 parent 9e705a6 commit 8861768

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

META-INF/plugin.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2">
22
<id>com.headwire.aem.tooling.intellij</id>
33
<name>AEM IDE Tooling 4 IntelliJ</name>
4-
<version>1.0.3</version>
4+
<version>1.0.3.1</version>
55
<vendor email="aemintellijplugin@headwire.com" url="https://www.headwire.com/aemintellijplugin">headwire.com Inc</vendor>
66

77
<description><![CDATA[
@@ -16,10 +16,17 @@
1616

1717
<change-notes><![CDATA[
1818
<ul>
19+
<li>1.0.3.1:
20+
<ol>
21+
<li>
22+
Book keeping release
23+
</li>
24+
</ol>
25+
</li>
1926
<li>1.0.3:
2027
<ol>
2128
<li>
22-
TFix an issue with the Mac OS X High Sierra class loading crashes
29+
Fix an issue with the Mac OS X High Sierra class loading crashes
2330
</li>
2431
</ol>
2532
</li>

Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This plugin requires to run IntelliJ IDEA **2016.2** or higher.
66

77
#### Releases:
88

9-
Release of 1.0.3 is out. Check out in the release section.
9+
Release of 1.0.3.1 is out. Check out in the release section.
1010

1111
New Releases can be found in the **Code -> Release** section on
1212
GitHub: [AEM Intellij Plugin](https://github.com/headwirecom/aem-ide-tooling-4-intellij)
@@ -29,6 +29,9 @@ The **master** is the latest release code and it the same as the highest
2929

3030
#### Updates:
3131

32+
**1.0.3.1**:
33+
* Book keeping release
34+
3235
**1.0.3**:
3336
* Fix an issue with Mac OS X High Sierra to load a class
3437

src/main/java/com/headwire/aem/tooling/intellij/explorer/WebContentFXPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class WebContentFXPanel
4040
private JFXPanel panel;
4141
private WebView browser;
4242
private WebEngine webEngine;
43-
private String url = " https://www.headwire.com/t/intellij-1.0.2.html";
43+
private String url = " https://www.headwire.com/t/intellij-1.0.3.1.html";
4444

4545
public WebContentFXPanel() {
4646

0 commit comments

Comments
 (0)