Releases: jekyll/jekyll-redirect-from
Releases · jekyll/jekyll-redirect-from
v0.7.0
- 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
- Fixed error where
redirect_to
Document
s were not being output properly (#46)
v0.6.1
- Fixed error when the
site.github
config key is not a Hash
(#43)�
v0.6.0
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
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
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
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
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)