Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (20 loc) · 1.85 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.85 KB

Crop Healer for Umbraco

Build status

This package adds and event handler to the save event of a data type to ensure changes to crops are propagated to content, media and members.

Please note that if you have a used a particular cropper data type on a lot of items then saving the data type may take some time to complete. You can check on progress by looking at the log4net log file either directly or by using a viewer such as the excellent Diplo Trace Log Viewer (search for "CropHealer" in the Logger field)

LogViewer

Downloads

Release

  • NuGet - the latest release version for NuGet
  • Umbraco Package - the latest release version for Umbraco

Pre-release

  • MyGet for the very latest NuGet package built fresh from source code
  • AppVeyor - for the very latest Umbraco package built fresh from source code (download the Zip archive)

Test Site

The username and password for the test site are admin/password

Roadmap

  • v0.1-beta Attach to data type save event and propagate changes to content, media & members
  • v0.2-beta Add dashboard control to allow for a specific data type to be healed on request and make data type save event optional
  • v1.0 Release

This project is MIT licensed