100%
UmbracoCms.7.1.2.zip
This is the main Umbraco download, generally you won't need anything else.
Downloaded 2381 times - uploaded 09 May 2014UmbracoCms.AllBinaries.7.1.2.zip
Downloaded 1145 times - uploaded 09 May 2014Release notes
This release includes a bunch of bugfixes with regards to Tags, Members, Users and a fair number of other small fixes.
Upgrading from 7.1.x
Follow the general upgrade guide.
Upgrading from 7.0.3/7.0.4
Follow the general upgrade guide.
The significant config file changes are that the UmbracoMembershipProvider, UsersMembershipProvider and UmbracoRoleProvider have been updated in the web.config and an assembly redirect is added to point to Newtonsoft.Json version 6.
Please also remove the /Install folder if you haven't done so, it is no longer used and might conflict with the new upgrader if it's still there.
Upgrading from version 7.0.0/7.0.1./7.0.2/7.0.3
Follow the general upgrade guide AND the version specific upgrade guide.
The significant config file changes are that the UmbracoMembershipProvider, UsersMembershipProvider and UmbracoRoleProvider have been updated in the web.config and an assembly redirect is added to point to Newtonsoft.Json version 6.
Please also remove the /Install folder if you haven't done so, it is no longer used and might conflict with the new upgrader if it's still there.
Upgrading from Version 6
This is a major version, there are therefore several things you must be aware of before attempting to upgrade a site.
Related changes from the issue tracker
Features
- U4-2746 - The 'create' notification selected via the UI should fire at the first 'save' rather than at creation time
- U4-4745 - Add support to GetCropUrl for ImageProcessor height and width ratio options
- U4-4819 - Publicize AuthenticationExtensions
- U4-4829 - Make HasCurrent property public on ResolverBase
- U4-4768 - Update web.config with .woff mime support
Breaking Changes
No items to display
Issues & Tasks
- U4-4026 - Inline styling on container affect header text
- U4-4168 - A space in a doctype property alias changes all properties
- U4-4197 - Error 400 on admin area login
- U4-4211 - User without media section permission will be logged out immediately when accessing a document type using a media picker datatype (u7.0.3)
- U4-4259 - Fix thread safety issue with cached entities
- U4-4420 - TagQuery / TagService missing method to get content with tag.
- U4-4503 - Tags datatype does not autocomplete
- U4-4505 - Add obsolete messages to /base restextentions methods
- U4-4546 - Error: Failed to retreive data for media ids
- U4-4573 - 7.0.4 Save and Send For Approval button not sending notification email
- U4-4610 - Unmapped members in Automapper
- U4-4626 - U7 - Multiple Media Picker - "Pick multiple items" doesn't initially populate
- U4-4629 - PackagingService fails to import macro if alias isn't unique
- U4-4638 - Richtext editor fails to load sometimes when there is more than 1 inside a doctype
- U4-4651 - Notification emails don't include property values
- U4-4654 - 7.1.1 InsertMacroController unescapes objects to string
- U4-4676 - Invalid character in DocumentType Property Alias makes all aliases change to the same name
- U4-4707 - When a mediaitem is selected in the linkpicker, the id is not returned
- U4-4713 - Provider Name not set when using Custom Connection String from the Installer
- U4-4714 - Sql Azure no longer a database option in 7.1
- U4-4715 - Umbraco 7.0.2 Workflow - Backoffice UmbracoAPi error on "Send to Approval"
- U4-4724 - assetsService should check if file is already loaded
- U4-4726 - Image Cropper Listed Dimensions Inversed From Settings
- U4-4728 - Public Access Error Page Choose link not selectable
- U4-4767 - GetCropUrl extension on a cropper property should not crop if imageCropMode is passed as anything other than Crop
- U4-4777 - Preview with related links property editor doesn't work
- U4-4799 - Ensure image logic found in the ContentService is duplicated for the new cropper
- U4-4803 - Need to expose CurrentUser on WebSecurity as public since IUser is now public
- U4-4804 - Spelling Mistake in MultiNodeTreePicker control
- U4-4826 - Error when trying to initialize a linkpicker with currentTarget set
- U4-4827 - The new speechbubble container is placed over the save and publish buttons
- U4-4835 - If you've changed data on a content item and then attempt to logout, the 'discard changes' dialog pops up however the logout continues but the URL and view remains
- U4-4845 - Publicize INotificationService
- U4-4906 - Save and publish notifications obscure action buttons
- U4-898 - Enforce whitespace consistency in config files
- U4-2635 - Umbraco.Core.Strings string Replace(this string source, string oldString, string newString, StringComparison stringComparison) method only replaces first ocurrence of oldString
- U4-3027 - Document Type alias auto-generates with first letter capitalized
- U4-3404 - Pressing preview should save the changes and then open preview window
- U4-3425 - App_Code XSLT Extensions aren't recognized
- U4-3451 - Cache on Partial View refreshed, after member execute login
- U4-3787 - Unpublishing a node with descendants and publishing it again causes a xml cache error.
- U4-4338 - Umbraco fails to enumerate TypedMedia
- U4-4653 - MembershipHelper RegisterMember does not set password and ignores logMemberIn
- U4-4663 - 6.2RC - mass dictionary items creation
- U4-4670 - Add .ContainsAny string extension to Umbraco.Core.StringExtensions
- U4-4679 - Children on media folder return deleted images
- U4-4682 - Get EditorTemplates and DisplayTemplates working with RenderViewEngine
- U4-4695 - Copy document type to new parent seems to lose some data
- U4-4696 - Macro personalized cache with custom membership provider not working
- U4-4701 - Fixup DataTypeService and repository with cache
- U4-4743 - Add IMemberService and IUserService to ServiceContext ctor
- U4-4744 - Examine events do not listen for recycle bin emptying
- U4-4746 - Examine does not index updated paths/levels for moved/trashed media
- U4-4747 - Document Type Property name aliases PascalCase instead of camelCase
- U4-4754 - Member and Media repositories need to generate preview xml when EnableGlobalPreviewStorage is true
- U4-4765 - backoffice user section does not save password changes in v6.2
- U4-4766 - UmbracoMembershipProvider.ChangePassword() is seal, what might be a breaking change?
- U4-4769 - Remove the circular references from Content, Media & Member services for calls like ToXml which then calls into the PackagingService
- U4-4770 - Preview XML is not generated for many operations in the ContentService
- U4-4781 - Specify assembly name for the Membership/User providers
- U4-4785 - Embedding YouTube videos does not work on a site hosted on https
- U4-4798 - When new property types are added, the internal Examine index isn't notified and will ignore them
- U4-4837 - Umbraco.Core.EnumerableExtensions.InGroupsOf is broken
- U4-4849 - Cannot change a users language/sections in the back office