lcichanowicz / umbraco-unversion

A content un-versioning package for Umbraco 7.1+

Home Page:https://our.umbraco.org/projects/website-utilities/unversion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnVersion

Build status NuGet release Our Umbraco project page

This package automaticaly removes any previous versions for those times when a version history isn't important, and you don't want to take up the database space.

Getting Started

Installation

Note: UnVersion has been developed against Umbraco v7.1.4 and will support that version and above.

UnVersion can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code:

Our Umbraco package repository

To install from Our Umbraco, please download the package from:

https://our.umbraco.org/projects/website-utilities/unversion/

NuGet package repository

To install from NuGet, you can run the following command from within Visual Studio:

PM> Install-Package Our.Umbraco.UnVersion

We also have a MyGet package repository - for bleeding-edge / development releases.

Manual build

If you prefer, you can compile UnVersion yourself, you'll need:

  • Visual Studio 2012 (or above)

To clone it locally click the "Clone in Windows" button above or run the following git commands.

git clone https://github.com/umco/umbraco-unversion.git umbraco-unversion
cd umbraco-unversion
.\build.cmd

Developers Guide

For details on how to use the UnVersion package, please refer to our Developers Guide documentation.


Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

Contact

Have a question?

Dev Team

License

Copyright © 2012 Matt Brailsford, Our Umbraco and other contributors

Licensed under the MIT License

About

A content un-versioning package for Umbraco 7.1+

https://our.umbraco.org/projects/website-utilities/unversion/

License:MIT License


Languages

Language:C# 93.0%Language:Batchfile 7.0%