EPiServer 7.5 – update 8
This update is applicable to EPiServer 7.5 projects containing finalized work items as listed below, and is available in the EPiServer NuGet feed for installation. All updates are cumulative meaning that the latest update always include previous updates. All platform updates are supported and we strongly recommend that ongoing projects are kept up to date.
Updating using EPiServer NuGet feeds
- In Extension Manager in VS, install NuGet Package Manager (if not already done).
- Add "http://nuget.episerver.com/feed/packages.svc/" as EPiServer NuGet source in Visual Studio.
- Open your project/solution in Visual Studio.
- Right-click on References and select Manage NuGet Packages.
- Select EPiServer and install the desired EPiServer NuGet packages* as listed below.
- Build your project.
* Note that updates in the EPiServer.CommerceManager package should be applied to the Commerce Manager back-end site project, not the front-end website. Refer to Installing EPiServer updates for more information.
Changes included in this update
CMS
Starting from previous update 6, EPiServer CMS UI components have been converted to a standard NuGet package, and can be installed from the EPiServer NuGet feed.
The location of packages have changed and might affect you who is going from the first update to the latest update, refer to Changes to location of package contents when upgrading.
Optional step after installing EPiServer.Packaging.UI: To unify the location of installed add-ons, you can use a cmdlet to move installed add-ons from the appData folder to the modules/_protected folder inside the web application. See the ReadMe file when installing EPiServer.Packaging.UI.
ID | Type | Title | Package | Version |
111656 | Feature | Move EPiServer.Package to the developer NuGet feed | EPiServer.Packaging.UI | 3.1.0 |
112734 | Bug | Missing resources in the legacy TinyMCE package | EPiServer.CMS.UI | 7.6.2 |
109014 | Bug | Global asset folder name is displayed as "For This Site" | EPiServer.CMS.UI.Core | 7.6.2 |
111647 | Bug | Category editor does not support translated labels | EPiServer.CMS.UI.Core | 7.6.2 |
Commerce
Starting from this update, the EPiServer Commerce UI components have been converted to a standard NuGet package, and can be installed from the EPiServer NuGet feed.
To install the EPiServer.CMS.UI package on your website, follow the instructions Installing EPiServer updates. Use Install-Package EPiServer.Commerce.UI -Version 7.6.0 for the main UI Component and Install-Package EPiServer.Commerce.UI.ManagerIntegration -Version 7.6.0 for the Commerce Manager integration.
For more technical details, see Changes to location of package contents when upgrading.
ID | Type | Area | Title | Package | Version |
112102 | Feature | \Commerce | Commerce starter NuGet package | EPiServer.Commerce | 7.6.0 |
111654 | Feature | \Commerce | Commerce Addons UI as a NuGet package | EPiServer.Commerce.UI | 7.6.0 |
112332 | Feature | \Commerce | Commerce Addons Manager as a NuGet package | EPiServer.Commerce.UI. ManagerIntegration |
7.6.0 |
95557 | Feature | \Commerce\Admin UI | Catalog: Show thumbnails for Product Lists and Asset Manager | EPiServer.Commerce | 7.6.0 |
112663 | Bug | Commerce\eCommerce Framework\Commerce Manager | Pricing tab: Price list pagination doesn't work | EPiServer.Commerce. CommerceManager |
7.6.0 |
112670 | Bug | \Commerce\CMS Integration | CatalogContent.DefaultCurrency report the display name of the currency instead of the code | EPiServer.Commerce. Core |
7.6.0 |
111895 | Bug | \Commerce\eCommerce Framework | StorageCollectionBase Clear() and RemoveAt() does not work as intended | EPiServer.Commerce. Core |
7.6.0 |
112263 | Bug | \Commerce\Admin UI | WarehouseRepositoryDatabase caches warehouse information cache may not be cleared | EPiServer.Commerce.UI | 7.60 |
Framework/Cloud
ID | Type | Area | Title | Package | Version |
112527 | Feature | \CMS\Core | Make EPiServer.Search into a NuGet package that can be added to a project to enable search | EPiServer.Search | 7.6.0 |
112831 | Bug | \CMS\Core | Configuration transforms are not run when upgrading from 7.5 to 7.6 | EPiServer.CMS.Core | 7.6.1 |
Related information
- Download EPiServer 7.5 and other tools (login required)
- Install EPiServer updates