Readme
jcdcdev.Umbraco.Core
Core functionality used by my packages and projects
Useful Classes, Interfaces and Extensions
SimpleAccessRule
This class is used to create a simple access rules for user groups and sections.
var rule0 = SimpleAccessRule.AllowAdminGroup;
var rule1 = SimpleAccessRule.GrantBySection("mySection");
ContentAppBadges
This class is used to create badges for content apps.
var badge = ContentAppBadges.Alert(7);
HealthChecks
ConfigurationNotNullHealthcheck
This health check will verify that a configuration value is not null within an IOptions
object.
[HealthCheck(
"GUID",
"Name",
Description = "Description",
Group = "My Configuration",)]
internal class ApplicationKeyHealthCheck : ConfigurationNotNullHealthcheck<B2Options>
{
public ApplicationKeyHealthCheck(ILocalizedTextService textService, IOptions<B2Options> options) : base(textService, options)
{
}
public override string ItemPath => "Website:ApiKey";
public override string ReadMoreLink => Constants.HealthChecks.ApplicationKey.ReadMoreLink;
public override string CurrentValue => Options.ApplicationKey ?? string. Empty;
}
Releases
Umbraco 15
Umbraco 15 is supported until 14/11/2025
15.0.0
Latest Version
Release Notes
Changes in 15.0.0
- ๐ feature: Umbraco v15 support 3b44a20
- ๐ refactor: datatype container methods obsolete 5eb9ffc
- ๐งน chore: update to Umbraco 15rc2 8fda288
- ๐ refactor: move entryPoint to backofficeEntryPoint manifest 84b8d4c
- ๐ refactor: add BackofficeEntryPointManifest dc17832
- ๐ refactor: rename test site 8902c8d
- ๐งน chore: update to Umbraco 15rc3 1d642ff
- ๐งน chore: add uSync to test site 42902f2
- ๐ refactor: code cleanup dd415d0
- ๐ refactor: EntryPointManifest extends BackofficeEntryPointManifest a12b316
- ๐ feature: support Umbraco 15.0.0 062529e
15.0.0-alpha0012
Pre-release
15.0.0-alpha0007
Pre-release
15.0.0-alpha0005
Pre-release
Release Notes
15.0.0-alpha0004
Pre-release
Release Notes
15.0.0-alpha0003
Pre-release
Release Notes
15.0.0-alpha0002
Pre-release
Release Notes
15.0.0-alpha0001
Pre-release
Release Notes
Umbraco 14
Umbraco 14 is supported until 30/05/2025
14.0.4
Latest Version
Release Notes
Changes in 14.0.4
- ๐ fix: src/TestSite.14/TestSite.14.csproj to reduce vulnerabilities a1118c4 @snyk-bot
14.0.4-alpha0003
Pre-release
Release Notes
Changes in 14.0.4-alpha0003
- ๐ fix: src/TestSite.14/TestSite.14.csproj to reduce vulnerabilities a1118c4 @snyk-bot
14.0.3
Release Notes
Changes in 14.0.3
- ๐ fix: src/TestSite.14/TestSite.14.csproj to reduce vulnerabilities 954a262 @snyk-bot
14.0.3-alpha0013
Pre-release
Release Notes
Changes in 14.0.3-alpha0013
- ๐ fix: src/TestSite.14/TestSite.14.csproj to reduce vulnerabilities 954a262 @snyk-bot
14.0.2
14.0.2-alpha0004
Pre-release
14.0.1
14.0.1-alpha0007
Pre-release
Release Notes
14.0.1-alpha0003
Pre-release
Release Notes
14.0.0
14.0.0-alpha0003
Pre-release
Release Notes
14.0.0-alpha0001
Pre-release
Release Notes
Umbraco 13
Umbraco 13 is supported until 14/12/2026
13.0.2
Latest Version
Release Notes
Changes in 13.0.2
- ๐ fix: src/TestSite.13/TestSite.13.csproj to reduce vulnerabilities 9f2cf9e @snyk-bot
13.0.2-alpha0008
Pre-release
Release Notes
Changes in 13.0.2-alpha0008
- ๐ fix: src/TestSite.13/TestSite.13.csproj to reduce vulnerabilities 9f2cf9e @snyk-bot
13.0.0
13.0.0-alpha0005
Pre-release
13.0.0-alpha0003
Pre-release
Umbraco 10
Umbraco 10 is supported until 16/06/2025
10.1.2
Latest Version
Release Notes
Changes in 10.1.2
- ๐ fix: src/TestSite.10/TestSite.10.csproj to reduce vulnerabilities 6b42aae @snyk-bot
10.1.2-alpha0003
Pre-release
Release Notes
Changes in 10.1.2-alpha0003
- ๐ fix: src/TestSite.10/TestSite.10.csproj to reduce vulnerabilities 6b42aae @snyk-bot
10.1.1
10.1.1-alpha0009
Pre-release
Release Notes
Changes in 10.1.1-alpha0009
- ๐ fix: src/TestSite.10/TestSite.10.csproj to reduce vulnerabilities 446e52d @snyk-bot
10.1.0
10.1.0-alpha0006
Pre-release
10.0.0
Unsupported Versions
Version 12.X.X
12.1.0-alpha0001
Pre-release
12.0.0
12.0.0-alpha0003
Pre-release
Version 0.X.X
0.3.1
Release Notes
0.3.0
Release Notes
Changes in 0.3.0
- ๐งฏ build(deps): bump Microsoft.ICU.ICU4C.Runtime from 68.2.0.9 to 72.1.0.3 acd40bb
- ๐งฏ build(deps): bump Umbraco.Cms, Umbraco.Cms.Web.BackOffice, Umbraco.Cms.Web.Common and Umbraco.Cms.Web.Website 2d10083
- ๐งน chore: remove v11 test site 493b334
- ๐งน chore: editor config 658fc24
- ๐ feature: ConfigurationNotNullHealthcheck 9d0f697
- ๐ feature: UmbracoHelperExtensions 6792079
- ๐ feature: typed RenderController f294cd4
- ๐ feature: QueryStringExtensions 969c78b
- ๐ feature: LogEventExtensions 856d00b
- ๐ feature: BlockListExtensions 65a920e
- ๐ feature: ContentItemDisplayExtensions 5363895
- ๐ feature: EnvironmentExtensions 46b5d41
- ๐ feature: FileSystemExtensions ab7fb0c
- ๐ feature: IndexItemEventArgsExtensions fea06a1
- ๐ feature: LinkExtensions f044dbe
- ๐ feature: basic package register with SimpleManifestFilter 9e60ee4