Skip to content

Commit

Permalink
SCP 1.4.6 release
Browse files Browse the repository at this point in the history
Fixed installer and feed to make more easy version releases in the future.
  • Loading branch information
FuseCP-MTiggelaar committed Mar 3, 2020
1 parent e5def63 commit cd71229
Show file tree
Hide file tree
Showing 21 changed files with 61,518 additions and 61,056 deletions.
122,054 changes: 61,027 additions & 61,027 deletions Languages/Resources.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions SolidCP.Installer/Sources/SolidCP.Setup/EnterpriseServer10.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class EnterpriseServer145 : EnterpriseServer
public static new object Install(object obj)
{
//
return EnterpriseServer.InstallBase(obj, "1.0.1");
return EnterpriseServer.InstallBase(obj, minimalInstallerVersion: "1.0.1");
}

public static new DialogResult Uninstall(object obj)
Expand All @@ -64,7 +64,7 @@ public class EnterpriseServer145 : EnterpriseServer
{
return UpdateBase(obj,
minimalInstallerVersion: "1.0.1",
versionToUpgrade: "1.4.4,1.4.3",
versionToUpgrade: "1.4.5,1.4.4",
updateSql: true);
}
}
Expand Down
4 changes: 2 additions & 2 deletions SolidCP.Installer/Sources/SolidCP.Setup/Portal10.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class Portal145 : Portal
public static new object Install(object obj)
{
//
return Portal.InstallBase(obj, "1.4.4");
return Portal.InstallBase(obj, minimalInstallerVersion: "1.0.1");
}

public static new DialogResult Uninstall(object obj)
Expand All @@ -63,7 +63,7 @@ public class Portal145 : Portal
{
return UpdateBase(obj,
minimalInstallerVersion: "1.0.1",
versionToUpgrade: "1.4.4,1.4.3",
versionToUpgrade: "1.4.5,1.4.4",
updateSql: false);
}
}
Expand Down
4 changes: 2 additions & 2 deletions SolidCP.Installer/Sources/SolidCP.Setup/Server10.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class Server145 : Server
public static new object Install(object obj)
{
//
return Server.InstallBase(obj, "1.0.1");
return Server.InstallBase(obj, minimalInstallerVersion: "1.0.1");
}

public static new object Uninstall(object obj)
Expand All @@ -63,7 +63,7 @@ public class Server145 : Server
{
return Server.UpdateBase(obj,
minimalInstallerVersion: "1.0.1",
versionToUpgrade: "1.4.4,1.4.3",
versionToUpgrade: "1.4.5,1.4.4",
updateSql: false);
}
}
Expand Down
4 changes: 2 additions & 2 deletions SolidCP.Installer/Sources/SolidCP.Setup/Serveraspv210.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class Serveraspv2145 : Server
public static new object Install(object obj)
{
//
return Server.InstallBase(obj, "1.0.1");
return Server.InstallBase(obj, minimalInstallerVersion: "1.0.1");
}

public static new object Uninstall(object obj)
Expand All @@ -63,7 +63,7 @@ public class Serveraspv2145 : Server
{
return Server.UpdateBase(obj,
minimalInstallerVersion: "1.0.1",
versionToUpgrade: "1.4.4,1.4.3",
versionToUpgrade: "1.4.5,1.4.4",
updateSql: false);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class StandaloneServerSetup145 : StandaloneServerSetup
{
public static new object Install(object obj)
{
return StandaloneServerSetup.InstallBase(obj, "1.0.1");
return StandaloneServerSetup.InstallBase(obj, minimalInstallerVersion: "1.0.1");
}
}
/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions SolidCP.Installer/Sources/SolidCP.Setup/WebDavPortal10.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class WebDavPortal145 : WebDavPortal
public static new object Install(object obj)
{
//
return WebDavPortal.InstallBase(obj, "1.0.1");
return WebDavPortal.InstallBase(obj, minimalInstallerVersion: "1.0.1");
}

public static new object Uninstall(object obj)
Expand All @@ -63,7 +63,7 @@ public class WebDavPortal145 : WebDavPortal
{
return WebDavPortal.UpdateBase(obj,
minimalInstallerVersion: "1.0.1",
versionToUpgrade: "1.4.4,1.4.3",
versionToUpgrade: "1.4.5,1.4.4",
updateSql: false);
}
}
Expand Down
6 changes: 3 additions & 3 deletions SolidCP.Installer/Sources/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
using System.Runtime.InteropServices;

