|
1 | | -## HEAD |
| 1 | +## 0.13.0 / 2017-11-05 |
2 | 2 |
|
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) |
7 | 12 |
|
8 | 13 | ### Bug Fixes |
9 | 14 |
|
10 | 15 | * Drupal 7: Remove uneeded double quote in SQL query (#287) |
11 | 16 | * 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) |
13 | 18 | * Blogger: replace special characters with hyphens in the post name (#280) |
14 | 19 | * WordPress: fix variable name for `more_anchor` (#305) |
| 20 | + * WordPress: replace was backwards, broke end tags (#292) |
15 | 21 |
|
16 | 22 | ### Development Fixes |
17 | 23 |
|
|
27 | 33 | * Fixed style issues on HTTPS site (#296) |
28 | 34 | * Change broken link for "A great article" (#294) |
29 | 35 |
|
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 | | - |
37 | 36 | ### Documentation |
38 | 37 |
|
39 | 38 | * Add the new port setting to the Wordpress importer docs (#312) |
|
0 commit comments