Skip to content

Commit

Permalink
Version 1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseCP-MTiggelaar committed Dec 17, 2024
1 parent 1f3f903 commit 31119db
Show file tree
Hide file tree
Showing 20 changed files with 278 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class EnterpriseServer150 : EnterpriseServer
{
return UpdateBase(obj,
minimalInstallerVersion: "1.0.1",
versionToUpgrade: "1.4.9,1.4.8,1.4.7,1.4.6,1.4.5",
versionToUpgrade: "1.5.0,1.4.9,1.4.8,1.4.7,1.4.6,1.4.5",
updateSql: true);
}
}
Expand Down
2 changes: 1 addition & 1 deletion SolidCP.Installer/Sources/SolidCP.Setup/Portal10.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class Portal150 : Portal
{
return UpdateBase(obj,
minimalInstallerVersion: "1.0.1",
versionToUpgrade: "1.4.9,1.4.8,1.4.7,1.4.6,1.4.5",
versionToUpgrade: "1.5.0,1.4.9,1.4.8,1.4.7,1.4.6,1.4.5",
updateSql: false);
}
}
Expand Down
2 changes: 1 addition & 1 deletion SolidCP.Installer/Sources/SolidCP.Setup/Server10.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class Server150 : Server
{
return Server.UpdateBase(obj,
minimalInstallerVersion: "1.0.1",
versionToUpgrade: "1.4.9,1.4.8,1.4.7,1.4.6,1.4.5",
versionToUpgrade: "1.5.0,1.4.9,1.4.8,1.4.7,1.4.6,1.4.5",
updateSql: false);
}
}
Expand Down
2 changes: 1 addition & 1 deletion SolidCP.Installer/Sources/SolidCP.Setup/Serveraspv210.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class Serveraspv2150 : Server
{
return Server.UpdateBase(obj,
minimalInstallerVersion: "1.0.1",
versionToUpgrade: "1.4.9,1.4.8,1.4.7,1.4.6,1.4.5",
versionToUpgrade: "1.5.0,1.4.9,1.4.8,1.4.7,1.4.6,1.4.5",
updateSql: false);
}
}
Expand Down
2 changes: 1 addition & 1 deletion SolidCP.Installer/Sources/SolidCP.Setup/WebDavPortal10.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class WebDavPortal150 : WebDavPortal
{
return WebDavPortal.UpdateBase(obj,
minimalInstallerVersion: "1.0.1",
versionToUpgrade: "1.4.9,1.4.8,1.4.7,1.4.6,1.4.5",
versionToUpgrade: "1.5.0,1.4.9,1.4.8,1.4.7,1.4.6,1.4.5",
updateSql: false);
}
}
Expand Down
4 changes: 2 additions & 2 deletions SolidCP.Installer/Sources/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[assembly: AssemblyInformationalVersion("1.5.0")]
[assembly: AssemblyCompany("SolidCP")]
[assembly: AssemblyCopyright("Copyright © 2024 SolidCP.")]
[assembly: AssemblyFileVersion("1.5.0")]
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyVersion("1.5.1")]


Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<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.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>150</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-StandaloneServerSetup.zip</fullFilePath>
<upgradeFilePath></upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.StandaloneServerSetup150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>150</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-StandaloneServerSetup.zip</fullFilePath>
Expand Down Expand Up @@ -154,6 +161,13 @@
<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.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>250</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.1/SolidCP-Portal-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Portal150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>250</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-Portal.zip</fullFilePath>
Expand Down Expand Up @@ -301,6 +315,13 @@
<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.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>350</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-EnterpriseServer.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.1/SolidCP-EnterpriseServer-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.EnterpriseServer150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>350</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-EnterpriseServer.zip</fullFilePath>
Expand Down Expand Up @@ -448,6 +469,13 @@
<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.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>450</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-Server.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.1/SolidCP-Server-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Server150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>450</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-Server.zip</fullFilePath>
Expand Down Expand Up @@ -595,6 +623,13 @@
<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.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>650</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-Server-asp-v2.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.1/SolidCP-Server-asp-v2-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Serveraspv2150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>650</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-Server-asp-v2.zip</fullFilePath>
Expand Down Expand Up @@ -699,6 +734,13 @@
<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.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>550</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-Web-Dav-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.1/SolidCP-Web-Dav-Portal.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.WebDavPortal150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>550</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-Web-Dav-Portal.zip</fullFilePath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,28 @@
<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.5.0" date="02/12/2024" available="true" beta="false">
<release version="1.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>150</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-StandaloneServerSetup.zip</fullFilePath>
<upgradeFilePath></upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.StandaloneServerSetup150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>150</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-StandaloneServerSetup.zip</fullFilePath>
<upgradeFilePath></upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.StandaloneServerSetup150</installerType>
</release>
<release version="1.4.9" date="31/01/2023" available="true" beta="false">
<release version="1.4.9" date="31/01/2023" available="true" beta="false">
<releaseFileID>145</releaseFileID>
<fullFilePath>~/Files/1.4.9/SolidCP-StandaloneServerSetup.zip</fullFilePath>
<upgradeFilePath></upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.StandaloneServerSetup145</installerType>
</release>
<release version="1.4.8" date="23/05/2021" available="true" beta="false">
<release version="1.4.8" date="23/05/2021" available="true" beta="false">
<releaseFileID>145</releaseFileID>
<fullFilePath>~/Files/1.4.8/SolidCP-StandaloneServerSetup.zip</fullFilePath>
<upgradeFilePath></upgradeFilePath>
Expand Down Expand Up @@ -154,6 +161,13 @@
<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.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>250</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.1/SolidCP-Portal-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Portal150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>250</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-Portal.zip</fullFilePath>
Expand Down Expand Up @@ -301,14 +315,21 @@
<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.5.0" date="02/12/2024" available="true" beta="false">
<release version="1.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>350</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-EnterpriseServer.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.1/SolidCP-EnterpriseServer-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.EnterpriseServer150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>350</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-EnterpriseServer.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.0/SolidCP-EnterpriseServer-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.EnterpriseServer150</installerType>
</release>
<release version="1.4.9" date="31/01/2023" available="true" beta="false">
<release version="1.4.9" date="31/01/2023" available="true" beta="false">
<releaseFileID>345</releaseFileID>
<fullFilePath>~/Files/1.4.9/SolidCP-EnterpriseServer.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.9/SolidCP-EnterpriseServer-Update.zip</upgradeFilePath>
Expand Down Expand Up @@ -448,14 +469,21 @@
<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.5.0" date="02/12/2024" available="true" beta="false">
<release version="1.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>450</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-Server.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.1/SolidCP-Server-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Server150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>450</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-Server.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.0/SolidCP-Server-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Server150</installerType>
</release>
<release version="1.4.9" date="31/01/2023" available="true" beta="false">
<release version="1.4.9" date="31/01/2023" available="true" beta="false">
<releaseFileID>445</releaseFileID>
<fullFilePath>~/Files/1.4.9/SolidCP-Server.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.9/SolidCP-Server-Update.zip</upgradeFilePath>
Expand Down Expand Up @@ -595,14 +623,21 @@
<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.5.0" date="02/12/2024" available="true" beta="false">
<release version="1.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>650</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-Server-asp-v2.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.1/SolidCP-Server-asp-v2-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Serveraspv2150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>650</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-Server-asp-v2.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.0/SolidCP-Server-asp-v2-Update.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.Serveraspv2150</installerType>
</release>
<release version="1.4.9" date="31/01/2023" available="true" beta="false">
<release version="1.4.9" date="31/01/2023" available="true" beta="false">
<releaseFileID>645</releaseFileID>
<fullFilePath>~/Files/1.4.9/SolidCP-Server-asp-v2.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.9/SolidCP-Server-asp-v2-Update.zip</upgradeFilePath>
Expand Down Expand Up @@ -699,21 +734,28 @@
<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.5.0" date="02/12/2024" available="true" beta="false">
<release version="1.5.1" date="17/12/2024" available="true" beta="false">
<releaseFileID>550</releaseFileID>
<fullFilePath>~/Files/1.5.1/SolidCP-Web-Dav-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.1/SolidCP-Web-Dav-Portal.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.WebDavPortal150</installerType>
</release>
<release version="1.5.0" date="02/12/2024" available="true" beta="false">
<releaseFileID>550</releaseFileID>
<fullFilePath>~/Files/1.5.0/SolidCP-Web-Dav-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.5.0/SolidCP-Web-Dav-Portal.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.WebDavPortal150</installerType>
</release>
<release version="1.4.9" date="31/01/2023" available="true" beta="false">
<release version="1.4.9" date="31/01/2023" available="true" beta="false">
<releaseFileID>545</releaseFileID>
<fullFilePath>~/Files/1.4.9/SolidCP-Web-Dav-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.9/SolidCP-Web-Dav-Portal.zip</upgradeFilePath>
<installerPath>setup\setup.dll</installerPath>
<installerType>SolidCP.Setup.WebDavPortal145</installerType>
</release>
<release version="1.4.8" date="23/05/2021" available="true" beta="false">
<release version="1.4.8" date="23/05/2021" available="true" beta="false">
<releaseFileID>545</releaseFileID>
<fullFilePath>~/Files/1.4.8/SolidCP-Web-Dav-Portal.zip</fullFilePath>
<upgradeFilePath>~/Files/1.4.8/SolidCP-Web-Dav-Portal.zip</upgradeFilePath>
Expand Down
Loading

0 comments on commit 31119db

Please sign in to comment.