Skip to content

Commit

Permalink
updated readme, version and package
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandycohen committed Nov 10, 2016
1 parent c2193d8 commit 70d1085
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Hi.UrlRewrite.sln
Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions Hi.UrlRewrite/Properties/AssemblyInfo.cs
Expand Up @@ -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")]
Expand All @@ -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")]
Binary file removed Package/URL Rewrite-1.8.1.3.zip
Binary file not shown.
28 changes: 16 additions & 12 deletions Package/URL Rewrite-1.8.1.3.xml → Package/URL Rewrite-1.8.2.xml
Expand Up @@ -3,7 +3,7 @@
<metadata>
<PackageName>URL Rewrite</PackageName>
<Author>Andy Cohen</Author>
<Version>1.8.1.3</Version>
<Version>1.8.2</Version>
<Revision />
<License />
<Comment />
Expand All @@ -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 &amp; 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
Expand All @@ -31,26 +36,26 @@ 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
* Changed error handling of 404's on a static file redirect
* 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
* General cleanup
* 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.
Expand All @@ -59,20 +64,19 @@ 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
* Updated how back references work for Rules and Conditions
* 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
</Readme>
* Initial Release</Readme>
<Publisher>Andy Cohen</Publisher>
<PostStep />
<PackageID />
Expand Down
Binary file added Package/URL Rewrite-1.8.2.zip
Binary file not shown.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down Expand Up @@ -62,4 +66,4 @@ Version 1.1
* Supports Unit Tests.

Version 1.0
* Initial Release
* Initial Release

0 comments on commit 70d1085

Please sign in to comment.