Releases: jekyll/jekyll-import
Releases · jekyll/jekyll-import
v0.3.0
Hey! This release is just to get a few fixes that have lain stale for a bit
out into the open. Notably, the WordPress and WordPress.com importers have
been markedly improved. Check out the full changelog for more details
Highlights:
- Import WordPress.org
author
data as hash - Add
socket
option to the WordPress importer - Allow the CSV importer to skip writing front matter
- WordPress.com: Download images locally and update links to them
- WordPress: Import WP pages as proper Jekyll pages instead of as posts
Happy Jekylling!
v0.2.0
Major Enhancements
Minor Enhancements
- Extract author info from wordpress XML files (#131)
Bug Fixes
- Require YAML library in Enki importer (#112)
- Fix !ruby/string:Sequel::SQL::Blob error in MT excerpts (#113)
- Drupal6: Ensure post "tags" is "", never nil (#117)
- Fixes a bug where the Tumblr importer would write posts with
nil
content (#118) - Change Drupal7 layout to
post
rather thandefault
(#124) - WordPress: Use explicit
#to_s
when outputting post dates (#129)
Site Enhancements
- Fixed error in quickstart code, added required design changes/reflow (#120)
- Fix example parameter names for Tumblr importer (#122)
- Add note to WordPress installer docs page that indicates what the importer
does and doesn't do. (#127)
Development Fixes
- Bring gemspec into the 2010's (#130)
v0.1.0
Major Enhancements
- Add 'Ghost' importer (#100)
- Add 'Behance' importer (#46, #104)
- Add the optional ability to include images in a posterous migration (#5)
- Posterous archive (unzipped directory) importer added (#12)
- Improve MovableType importer (#13)
- Add an importer for Google Reader blog exports (#36)
- Remove dependency on html2text in the tumblr importer (#33)
- Add the ability to import .jrnl files (#51)
- Handle missing gems a bit more gracefully (#59)
Minor Enhancements
- Add date and redirection pages for blogs imported from Tumblr (#54)
- Various Tumblr Enhancements (#27)
- Adding tags to Typo and forcing their encoding to UTF-8 (#11)
- S9Y Importer: specify data source using --source option (#18)
- Add taxonomy (
tags
) to Drupal6 migration (#15) - Differentiate between categories and tags in the WordpressDotCom
importer (#31) - Use tumblr slug for post is available, use that instead (#39, #40)
- Drupal 7 importer should use latest revision of a post (#38)
- Improve the handling of tags in the Drupal 6 importer. Tags with
spaces are handled now and the importer doesn't eat tags anymore. (#42) - Upgrade to
jekyll ~> 1.3
andsafe_yaml ~> 0.9.7
- Add license to gemspec (#83)
- Add an
Importer.run
method for easy invocation (#88)
Bug Fixes
- Remove usage of
Hash#at
in Tumblr importer (#14) - Force encoding of Drupal 6.x titles to UTF-8 (#22)
- Update wordpressdotcom.rb to use its method parameter correctly (#24)
- Use MySQL2 adapter for WordPress importer to fix broken front-matter (#20)
- Fix WordPress import initialize parameters due to new Jekyll setup (#19)
- Fixed misspelling in method name (#17)
- Fix Drupal 7 importer so it compares node ID's properly between
node
and
field_data_body
tables (#38) - Fix prefix replacement for Drupal6 (#41)
- Fix an exception when a Movable Type blog did not have additional
entry text (#45) - Create
_layouts/
before writing refresh.html in Drupal migrators (#48) - Fix bug where post date in
MT
importer was not imported for older versions
of MT sites (#62) - Fix interface of importers'
#process
method (#69) - RSS importer should specify
--source
option (#81) - Fix fetching of parameters from options hash (#86)
- Drupal6: Fix NoMethodError on untagged post (#93)
- S9Y: Use RSS parser from
rss
package, not the RSS importer (#102) - Support as much of the current Commander interface as possible (#103)
Site Enhancements
- Add the site (#87)
Development Fixes
- Update usage docs in RSS importer (#35)
- Added initial version of a test case for Tumblr (#43)
- Remove some outdated comments in the Drupal migrators (#50)
- Update the README to be more informative (#52)
- Add comment to Wordpress importer on how to install mysql with
MacPorts (#56) - Correcting the homepage URL so links from rubygems.org will work (#63)