Umbraco 4.7.2

Rating:        Based on 3 ratings
Reviewed:  2 reviews
Downloads: 9108
Change Set: a7dae59a1e55
Released: Apr 27 2012
Updated: May 1 2012 by psterling
Dev status: Stable

Recommended Download

Application Umbraco 4.7.2 binaries
application, 6611K, uploaded Apr 27 - 3543 downloads

Other Available Downloads

Documentation Getting started
documentation, 1422K, uploaded Apr 27 - 724 downloads
Application Release Notes / Change log
application, 376K, uploaded Apr 27 - 788 downloads
Source Code 4.7.2 Source code
source code, 18754K, uploaded Apr 27 - 676 downloads
Application Support for IronPython/IronRuby macros
application, 1793K, uploaded Apr 27 - 70 downloads
Application Symbol files (*.pdb) for debugging
application, 366K, uploaded Apr 27 - 79 downloads
Application Umbraco_4.7.2_WebDeploy
application, 9238K, uploaded May 1 - 3228 downloads

Release Notes

Getting Started

A great place to start is with our Getting Started Guide: Make sure to check the free foundation videos on how to get started building Umbraco sites. They're available from:

Worlds best community

You'll find our über active community working hard to help each other at Our Umbraco:

Important Note:

If you extract the files using Window's built in compression tool you will need to 'UNBLOCK' the ZIP file from the Properties Dialog before doing so. Otherwise your installation may not include all required files.

WebDeploy, Web PI, and WebMatrix Users

Use the WebDeploy package provided which includes the Microsoft SQL CE runtime files and installer.

Important when upgrading

  • Upgrade as if it was a patch release (update /bin, /umbraco and /umbraco_client). For general upgrade information follow the guide found at http://our.umbraco.org/wiki/install-and-setup/upgrading-an-umbraco-installation
  • 4.7.1 requires the .NET 4.0 framework
  • Delete /bin/Microsoft.Scripting.dll, /bin/Iron * .dll, /bin/RazorEngine * .dll
  • Breaking chance in razor macros in 4.7.1.1 if you've added parameters to macros without declaring them on your macro definition first (a bug that it worked in 4.7.1 and unfortunately picked up by a few). See: http://our.umbraco.org/forum/developers/razor/27675-Dynamic-parameters-not-working-on-version-4711

Web.Config changes (from 4.6 and older)
  • Update the web web.config to include the 4 changes found in (they're clearly marked in the web.config in 4.7.1 as <!-- Added in Umbraco 4.6.2 -->):
    • A new sectionGroup under <configSections/>
    • It's three new keys under <appSettings/>
    • A new buildprovider section under <compilation/>
    • A new system.web.webPages.razor element under <configuration/>

Breaking changes (from 4.6 and older)

  • The definition of IMacroEngine has changed
  • IronPython and IronRuby is now not a part of the distribution and needs to be installed by unzipping the contents of the separate macroengine download

Known issues

  • Currently no (0) known issues

Reviews for this release

     
Deleting /bin/Microsoft.Scripting.dll cause errors when calling DynamicNodeList extensions. The errors looked like: "Error loading Razor Script ~/macroscripts/bodypart/bodypartoverview.cshtml 'umbraco.MacroEngines.DynamicNodeList' does not contain a definition for 'First'". Everything else went smoothly. Thanks for the fixed bugs.
by mirelabudaes on May 9 at 2:44 PM
     
Upgrading from 4.5 to 4.7 you also need to copy the install folder, not just "To upgrade from 4.7.0, simply copy the /bin, /umbraco and /umbraco_client directories to your existing Um-braco installation." Maybe someone can update this note .... ??
by markvt on May 8 at 2:17 PM