File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
src/main/java/com/headwire/aem/tooling/intellij/explorer Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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[
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>
Original file line number Diff line number Diff 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
1111New Releases can be found in the ** Code -> Release** section on
1212GitHub: [ 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments