Plugin Directory

Changeset 388458


Ignore:
Timestamp:
05/24/2011 09:28:06 AM (15 years ago)
Author:
nkuttler
Message:

docs

Location:
wordpress-importer-extended/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-importer-extended/trunk/readme.txt

    r388457 r388458  
    77Requires at least: 3.1
    88Tested up to: 3.2
    9 Stable tag: 0.2
     9Stable tag: 0.3
    1010
    1111Auto import content on plugin activation, or import a file from the server.
     
    50503. Enable the plugin
    51514. Add define('WP_LOAD_IMPORTERS', true); to your wp-config.php file. Remember to disable this after the import is finished.
    52 5. Add define('WORDPRESS_IMPORTER_EXTENDED_FETCH_ATTACHMENTS', true); to your wp-config.php file.
     525. Add define('WORDPRESS_IMPORTER_EXTENDED_FETCH_ATTACHMENTS', true); to your wp-config.php file if you with to download the attachments.
    53536. Go to Tools->WordPress Importer Extended and enter the path to your WXR file (relative from the WordPress root directory).
    5454
     
    7878
    7979== Changelog ==
     80= 0.3 ( 2011-05- ) =
     81 * Update documentation
    8082= 0.2 ( 2011-05-23 ) =
    8183 * Misc bugfixes
  • wordpress-importer-extended/trunk/wordpress-importer-extended.php

    r387907 r388458  
    55Description: Manual and auto-import of WXR files
    66Author: Nicolas Kuttler
    7 Version: 0.2
     7Version: 0.3
    88Author URI: http://www.nicolaskuttler.com/
    99
Note: See TracChangeset for help on using the changeset viewer.