added support for url mapping and viitors
This commit is contained in:
@ -3,8 +3,8 @@ using System;
|
||||
namespace Oqtane.Shared {
|
||||
|
||||
public class Constants {
|
||||
public static readonly string Version = "3.0.0";
|
||||
public const string ReleaseVersions = "1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,2.0.0,2.0.1,2.0.2,2.1.0,2.2.0,2.3.0,2.3.1,3.0.0";
|
||||
public static readonly string Version = "3.0.1";
|
||||
public const string ReleaseVersions = "1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,2.0.0,2.0.1,2.0.2,2.1.0,2.2.0,2.3.0,2.3.1,3.0.0,3.0.1";
|
||||
public const string PackageId = "Oqtane.Framework";
|
||||
public const string UpdaterPackageId = "Oqtane.Updater";
|
||||
public const string PackageRegistryUrl = "https://www.oqtane.net";
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace Oqtane.Shared
|
||||
namespace Oqtane.Shared
|
||||
{
|
||||
public class EntityNames
|
||||
{
|
||||
@ -10,5 +10,6 @@
|
||||
public const string Page = "Page";
|
||||
public const string Folder = "Folder";
|
||||
public const string User = "User";
|
||||
public const string Visitor = "Visitor";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user