Skip to content

Releases: callumbwhyte/friendly-robots

v1.2.2

27 Feb 12:41
Compare
Choose a tag to compare

Oops, a small typo made it in to a previous release! The RegisterRobots extension method was duplicated, when it should have actually been called RemoveRobots.

v1.2.1

29 Jun 18:47
Compare
Choose a tag to compare

Internal improvements to registration of IRobotsBuilder and a small fix to prevent configuration being loaded before an UmbracoContext has been created!

v1.2.0

24 Jun 11:10
Compare
Choose a tag to compare

Friendly Robots is now more flexible than ever before! Robots.txt files and routes can now be registered at startup. Extended configuration options make it easier to change the defaults in code.

Finally, for an added performance boost all files are now cached for 15 minutes when running in Release mode.

v1.1.0

17 Aug 11:24
Compare
Choose a tag to compare

Fixes some bugs with error handling, and introduces IRobotsBuilder to make it possible to override the default robots.txt output.

v1.0.0

17 Aug 11:23
Compare
Choose a tag to compare

Initial release of Friendly Robots for Umbraco 8.1 with support for dynamically generated robots.txt files.