Skip to content

Releases: oopanuga/Seo-Pack

2.0.0

06 Nov 15:21
Compare
Choose a tag to compare
  • Simplified access to Html helpers e.g. @Html.UnpackSeo().Title("some title") should now be accessed via @Html.SpTitle("some title")
  • Renamed Url extension methods RouteCanonicalUrl to SpRouteUrl and ActionCanonicalUrl to SpActionUrl
  • Renamed RedirectToCanonicalUrlAttribute to UrlPolicyCheckAttribute
  • Added support for skipping url policy check filter i.e. UrlPolicyCheckAttribute via ISkipUrlPolicyCheckFilter marker interface interface
  • Removed non trailing slash check in UrlPolicyCheckAttribute (formerly RedirectToCanonicalUrlAttribute) to provide loose coupling.
  • Updated NoTrailingSlashAttribute to implement ISkipUrlPolicyCheckFilter marker interface. This can be used on actions that render file content e.g. robots.txt
  • Added new MatchUrlAttribute for matching/comparing request urls with supplied ones. It does a redirect to the supplied url if urls don't match
  • Updated tests accordingly

1.1.0

08 May 21:17
Compare
Choose a tag to compare

Support for handling actions with NoTrailingSlashAttribute in the RedirectToCanonicalUrlAttribute

1.0.0

02 May 19:11
Compare
Choose a tag to compare

Replaced text "SeoFriendly" with "Canonical" in method name RouteSeoFriendlyUrl.

0.9.5

02 May 11:39
Compare
Choose a tag to compare

Added additional ASP.Net MVC UrlHelper extension methods.

0.9.4

30 Apr 21:05
Compare
Choose a tag to compare

Fixed issue with MVC Url extension method RouteSeoFriendlyUrl when a relative url is supplied.

0.9.0

27 Apr 01:18
Compare
Choose a tag to compare

Added support for setting up url policies to create Seo friendly urls. Added overloads of the method RouteSeoFriendlyUrl exposed as extension methods of the standard MVC Url Helper class.