Skip to content

Commit 9183cde

Browse files
committed
Release 💎 v0.13.0
1 parent b413048 commit 9183cde

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

History.markdown

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
## HEAD
1+
## 0.13.0 / 2017-11-05
22

3-
* WordPress: replace was backwards, broke end tags (#292)
4-
* Use mysql2 instead of mysql in Joomla3 importer (#309)
5-
* Add option to specify the MySQL port for the Joomla importers (#310)
6-
* add port options for wordpress mysql db connection (#311)
3+
### Minor Enhancements
4+
5+
* WordPress: add port options for mysql db connection (#311)
6+
* Ghost: import drafts & pages, and fix issue with date extraction (#304)
7+
* Add parent_id to wordpressdotcom importer (#301)
8+
* RSS: add "tag" option to add a tag to all posts (#306)
9+
* WordPressDotCom: import post passwords (#302)
10+
* Joomla3: Use mysql2 instead of mysql (#309)
11+
* Joomla: Add option to specify the MySQL port (#310)
712

813
### Bug Fixes
914

1015
* Drupal 7: Remove uneeded double quote in SQL query (#287)
1116
* Drupal 7: Fixes SQL grouping error (#289)
12-
* F/s9y db (#299)
17+
* S9y: Add port to db options & pull out `entries.extended` field (#299)
1318
* Blogger: replace special characters with hyphens in the post name (#280)
1419
* WordPress: fix variable name for `more_anchor` (#305)
20+
* WordPress: replace was backwards, broke end tags (#292)
1521

1622
### Development Fixes
1723

@@ -27,13 +33,6 @@
2733
* Fixed style issues on HTTPS site (#296)
2834
* Change broken link for "A great article" (#294)
2935

30-
### Minor Enhancements
31-
32-
* Ghost: import drafts & pages, and fix issue with date extraction (#304)
33-
* Add parent_id to wordpressdotcom importer (#301)
34-
* RSS: add "tag" option to add a tag to all posts (#306)
35-
* WordPressDotCom: import post passwords (#302)
36-
3736
### Documentation
3837

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

lib/jekyll-import/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JekyllImport
2-
VERSION = "0.12.0".freeze
2+
VERSION = "0.13.0".freeze
33
end

0 commit comments

Comments
 (0)