=== WP Post to DOCX ===
Contributors: jlopez2mdc
Tags: docx, post, posts, post to docx, phpdocx
Requires at least: 2.7
Tested up to: 4.0
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Post to DOCX allows to download post in DOCX format.

== Description ==

Post to DOCX allows to download post in DOCX format using PHPDocX.
PHPDocX is a PHP library designed to generate completely dynamic, fully customizable and digitally signed Word documents.

== Installation ==

1. Upload to the "post-to-docx" directory to `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Copy the library to the phpdocx folder
4. Create the folder wp-content/uploads and grant read and write access to the web user

== Changelog ==

= 1.0 =
* Initial version.