Releases: jekyll/jekyll-import
Releases · jekyll/jekyll-import
v0.9.0
- WordPress.com: Now follows 'safe' http to https redirections for images (#223)
- Blogger: Decode URI encoded multibyte file names (#221)
- Tumblr: Encode source URL before parsing (#217)
- Tumblr: If invalid post slug, fall back to the post ID (#210)
- Add Joomla 3 importer (#184)
- Joomla 1: various fixes related to correct import (#188)
- Travis: test against Jekyll 2 & 3 with all supported Rubies. (#227)
- MovableType: Add support for importing from PostgreSQL-backed sites (#224)
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)