File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ Features
7
7
* Delete old ``bootstrap`` theme (use ``bootstrap3`` instead)
8
8
* Screen reader-friendly navbar collapses and dropdowns (Issue #1863)
9
9
* Modern reST stylesheets, based in part on Bootstrap 3 (Issue #1150)
10
+ * Several improvements to WordPress importer (PR #1867):
11
+ * Allowing to export categories and category hierarchy with
12
+ --export-categories-as-categories
13
+ * Allowing to exclude private posts, and allowing to include empty posts
14
+ * Allowing to use HTTP authentication for downloads with --download-auth
15
+ * Allowing to export comments with --export-comments
16
+ * Allowing to use WordPress page compiler to directly convert posts
17
+ to HTML on import with --transform-to-html
18
+ * Allowing to use WordPress page compiler on imported site instead of
19
+ converting posts to markdown with --use-wordpress-compiler
20
+ * Allowing to automatically install the WordPress page compiler when
21
+ needed with --install_wordpress_compiler
22
+ * Exporting information on attachments per post as JSON
23
+ * Exporting post status and excerpt
10
24
11
25
Bugfixes
12
26
--------
You can’t perform that action at this time.
0 commit comments