Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1140b2e

Browse files
committedJul 11, 2015
Informing about changes.
1 parent f59f07b commit 1140b2e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎CHANGES.txt

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ Features
77
* Delete old ``bootstrap`` theme (use ``bootstrap3`` instead)
88
* Screen reader-friendly navbar collapses and dropdowns (Issue #1863)
99
* 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
1024

1125
Bugfixes
1226
--------

0 commit comments

Comments
 (0)
Please sign in to comment.