v0.11.0

@parkr parkr released this Jun 28, 2016 · 55 commits to master since this release

Bug Fixes

  • Drupal 6 importer depends on mysql. (#242)
  • Tumblr: Update range of JSON readlines to extract JSON from JS (Tumblr may have changed structure of JSON) (#243)
  • Tumblr: look up beginning and end of JSON dynamically (#249)
  • Tumblr: fix stripping of JSONP characters from feed (#251)

Site Enhancements

  • Correct "How to Contribute" link (#244)
  • Correct "our community forum" link (#246)

Development Fixes

  • Add rubocop (#248)

Downloads

v0.10.0

@parkr parkr released this Jan 16, 2016 · 83 commits to master since this release

  • Drupal 7: Allow importing any node type via the types option (#230)
  • Drupal 6: Allow importing any node type via the types option (#231)
  • Drupal 7: Add author and nid fields to import. (#237)
  • MT: allow use of SQLite for installation. (#234)
  • CSV: parse the post using a class which errors on missing data. (#238)

Downloads

v0.9.0

@parkr parkr released this Nov 4, 2015 · 106 commits to master since this release

  • 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)

Downloads

v0.8.0

@parkr parkr released this Sep 13, 2015 · 145 commits to master since this release

  • 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)

Downloads

v0.7.1

@parkr parkr released this May 7, 2015 · 175 commits to master since this release

  • RSS: Require all of rss to get atom parser. (#196)

Downloads

v0.7.0

@parkr parkr released this May 7, 2015 · 179 commits to master since this release

  • 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)

Downloads

v0.6.0

@parkr parkr released this Mar 7, 2015 · 196 commits to master since this release

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)

Downloads

v0.5.3

@parkr parkr released this Dec 29, 2014 · 209 commits to master since this release

Bug Fixes

  • Blogger: Fix draft importing. (#175)

Site Enhancements

  • Add link to another third-party importer. (#172)

Downloads

v0.5.2

@parkr parkr released this Dec 3, 2014 · 221 commits to master since this release

Bug Fixes

  • WordPress: Use nil instead of "" for default socket (#170)
  • Tumblr: Set title to "no title" if no title available (#168)

Downloads

v0.5.1

@parkr parkr released this Nov 4, 2014 · 229 commits to master since this release

Bug Fixes

Downloads