Skip to content

Releases: jeremy-farrance/AccuratySolutions-2023

AccuLadder v1.00.09 alpha2a

07 Nov 14:42
57f3d26
Compare
Choose a tag to compare
Pre-release

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)

29 Oct 01:45
e3164c9
Compare
Choose a tag to compare

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.