Skip to content

Releases: jekyll/jekyll-import

v0.17.1

23 Dec 19:43
f06334e
Compare
Choose a tag to compare

Bug Fixes

  • Replace URI.parse.open with OpenURI.open_uri (#389)

v0.17.0

21 Dec 12:33
3b37a14
Compare
Choose a tag to compare

Bug Fixes

  • Unfreeze strings in importers that modify literals (#381)
  • Patch missing per_page bug in Tumblr importer (#383)

Minor Enhancements

  • remove extra / if passed with --url (#378)
  • Convert Tumblr content to Markdown when opted for (#384)
  • Convert HTML to MD with ReverseMarkdown instead (#386)

Development Fixes

  • Prettify JSON payloads in test_tumblr_importer (#385)

v0.16.0

04 Nov 20:43
bb0d1cd
Compare
Choose a tag to compare

Minor Enhancements

  • refactor: Roller improvements and tests (#371)

Bug fixes

  • duplicate frozen strings to avoid error in Wordpress Importer

Development Fixes

  • chore(deps): rubocop-jekyll 0.3 (#370)

Documentation

  • docs: use -r rubygems to avoid error message (#374)

v0.15.0

17 Oct 16:50
e0783f1
Compare
Choose a tag to compare

Minor Enhancements

  • Add roller importer (#363)
  • Allow additional options to RSS import (#307)

Bug Fixes

  • Use mysql by default in Drupal importers. (#347)
  • WordPress: add missing site prefix in user table (#343)
  • Drupal: add option to configure port. Add missing prefix to taxonomy tables. (#349)
  • Movable type: fix column name typo (#351)

Development Fixes

  • Replace uninitialized constant with alternative (#358)
  • chore(deps): fix gem build warnings (#361)
  • Remove cyclic require of import command (#359)
  • style: ignore Lint/Loop for tumblr (#360)
  • style: inherit rubocop-jekyll's rules (#357)
  • style: Align importer options' parameters for readability (#365)
  • Refactor Tumblr Importer (#362)

Documentation

  • Update Documentation for Contributing to project (#366)

v0.14.0

03 Feb 21:15
b81a76d
Compare
Choose a tag to compare

Development Fixes

  • Security: Fix alert on activesupport (#332)
  • Test against Ruby 2.5 (#336)

Minor Enhancements

  • Add support for Drupal 7 installations with PostgreSQL database (#331)

v0.13.0

06 Nov 02:02
Compare
Choose a tag to compare

Minor Enhancements

  • WordPress: add port options for mysql db connection (#311)
  • Ghost: import drafts & pages, and fix issue with date extraction (#304)
  • Add parent_id to wordpressdotcom importer (#301)
  • RSS: add "tag" option to add a tag to all posts (#306)
  • WordPressDotCom: import post passwords (#302)
  • Joomla3: Use mysql2 instead of mysql (#309)
  • Joomla: Add option to specify the MySQL port (#310)

Bug Fixes

  • Drupal 7: Remove uneeded double quote in SQL query (#287)
  • Drupal 7: Fixes SQL grouping error (#289)
  • S9y: Add port to db options & pull out entries.extended field (#299)
  • Blogger: replace special characters with hyphens in the post name (#280)
  • WordPress: fix variable name for more_anchor (#305)
  • WordPress: replace was backwards, broke end tags (#292)

Development Fixes

  • Updating Ruby and Jekyll versions for testing (#290)
  • Modernize Travis configuration (#317)
  • Define path with dir (#316)
  • Appease Rubocop (#318)
  • Stop testing against Jekyll 2.5 (#323)

Site Enhancements

  • Corrected Joomla3 importer name and clarified "category" field (#286)
  • Fixed style issues on HTTPS site (#296)
  • Change broken link for "A great article" (#294)

Documentation

  • Add the new port setting to the Wordpress importer docs (#312)

v0.12.0

29 Nov 00:43
5cb6566
Compare
Choose a tag to compare
  • Joomla: require the mysql gem (#197)
  • Tumblr: improve compatibility with Jekyll 3 (#239)
  • tumblr: only append to content if its truthy (#265)
  • Add S9y database importer (#259)
  • Add functionality for importing Blogger comments (#258)
  • joomla: use & require mysql2 instead of mysql (#255)
  • Tumblr: close conversation HTML tags in the right order (#266)
  • Tumblr: Fixing double-read and off-by-one error (#253)
  • Clean up the Drupal importers (#235)
  • DrupalCommon: centralize defaults & use config for layouts dir (#267)
  • Tumblr: save images in binary mode (#278)
  • Tumblr: fix creation of rewrite rules (#283)

Development Fixes

  • Fix Travis CI build (#273)

Site Enhancements

  • Fix for misnamed Joomla3 module in docs (#271)

v0.11.0

28 Jun 04:55
cf16acc
Compare
Choose a tag to compare

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)

v0.10.0

16 Jan 23:43
Compare
Choose a tag to compare
  • 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)

v0.9.0

04 Nov 13:34
Compare
Choose a tag to compare
  • 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)