diff --git a/README.md b/README.md index 2064643..001e160 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ Amount of time, in seconds, that the forced redirects will be cached for. Defaul This setting does nothing unless **urlTracker:forcedRedirectCacheTimeoutEnabled** is true. ## Changelog ## +* 3.14-beta [2017/09/26] + * [Bugfix] Only subscribe to each event once. This should help with performance ([#169](https://github.com/kipusoep/UrlTracker/issues/169), [#167](https://github.com/kipusoep/UrlTracker/issues/167), [#166](https://github.com/kipusoep/UrlTracker/issues/166)) + * [Bugfix] Convert 410 entries to 301 when a node is republished ([#168](https://github.com/kipusoep/UrlTracker/issues/168)) * 3.13 [2017/09/05] * Switched to Umbraco's EndRequest event to prevent MetaData Reader error ([#146](https://github.com/kipusoep/UrlTracker/issues/146)) ([#163](https://github.com/kipusoep/UrlTracker/issues/163)) * 3.12 [2016/10/11]