Skip to content

Releases: Jumoo/Our.Umbraco.MaintenanceMode

v14 - Umbraco 14 Release

30 May 14:26
5be733d
Compare
Choose a tag to compare

This is a major release of Maintenance Manager for Umbraco version 14

What's Changed

New Contributors

Full Changelog: v10.1.1...v14.0.0

v10.1.1 - the Umbraco 10 and 11 Release

06 Dec 14:44
Compare
Choose a tag to compare

Umbraco 10 and 11 release (Works on both).

This release has one update just to stop the duplicate dashboard appearing (v11 now reads the package.manifest direct - v10 didn't use to do that).

v10 - the Umbraco 10 release

18 Jun 12:33
Compare
Choose a tag to compare

Version that works with Umbraco 10.0 (some slight updates).

Updates

  • #29 - Change to API to enable content freeze in v10
  • #30 - RazorClassLibrary all the files for v10 package
  • #31 - Full null excption in v10 when no backoffice users are logged in.

v3.0 - Umbraco dotnetCore release

26 Feb 11:27
Compare
Choose a tag to compare

With most of the work being done by @AaronSadlerUK - we have a donetCore version of Maintenance Manager 🎉 .

Maintenance Page

This version uses middleware to intercept requests and turn off the site which is better than before because we no longer rely on you having not swapped out your default render controllers.

You can quickly set things like text, notes and titles in the settings and the "maintence template" is also delivered from a RazorClassLibrary which means it doesn't clutter up your views folder (unless you want it to, in which case you can create your own maintenance template and use that in its place).

BackOffice restricted access,

there is also an option that lets anyone who is currently logged into the back office past the maintenance mode page, to see the site, so your site can be publicly locked while still available to logged in people.

Content Freeze

You can also choose to freeze your sites content (you don't have to also be in maintenance mode to do this!) - which will stop any back office users from editing things on the site while you do the upgrades etc you need to perform.

image

Installing

via dotnet

dotnet add package Our.Umbraco.MaintenanceMode