Releases: jekyll/jekyll-import
Releases · jekyll/jekyll-import
v0.8.0
- WordPress: Add site_prefix to support WP multi-site (#203)
- WordPress: Add extension option to support different output file extensions (#208)
- WordPress.com: Fix assets_folder to include leading slash. (#212)
- WordPress.com: Write dateless posts to _drafts (#213)
- Wordpress.com: Fix a few issues introduced by #213 (#218)
v0.7.1
- RSS: Require all of
rss
to get atom parser. (#196)
v0.7.0
- Tumblr: check for content when parsing a video caption to avoid Nil error (#179)
- Tumblr: pass
redirect_dir
so it's accessible from add_syntax_highlights
(#191)
- Drupal 7: Fix Title extraction bug where it's read as binary (#192)
- WordPress: update docs to explictly define dependencies. (#190)
v0.6.0
Minor Enhancements
- Drupal 7: use the
body_summary
field as an excerpt
if it's available (#176)
- WordPress.com: Extract post excerpt (#189)
Bug Fixes
- Drupal 7: Remove unused
nid
from MySQL SELECT
(#177)
Development Fixes
- Updated the LICENSE file to the "standard" formatting (#178)
v0.5.3
Bug Fixes
- Blogger: Fix draft importing. (#175)
Site Enhancements
- Add link to another third-party importer. (#172)
v0.5.2
Bug Fixes
- WordPress: Use
nil
instead of ""
for default socket (#170)
- Tumblr: Set title to
"no title"
if no title available (#168)
v0.5.0
Minor Enhancements
- Add Blogger (blogspot.com) importer (#162)
Development Fixes
- Remove all comments from the Ruby classes. (#159)
- Remove a bunch of useless stuff from the Rakefile
v0.4.1
Bug Fixes
- Update WordPress importer to use
table_prefix
everywhere (#154)
- Add
date
to WordPressDotCom importer output (#152)
Site Enhancements
- Update site to use Jekyll 2.2 (#157)
v0.4.0
Hey! Some minor updates in this release:
- Add importer for EasyBlog
- Import all photos from a Tumblr photoset post
- Import WordPress drafts to the
_drafts
folder
- Compatibility with Jekyll 2
As always, check out the full changelog for more details.
Happy blogging :)