Releases: jeremy-farrance/AccuratySolutions-2023
Releases · jeremy-farrance/AccuratySolutions-2023
AccuLadder v1.00.09 alpha2a
Added an early (experimental?) version of the IconHelper. See ReleaseNotes.txt for other update details (DocFX themed, moved .ToSlug, etc).
To use, register the Google Fonts in the usual DNN ways. For example, in AccuTheme (includes/_preheader.ascx).
<dnn:DnnCssInclude
FilePath="https://fonts.googleapis.com/icon?family=Material+Icons"
HtmlAttributesAsString="async defer crossorigin:anonymous"
Priority="9"
ForceProvider="DnnPageHeaderProvider"
runat="server"
/>
AccuLadder v1.00.08 (milestone alpha-release)
This is a milestone alpha release because a) its actually useful and b) allows the complete elimination and replacement of App_Code/AccuKit.cshtml from any DNN v9.08.00 or higher project.