Skip to content

Releases: jekyll/jekyll-redirect-from

v0.8.0

20 May 11:53
Compare
Choose a tag to compare
  • Exclude redirect pages from sitemap (#69)

/cc @benbalter @gjtorikian @pathawks

v0.7.0

17 Mar 05:49
Compare
Choose a tag to compare
  • Remove spaces in redirect page (#62)
  • Only parse through documents/pages/posts (#56)
  • Simplified has_alt_urls? and has_redirect_to_url? conditions (#52)
  • Add support for Jekyll 3. (#59)

v0.6.2

13 Sep 02:22
Compare
Choose a tag to compare
  • Fixed error where redirect_to Documents were not being output properly (#46)

v0.6.1

08 Sep 22:15
Compare
Choose a tag to compare
  • Fixed error when the site.github config key is not a Hash (#43)�

v0.6.0

22 Aug 21:43
Compare
Choose a tag to compare

Support redirecting to/from collection documents (#40)

Note that this requires that your collection be output (i.e. output: true is set in the _config.yml directive for your collection).

😸

v0.5.0

11 Aug 00:10
Compare
Choose a tag to compare

Minor Enhancements

  • Support redirect_to property (#32)
  • Automatically prefix redirects with the baseurl or GitHub URL. (#26)

Bug Fixes

  • Remove unnecessary Array#flatten (#34)

Development Fixes

  • Use be_truthy instead of be_true. (#33)

v0.4.0

07 May 03:14
Compare
Choose a tag to compare

Major Enhancements

  • Upgrade to Jekyll 2.0 (#27)

Minor Enhancements

  • Shorten resulting HTML to make redirects quicker (#20)

Development Fixes

  • Use SVG Travis badge in README (#21)

v0.3.0

16 Jan 02:18
Compare
Choose a tag to compare

Major Enhancements

  • redirect_from items are now proper permalinks rooted in site source (#8)

Development Fixes

  • Add forgotten s to gems in README.md (#7)

v0.2.0

05 Jan 01:49
Compare
Choose a tag to compare

Minor Enhancements

  • Allow user to set one or many redirect_from URLs
  • Rename from jekyll-alt-urls to jekyll-redirect-from (props to @benbalter)
  • Namespace now its own module: JekyllRedirectFrom (#3)

Development Fixes

  • Add history file
  • Add specs (#3)
  • Add TravisCI badge (#4)

v0.1.0

05 Jan 01:49
Compare
Choose a tag to compare
  • Birthday!