kipusoep / UrlTracker

The Url Tracker for Umbraco
MIT License
54 stars 61 forks source link

Compatibility with 7.4.3. #200

Open timalmond opened 5 years ago

timalmond commented 5 years ago

When installing the latest version, it failed with 7.4.3. when Umbraco was started in the Init function of UrlTrackerModule with an error "Method not found: UmbracoModule.add_EndRequest.

Without looking too much, we think it was a method signature problem.

We found that by reverting to 3.12.43 resolved it.

It's not really a bug, but it may be worth adding 7.4.3 to your list of versions that don't work with the latest version of UrlTracker.