Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Releases: kipusoep/UrlTracker

3.14

26 Sep 07:44
Compare
Choose a tag to compare
3.14 Pre-release
Pre-release

[Bugfix] Only subscribe to each event once. This should help with performance (#169, #167, #166)
[Bugfix] Convert 410 entries to 301 when a node is republished (#168)

https://www.nuget.org/packages/UrlTracker/3.14.0-beta

3.10

17 Nov 08:06
Compare
Choose a tag to compare
3.10 Pre-release
Pre-release
Revert "Fixes issue #90"

This reverts commit 78db283f19ff5bb832f5937507cc496bb4e842c6.
Added UrlTrackerContentFinder
Fixed small cache bug

3.9

09 Jul 10:28
Compare
Choose a tag to compare
Fixed previous bugfix ;-)

3.6

21 Mar 19:53
Compare
Choose a tag to compare
3.6

[BugFix] Rootnode resolving bug fixed (#69)

3.5

20 Feb 11:22
Compare
Choose a tag to compare
3.5
[BugFix] Date in the changelog of v3.4 was wrong

[BugFix] Manual redirects not working with root set to / ([#62](https://github.com/kipusoep/UrlTracker/issues/62))
[Improvement] 404 Not Found View CSS ([#27](https://github.com/kipusoep/UrlTracker/issues/27))

3.0.1

11 Jul 17:45
Compare
Choose a tag to compare

[BugFix] Fixed an issue with the installer (table does not exist: #14)

3.0.0

27 Jun 15:35
Compare
Choose a tag to compare

[Upgrade] All code has been rewritten to use the new services and models of umbraco v6.1
[BugFix] URL changes are tracked again (#9)
[BugFix] 410 Gone response now gets lower priority than other response codes
[Improvement] Improved performance, removed hitting the DB for every single request, added caching instead
[Dropped] Dropped support for pre-6.1 umbraco versions