[assembly: AssemblyCompany("SolidCP")]
[assembly: AssemblyCopyright("Copyright © 2019 SolidCP.")]
[assembly: AssemblyVersion("1.4.5")]
[assembly: AssemblyFileVersion("1.4.5")]
[assembly: AssemblyCopyright("Copyright © 2020 SolidCP.")]
[assembly: AssemblyVersion("1.4.6")]
[assembly: AssemblyFileVersion("1.4.6")]
[assembly: AssemblyInformationalVersion("1.4.5")]


Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
<component application="SolidCP" name="Standalone Server Setup" code="standalone">
<description>Express setup for standalone server configuration. It installs Portal, Enterprise, and Server components on the same server and configures SolidCP using sample settings.</description>
<releases>
<release version="1.4.6" date="02/03/2020" available="true" beta="false">
<releaseFileID>145</releaseFileID>
<fullFilePath>~/Files/1.4.6/SolidCP-StandaloneServerSetup.zip</fullFilePath>
<upgradeFilePath></upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.StandaloneServerSetup145</installerType>
</release>
<release version="1.4.5" date="17/10/2019" available="true" beta="false">
<releaseFileID>145</releaseFileID>
<fullFilePath>~/Files/1.4.5/SolidCP-StandaloneServerSetup.zip</fullFilePath>
<upgradeFilePath></upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.StandaloneServerSetup145</installerType>
</release>
<release version="1.4.4" date="02/09/2019" available="true" beta="false">
<releaseFileID>144</releaseFileID>
<fullFilePath>~/Files/1.4.4/SolidCP-StandaloneServerSetup.zip</fullFilePath>
Expand Down Expand Up @@ -112,6 +126,20 @@
<component application="SolidCP" name="Portal" code="portal">
<description>SolidCP Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc.</description>
<releases>
<release version="1.4.6" date="02/03/2020" available="true" beta="false">
<releaseFileID>245</releaseFileID>
<fullFilePath>~/Files/1.4.6/SolidCP-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.6/SolidCP-Portal-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Portal145</installerType>
</release>
<release version="1.4.5" date="17/10/2019" available="true" beta="false">
<releaseFileID>245</releaseFileID>
<fullFilePath>~/Files/1.4.5/SolidCP-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.5/SolidCP-Portal-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Portal145</installerType>
</release>
<release version="1.4.4" date="02/09/2019" available="true" beta="false">
<releaseFileID>244</releaseFileID>
<fullFilePath>~/Files/1.4.4/SolidCP-Portal.zip</fullFilePath>
Expand Down Expand Up @@ -217,6 +245,20 @@
<component application="SolidCP" name="Enterprise Server" code="enterprise server">
<description>Enterprise Server is the core of SolidCP system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications.</description>
<releases>
<release version="1.4.6" date="02/03/2020" available="true" beta="false">
<releaseFileID>345</releaseFileID>
<fullFilePath>~/Files/1.4.6/SolidCP-EnterpriseServer.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.6/SolidCP-EnterpriseServer-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.EnterpriseServer145</installerType>
</release>
<release version="1.4.5" date="17/10/2019" available="true" beta="false">
<releaseFileID>345</releaseFileID>
<fullFilePath>~/Files/1.4.5/SolidCP-EnterpriseServer.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.5/SolidCP-EnterpriseServer-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.EnterpriseServer145</installerType>
</release>
<release version="1.4.4" date="02/09/2019" available="true" beta="false">
<releaseFileID>344</releaseFileID>
<fullFilePath>~/Files/1.4.4/SolidCP-EnterpriseServer.zip</fullFilePath>
Expand Down Expand Up @@ -322,6 +364,20 @@
<component application="SolidCP" name="Server asp.net v4.5" code="server">
<description>SolidCP Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one.</description>
<releases>
<release version="1.4.6" date="02/03/2020" available="true" beta="false">
<releaseFileID>445</releaseFileID>
<fullFilePath>~/Files/1.4.6/SolidCP-Server.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.6/SolidCP-Server-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Server145</installerType>
</release>
<release version="1.4.5" date="17/10/2019" available="true" beta="false">
<releaseFileID>445</releaseFileID>
<fullFilePath>~/Files/1.4.5/SolidCP-Server.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.5/SolidCP-Server-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Server145</installerType>
</release>
<release version="1.4.4" date="02/09/2019" available="true" beta="false">
<releaseFileID>444</releaseFileID>
<fullFilePath>~/Files/1.4.4/SolidCP-Server.zip</fullFilePath>
Expand Down Expand Up @@ -427,6 +483,20 @@
<component application="SolidCP" name="Server asp.net v2.0" code="serveraspv2">
<description>SolidCP Server asp.net 2.0 is a SolidCP Server module for Exchange 2010. It has limited functionality mainly aimed to support software that can not run on asp.net 4.5 (like exchange 2010).</description>
<releases>
<release version="1.4.6" date="02/03/2020" available="true" beta="false">
<releaseFileID>645</releaseFileID>
<fullFilePath>~/Files/1.4.6/SolidCP-Server-asp-v2.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.6/SolidCP-Server-asp-v2-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Serveraspv2145</installerType>
</release>
<release version="1.4.5" date="17/10/2019" available="true" beta="false">
<releaseFileID>645</releaseFileID>
<fullFilePath>~/Files/1.4.5/SolidCP-Server-asp-v2.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.5/SolidCP-Server-asp-v2-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Serveraspv2145</installerType>
</release>
<release version="1.4.4" date="02/09/2019" available="true" beta="false">
<releaseFileID>644</releaseFileID>
<fullFilePath>~/Files/1.4.4/SolidCP-Server-asp-v2.zip</fullFilePath>
Expand Down Expand Up @@ -489,6 +559,20 @@
<component application="SolidCP" name="Cloud Storage Portal" code="WebDavPortal">
<description>SolidCP Cloud Storage Portal is a client frontend for viewing and editing their Cloud (WebDav) storage files.</description>
<releases>
<release version="1.4.6" date="02/03/2020" available="true" beta="false">
<releaseFileID>545</releaseFileID>
<fullFilePath>~/Files/1.4.6/SolidCP-Web-Dav-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.6/SolidCP-Web-Dav-Portal.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.WebDavPortal145</installerType>
</release>
<release version="1.4.5" date="17/10/2019" available="true" beta="false">
<releaseFileID>545</releaseFileID>
<fullFilePath>~/Files/1.4.5/SolidCP-Web-Dav-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.5/SolidCP-Web-Dav-Portal.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.WebDavPortal145</installerType>
</release>
<release version="1.4.4" date="02/09/2019" available="true" beta="false">
<releaseFileID>544</releaseFileID>
<fullFilePath>~/Files/1.4.4/SolidCP-Web-Dav-Portal.zip</fullFilePath>
Expand Down
Loading

0 comments on commit cd71229

Please sign in to comment.