Nov 19, 2011
  4197
(2 votes)

FilteredPageReference v1.4.1 Released

A new version of FilteredPageReference has now been released which contains the following bug fixes and changes:

  • There was a bug when using the delegate to override allowed page type settings which has been fixed.
  • In previous versions if using PageTypeBuilder, all assemblies and types were scanned to find relevant page types and interfaces.  You now have to specify valid assembly and full type name prefixes in the web.config, these configuration property values should be semi colon delimited.  Configuration example is shown below:

 

  1: <configuration>
  2:   <configSections>
  3:     <section name="filteredPageReference" type="FilteredPageReference.Configuration.FilteredPageReferenceConfiguration, FilteredPageReference" />
  4:   </configSections>
  5:   <filteredPageReference validAssemblyNamePrefixes="EPiServer.Templates.AlloyTech;" validFullTypeNamePrefixes="EPiServer.TeamMeetingDemo;" />
  6: </configuration>

Installation

This version of FilteredPageReference is dependent on EPiServer CMS 6 R2.  It can be installed from the EPiServer nuget feed or from codeplex.  Usage instructions can be found here.

Nov 19, 2011

Comments

Please login to comment.
Latest blogs
CMS 12 - Optimizely DAM Integration 2.2.0

What's New in Optimizely DAM Integration 2.2.0 Version 2.2.0 of the Optimizely DAM (CMP) integration for CMS 12 is a pretty big release. Many of th...

Robert Svallin | Apr 12, 2026

CMS 13: The New Core Element of Your AI-First Optimizely Platform

CMS 13 is out and already brings solid AI-first foundations. With impressive features already shipped and an exciting roadmap ahead, this is the...

Michał Mitas | Apr 11, 2026 |

Deploying to Linux in SaaS (Configured) Commerce

With Optimizely SaaS (Configured) Commere now suporting net8.0 extensions dll, you will need to make a small tweak to how you distribute you...

Mark Hall | Apr 10, 2026 |

Optimizely CMS 13 and the Alloy demo site

The Alloy demo site now runs on Optimizely CMS 13. Here’s a quick guide to getting it up and running locally.

Tomas Hensrud Gulla | Apr 10, 2026 |