IDEMPIERE-4604 Release 8.2

Credits and version number
This commit is contained in:
Carlos Ruiz 2020-12-20 09:25:13 +01:00
parent 36f8a91ae6
commit 00a08236fc
9 changed files with 15 additions and 21 deletions

View File

@ -4,8 +4,8 @@
| Version | Supported | | Version | Supported |
| ------------------- | ------------------ | | ------------------- | ------------------ |
| release-8.1 | :white_check_mark: | | release-8.2 | :white_check_mark: |
| master a.k.a. 8.1z | :white_check_mark: | | master a.k.a. 8.2z | :white_check_mark: |
## Reporting a Vulnerability ## Reporting a Vulnerability

View File

@ -64,11 +64,11 @@ public final class Adempiere
/** Timestamp */ /** Timestamp */
static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $"; static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $";
/** Main Version String */ /** Main Version String */
static public String MAIN_VERSION = "Release 8.1"; static public String MAIN_VERSION = "Release 8.2";
/** Detail Version as date Used for Client/Server */ /** Detail Version as date Used for Client/Server */
static public String DATE_VERSION = "2020-11-03"; static public String DATE_VERSION = "2020-12-20";
/** Database Version as date Compared with AD_System */ /** Database Version as date Compared with AD_System */
static public String DB_VERSION = "2020-11-03"; static public String DB_VERSION = "2020-12-20";
/** Product Name */ /** Product Name */
static public final String NAME = "iDempiere\u00AE"; static public final String NAME = "iDempiere\u00AE";
@ -242,7 +242,7 @@ public final class Adempiere
if (s_ImplementationVendor != null) if (s_ImplementationVendor != null)
return; return;
Package adempierePackage = Package.getPackage("org.compiere"); Package adempierePackage = Adempiere.class.getClassLoader().getDefinedPackage("org.compiere");
s_ImplementationVendor = adempierePackage.getImplementationVendor(); s_ImplementationVendor = adempierePackage.getImplementationVendor();
s_ImplementationVersion = adempierePackage.getImplementationVersion(); s_ImplementationVersion = adempierePackage.getImplementationVersion();
if (s_ImplementationVendor == null) if (s_ImplementationVendor == null)

View File

@ -1,5 +1,5 @@
Package: idempiere Package: idempiere
Version: 8.1 Version: 8.2
Section: web Section: web
Priority: extra Priority: extra
Architecture: all Architecture: all

View File

@ -44,7 +44,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 8.1 RC Page!<br> <td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 8.2 Phong Page!<br>
</font></td> </font></td>

View File

@ -77,12 +77,6 @@ Author URI: http://www.bmlaurus.com
</a> </a>
<div class="main-txt-btn"><%=Prop.getProperty(Prop.SUPPORTREQUEST_TEXT)%></div> <div class="main-txt-btn"><%=Prop.getProperty(Prop.SUPPORTREQUEST_TEXT)%></div>
</li> </li>
<li id ="main-docuBtns-btnIrc">
<a href="<%=Prop.getProperty(Prop.IRC_LINK)%>" target="_blank">
<img name="img_irc" src="<%=Prop.getImage("img_irc.png")%>" border="0" />
</a>
<div class="main-txt-btn"><%=Prop.getProperty(Prop.IRC_TEXT)%></div>
</li>
<li id ="main-requestBtns-btnReq"> <li id ="main-requestBtns-btnReq">
<a href="<%=Prop.getProperty(Prop.WEBSTORE_LINK)%>" target="_blank"> <a href="<%=Prop.getProperty(Prop.WEBSTORE_LINK)%>" target="_blank">
<img name="img_webstore" src="<%=Prop.getImage("img_webstore.png")%>" border="0" /> <img name="img_webstore" src="<%=Prop.getImage("img_webstore.png")%>" border="0" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -72,22 +72,22 @@ div.body{
justify-content: center; justify-content: center;
} }
#main-docuBtns ul { #main-docuBtns ul {
margin: 0px auto; margin: 60px auto;
padding:28px; padding:28px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
align-content: center; align-content: flex-end;
align-items: flex-start; align-items: flex-start;
justify-content: flex-start; justify-content: flex-start;
height: 450px; height: 400px;
width: 700px; width: 700px;
} }
#main-docuBtns ul li { #main-docuBtns ul li {
display: inline-flex; display: inline-flex;
flex-direction: column; flex-direction: column;
height:120px; height:114px;
width:130px; width:106px;
padding: 9px 0; padding: 9px 0;
text-align:center; text-align:center;
background-color: #fff; background-color: #fff;

View File

@ -90,7 +90,7 @@ public final class Prop implements Serializable {
public static final String SOC_7 = "Social7"; public static final String SOC_7 = "Social7";
/**Defaults*/ /**Defaults*/
private static final String CREDITS = "Welcome to the iDempiere (OSGi+ADempiere) 8.1 RC Page!"; private static final String CREDITS = "Welcome to the iDempiere (OSGi+ADempiere) 8.2 Phong Page!";
private static String LOGO_URL = null; private static String LOGO_URL = null;

View File

@ -52,5 +52,5 @@ CustomImagePath = NONE
ClientName = iDempiere Application Home ClientName = iDempiere Application Home
#Custom Credits & Copyright tail #Custom Credits & Copyright tail
Credits = Welcome to iDempiere 8.1 RC Credits = Welcome to iDempiere 8.2 Phong
Copyriright = || by <a href="http://www.idempiere.org" target="blank">iDempiere Community</a> Copyriright = || by <a href="http://www.idempiere.org" target="blank">iDempiere Community</a>