Skip to content

Commit

Permalink
Update V3.125 RELEASED
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed Oct 28, 2018
1 parent 8ce9f3d commit 3a8fd8f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 3 deletions.
43 changes: 43 additions & 0 deletions XR3PlayerUpdatePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,49 @@

<hr>

<article id="125">
<p class="about">
== Update == UI improvements <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Next/Previous Buttons on Media Album Images Viewer
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* JxBrowser 6.22
<br>* General UI improvements
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>*
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">28/10/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">10.0.2</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">10.0.2</p>
</article>

<hr>

<article id="124">
<p class="about">
Expand Down
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.goxr3plus</groupId>
<artifactId>XR3Player</artifactId>
<version>3.125</version>
<version>3.126</version>


<name>XR3Player</name>
Expand All @@ -20,7 +20,7 @@
<maven.compiler.source>10</maven.compiler.source>
<maven.compiler.target>10</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<my.project.version>125</my.project.version>
<my.project.version>126</my.project.version>
</properties>

<build>
Expand Down Expand Up @@ -338,11 +338,20 @@
<artifactId>javasysmon2</artifactId>
<version>8.0.0</version>
</dependency>

<!-- ZT-ZIP -->
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-zip</artifactId>
<version>1.13</version>
<type>jar</type>
</dependency>

<!-- XR3Converter -->
<!-- <dependency>
<groupId>com.github.goxr3plus</groupId>
<artifactId>XR3Converter</artifactId>
<version>V3.1</version>
</dependency> -->
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class Main extends Application {
public static final PropertiesDb applicationProperties = new PropertiesDb(InfoTool.getAbsoluteDatabasePathWithSeparator() + "ApplicationProperties.properties", true);

//Internal Information
public static final int APPLICATION_VERSION = 125;
public static final int APPLICATION_VERSION = 126;
public static final String RELEASE_DATE = "Check updates window";

private static final Logger[] pin;
Expand Down

0 comments on commit 3a8fd8f

Please sign in to comment.