diff --git a/Hi.UrlRewrite.sln b/Hi.UrlRewrite.sln index b40cd84..8359904 100644 --- a/Hi.UrlRewrite.sln +++ b/Hi.UrlRewrite.sln @@ -7,8 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hi.UrlRewrite", "Hi.UrlRewr EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Package", "Package", "{E5865C46-58B9-4B41-9762-579DBE7F0008}" ProjectSection(SolutionItems) = preProject - Package\URL Rewrite-1.8.1.3.xml = Package\URL Rewrite-1.8.1.3.xml - Package\URL Rewrite-1.8.1.3.zip = Package\URL Rewrite-1.8.1.3.zip + Package\URL Rewrite-1.8.2.xml = Package\URL Rewrite-1.8.2.xml + Package\URL Rewrite-1.8.2.zip = Package\URL Rewrite-1.8.2.zip EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84322D18-15B2-4D58-8937-1E0698644EB1}" diff --git a/Hi.UrlRewrite/Properties/AssemblyInfo.cs b/Hi.UrlRewrite/Properties/AssemblyInfo.cs index 77e8ccb..4173b1b 100644 --- a/Hi.UrlRewrite/Properties/AssemblyInfo.cs +++ b/Hi.UrlRewrite/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ // associated with an assembly. [assembly: AssemblyTitle("Hi.UrlRewrite")] [assembly: AssemblyDescription("Url Rewrite for Sitecore")] -[assembly: AssemblyInformationalVersion("v1.8.1.3")] +[assembly: AssemblyInformationalVersion("v1.8.2")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Url Rewrite")] @@ -32,4 +32,4 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.8.1.3")] +[assembly: AssemblyVersion("1.8.2")] diff --git a/Package/URL Rewrite-1.8.1.3.zip b/Package/URL Rewrite-1.8.1.3.zip deleted file mode 100644 index 93593c5..0000000 Binary files a/Package/URL Rewrite-1.8.1.3.zip and /dev/null differ diff --git a/Package/URL Rewrite-1.8.1.3.xml b/Package/URL Rewrite-1.8.2.xml similarity index 97% rename from Package/URL Rewrite-1.8.1.3.xml rename to Package/URL Rewrite-1.8.2.xml index e163ef9..2119f4e 100644 --- a/Package/URL Rewrite-1.8.1.3.xml +++ b/Package/URL Rewrite-1.8.2.xml @@ -3,7 +3,7 @@ URL Rewrite Andy Cohen - 1.8.1.3 + 1.8.2 @@ -19,10 +19,15 @@ In addition to adding Site specific redirect capabilities, I have modeled the da Changelog ========= -Varsion 1.8.1.3 -* Added support for Sitecore 8.1 Update 3 +Varsion 1.8.2 - https://github.com/iamandycohen/UrlRewrite/releases/tag/v1.8.2 +* Added support for Sitecore 8.2 -Version 1.8 +Varsion 1.8.1.3 - https://github.com/iamandycohen/UrlRewrite/releases/tag/v1.8.1.3 +* Added support for Sitecore 8.1 Update 2 & Update 3 +* Fixed sort order thanks to Dan Sinclair +* Fixed RulesEngine.GetRedirectFolderItems so that it only returns Redirect Folder templates + +Version 1.8 - https://github.com/iamandycohen/UrlRewrite/releases/tag/v1.8 * Added reporting via analytics * added Url Rewrite to Experience Analytics Dashboard * Added prefetching of UrlRewriter item @@ -31,7 +36,7 @@ Version 1.8 * Fixed logic for allowing multiple rules to be processed during a request when a Redirect field "Stop Processing of Subsequent Rules" is set to false * Package now installs to master and web -Version 1.7.2 +Version 1.7.2 - https://github.com/iamandycohen/UrlRewrite/releases/tag/v1.7.2 * Fixed potential for a redirect loop if you have a database problem, you are using the html extension on the handler, and you have a custom error page that is pointing to an html page * Changed initialization of rules into an initialization pipeline * Removed reporting @@ -39,10 +44,10 @@ Version 1.7.2 * Fixed rebuilding of cache on save, publish or delete - no longer need to restart IIS to refresh the rules. * Added missing update to Default.aspx for UrlRewrite tester -Version 1.7.1 +Version 1.7.1 - https://github.com/iamandycohen/UrlRewrite/releases/tag/v1.7.1 * Fixed missing reporting item in the web database that prevented publishing from working after installing the module. -Version 1.7 +Version 1.7 - https://github.com/iamandycohen/UrlRewrite/releases/tag/v1.7 * Added outbound rules * Added ability to set response headers * Added inbound rule rewrite action @@ -50,7 +55,7 @@ Version 1.7 * Added Sample Rewrites * Added hit count tracking -Version 1.6 +Version 1.6 - https://github.com/iamandycohen/UrlRewrite/releases/tag/v1.6 * Added information about conditions to the Url Rewrite application in the Sitecore Admin UI * Fixed UrlRewriteHandler displaying blank page if the StaticMapHandler didn't find the file. Allowed exceptions to be bubbled up. * Added a new type of rediret action - Item Query Redirect which allows you to use a Sitecore Query to find an item. Ability to utilize back references from conditions. @@ -59,7 +64,7 @@ Version 1.5 * Added support for Custom Response * Added support for Abort * Added Bootstrap UI for testing the redirects and visually seeing how the rules are processed. -* Fixed UrlRewriteHandler so that it calls the StaticFileHandler if it no rules are matched. +* Fixed UrlRewriteHandler so that it calls the StaticFileHandler if it no rules are matched. * Added drop down list so you can select your site instead of having to type a regular expression to match the site on. NOTE *** All Redirect Folder's are currently reset so you have to reset the Site Name Restriction field. * Added the ability to have sub folders in a top level Redirect Folder * removed the top level Redirect Folder from the package so that rules don't get overwritten when you reinstall the package @@ -67,12 +72,11 @@ Version 1.5 * Fixed security on Redirect Workflow Version 1.1 -* Major refactor to support instantiation of the UrlRewriter without needing HttpContext or a web site. +* Major refactor to support instantiation of the UrlRewriter without needing HttpContext or a web site. * Supports Unit Tests. Version 1.0 -* Initial Release - +* Initial Release Andy Cohen diff --git a/Package/URL Rewrite-1.8.2.zip b/Package/URL Rewrite-1.8.2.zip new file mode 100644 index 0000000..01d5216 Binary files /dev/null and b/Package/URL Rewrite-1.8.2.zip differ diff --git a/README.md b/README.md index 058393c..affb3cf 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,13 @@ In addition to adding Site specific redirect capabilities, I have modeled the da Changelog ========= +Varsion 1.8.2 - https://github.com/iamandycohen/UrlRewrite/releases/tag/v1.8.2 +* Added support for Sitecore 8.2 + Varsion 1.8.1.3 - https://github.com/iamandycohen/UrlRewrite/releases/tag/v1.8.1.3 * Added support for Sitecore 8.1 Update 2 & Update 3 * Fixed sort order thanks to Dan Sinclair +* Fixed RulesEngine.GetRedirectFolderItems so that it only returns Redirect Folder templates Version 1.8 - https://github.com/iamandycohen/UrlRewrite/releases/tag/v1.8 * Added reporting via analytics @@ -62,4 +66,4 @@ Version 1.1 * Supports Unit Tests. Version 1.0 -* Initial Release +* Initial Release \ No newline at end of file