MediaProtect 2.0.0
See the version list below for details.
dotnet add package MediaProtect --version 2.0.0
NuGet\Install-Package MediaProtect -Version 2.0.0
<PackageReference Include="MediaProtect" Version="2.0.0" />
paket add MediaProtect --version 2.0.0
#r "nuget: MediaProtect, 2.0.0"
// Install MediaProtect as a Cake Addin #addin nuget:?package=MediaProtect&version=2.0.0 // Install MediaProtect as a Cake Tool #tool nuget:?package=MediaProtect&version=2.0.0
Mediaprotect helps you protect media in the same simple way as you protect documents. Once the package is installed and you protect certain media, or content nodes the files will be password protected. Only authenticated members can open the files, otherwise members will be redirected to the login screen.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
13.1.4 | 442 | 8/21/2024 |
13.1.3 | 765 | 6/13/2024 |
13.1.2 | 142 | 6/11/2024 |
13.1.1 | 856 | 4/22/2024 |
13.1.0 | 620 | 2/8/2024 |
13.0.0 | 865 | 12/15/2023 |
13.0.0-rc0001 | 145 | 12/6/2023 |
12.1.0 | 232 | 2/8/2024 |
12.1.0-beta0001 | 106 | 2/1/2024 |
12.0.0 | 2,984 | 6/29/2023 |
11.0.4 | 1,051 | 2/20/2023 |
11.0.3 | 447 | 12/19/2022 |
11.0.2 | 351 | 12/16/2022 |
11.0.1 | 346 | 12/16/2022 |
11.0.0 | 646 | 12/1/2022 |
10.0.4 | 228 | 6/4/2024 |
10.0.4-beta2 | 411 | 9/22/2023 |
10.0.4-beta1 | 118 | 9/19/2023 |
10.0.3 | 3,244 | 2/6/2023 |
10.0.3-beta1 | 190 | 2/3/2023 |
10.0.2 | 672 | 12/16/2022 |
10.0.1 | 1,013 | 6/21/2022 |
10.0.0 | 497 | 6/16/2022 |
10.0.0-rc1 | 183 | 6/9/2022 |
10.0.0-alpha1 | 213 | 5/31/2022 |
9.0.2 | 358 | 12/16/2022 |
9.0.1 | 821 | 5/20/2022 |
9.0.0 | 775 | 12/22/2021 |
9.0.0-beta2 | 469 | 12/13/2021 |
9.0.0-beta1 | 336 | 10/11/2021 |
2.8.5-beta1 | 342 | 8/9/2022 |
2.8.4 | 12,856 | 11/4/2020 |
2.8.1 | 5,408 | 7/10/2019 |
2.8.0 | 731 | 3/20/2019 |
2.1.5 | 1,017 | 3/14/2022 |
2.1.4 | 5,097 | 11/4/2020 |
2.1.3 | 1,560 | 10/6/2020 |
2.1.2 | 1,626 | 8/17/2020 |
2.1.1 | 5,696 | 5/16/2019 |
2.1.0 | 6,282 | 7/12/2018 |
2.0.0 | 7,534 | 11/3/2016 |
1.6.2 | 4,099 | 10/21/2015 |
1.6.1 | 2,045 | 10/6/2015 |
1.6.0 | 1,808 | 3/16/2015 |
- Using IFileSystem instead of System.IO
- Supports Azure Blob storage
- Added indexer for faster check of protected files
- Authentication refactored. It is using Member services by default now (Can still switch to Membership API)
- Added Umbraco Helper extensions
- Debug info now stored in normal log file
- Installer is using Migrations instead of package actions
- Moved MediaAccess.config to database
- Minimal Umbraco version is 7.4 (Breaking)
- Removed XSLT Support(Breaking)
- Removed all Webforms logic(Breaking)