Plugin / FG Drupal to WordPress
Frédéric GILLESChangelog
Changelog
2.0.0
- New: Add an help tab
- New: Add a debug info tab
1.92.0
- New: Compatible with Drupal 4
- Fixed: Logs were not displayed if the URL is wrong in the WordPress general settings
1.91.0
- New: Download the media even if they are redirected
- New: Check if the Drupal Commerce module is used
1.90.0
- New: Add some hooks
- Tested with WordPress 5.2.3
1.87.0
- Fixed: Images duplicated in the media library
- Fixed: The progress bar exceeds 100% with Drupal 8 multilang sites
- Tested with WordPress 5.2.2
1.86.0
- Tested with WordPress 5.2.1
1.81.1
- Tested with WordPress 5.1
1.76.1
- Fixed: “[ERROR] Error:SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘media_field_data’ doesn’t exist” on Drupal 7
- Tested with WordPress 5.0.3
1.75.0
- New: Check if the Paragraphs Drupal module is used
1.74.0
- Fixed: Some NGINX servers were blocking the images downloads
- Tested with WordPress 5.0.2
1.69.0
- New: Compatible with Drupal 8.5 taxonomies hierarchy
- Tested with WordPress 5.0
1.67.1
- Fixed: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘b.body_summary’ in ‘field list’
1.67.0
- New: Generate the audio and video meta data (ID3 tag, featured image)
1.66.0
- New: Check if the Drupal site contains navigation menus
1.65.3
- Fixed: No data was imported if the taxonomies tables don’t exist on Drupal
- Fixed: Drupal 8 media not imported
- Tweak: Cache some database results to increase import speed
1.62.1
- Fixed: [DOM] Found 3 elements with non-unique id #fgd2wp_nonce
- Fixed: [DOM] Found 2 elements with non-unique id #hostname
1.62.0
- Tested with WordPress 4.9.8
1.61.0
- Fixed: Images with absolute paths were not imported if Drupal is located on a subdirectory
1.60.2
- Tested with WordPress 4.9.7
1.60.0
- Change: Wording of the label “Remove only previously imported data”
- Tested with WordPress 4.9.6
1.58.3
- Fixed: Media containing “+” were not imported
1.58.0
- New: Check if the Field Collection Drupal module is used
1.57.2
- Fixed: The media containing attributes or anchors in their link were not imported
- Tested with WordPress 4.9.5
1.56.0
- New: Check if the Nodewords Drupal module is used
- New: Check if the Page Title Drupal module is used
1.53.0
- New: Ability to import the taxonomies by module (Drupal 6 only)
1.50.0
- Tested with WordPress 4.9.4
1.49.1
- Fixed: Remove default Drupal prefix
- Tweak: Use WP_IMPORTING
- Tested with WordPress 4.9.2
1.48.0
- New: Can import the Drupal databases stored on PostgreSQL
- Tested with WordPress 4.9.1
1.47.2
- Tested with WordPress 4.9
1.47.1
- Fixed: SQL error when some taxonomies contain quotes
1.46.0
- Fixed: Displayed a warning about the Localization module if there were disabled languages
- Fixed: Displayed a warning about the Nodeblock module if the Field Collection module was used without the Nodeblock module
1.45.0
- New: Can import the Drupal databases stored on SQLite
1.44.0
- New: Check if we need the Forum add-on
- Tested with WordPress 4.8.3
1.43.0
- Fixed: [ERROR] Error:SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘config’ doesn’t exist
1.42.0
- New: Check if we need the Entity Reference add-on (Drupal 8)
1.41.1
- Fixed: Wrong images imported
1.41.0
- Fixed: Sanitize the file names with spaces
1.40.0
- New: Keep the images alignments
- Tested with WordPress 4.8.2
1.39.0
- New: Check if we need the Media Provider add-on
1.38.1
- Fixed: Avoid double slash in the media filenames
- Tweak: code refactoring
1.37.0
- New: Check if we need the Entity Reference add-on
- Fixed: Security cross-site scripting (XSS) vulnerability in the Ajax importer
- Tested with WordPress 4.8.1
1.33.0
- New: Import the image caption in the media attachment page
1.32.0
- New: Check if the NodeBlock add-on is necessary
1.31.0
- New: Check if we need the CCK add-on (Drupal 5)
1.28.0
- New: Modify internal links in drafts
1.27.0
- New: Block the import if the URL field is empty and if the media are not skipped
- New: Add error messages and information
1.25.0
- New: Add the percentage in the progress bar
- New: Display the progress and the log when returning to the import page
- Change: Restyling the progress bar
- Fixed: Typo – replace “complete” by “completed”
- Tested with WordPress 4.8
1.23.2
- Fixed: Allow media src containing extra spaces
- Tested with Drupal 5
1.23.1
- Tested with WordPress 4.7.4
1.22.0
- Tweak: Add a hook
1.19.0
- New: Check if we need the Internationalization module
- Tweak: Add some hooks for internationalization
- Fixed: Images not imported on Drupal 8
- Tested with WordPress 4.7.3
1.18.0
- New: Migrates the Drupal 6 stories
1.17.0
- New: Import the images stored on Amazon S3
- New: Check if we need the Ubercart add-on
1.16.4
- Fixed: Medias that are not in the standard /sites/default/files directory were not imported
- Fixed: [ERROR] Error:SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘field_data_field_image’ doesn’t exist
- Tested with WordPress 4.7.2
1.16.2
- Fixed: Images not imported on some servers
- Tested with WordPress 4.7.1
1.16.1
- Tweak: Code refactoring
1.16.0
- New: Import the images descriptions
1.15.1
- Fixed: Existing images attached to imported posts were removed when deleting the imported data
- Tested with WordPress 4.7
1.14.1
- Fixed: Images not imported if there is no node summary
1.14.0
- New: Can import taxonomies terms with a same name and a different parent
- New: Check if the Name add-on is needed
- New: Check if the Addressfield add-on is needed
- Tweak: Taxonomies import speed increased
1.13.0
- Fixed: Wrong progress bar color
1.12.3
- Fixed: Notice: register_post_type was called incorrectly. Post type names must be between 1 and 20 characters in length.
- Tweak: Add the fgd2wp_post_save_button_click hook
- Tweak: Add the fgd2wp_post_import_taxonomies hook
1.12.2
- Fixed: The progress bar didn’t move during the first import
- Fixed: The log window was empty during the first import
1.12.0
- Tweak: Add the fgd2wp_database_connection_successful hook
1.11.2
- Fixed: The “IMPORT COMPLETE” message was still displayed when the import was run again
1.11.1
- Fixed: The images protected by a user agent protection were not imported
1.11.0
- New: Check if the Metatag add-on is needed
- Fixed: Database passwords containing “<” were not accepted
1.10.1
- Tweak: Code refactoring
1.10.0
- New: Add a hook for Drupal 6 images
- Tweak: Code refactoring
1.9.0
- Fixed: Drupal 6 custom taxonomies containing spaces were not assigned to custom post types
- Fixed: Drupal 6 terms which taxonomy contains spaces were not imported
- Tweak: If the import is blocked, stop sending AJAX requests
1.8.1
- Fixed: Notice: Undefined index: body_summary
- Fixed: Notice: Undefined index: body_value
1.8.0
- New: Authorize the connections to Web sites that use invalid SSL certificates
1.7.0
- New: Check if the CCK add-on is needed
- New: Check if the Location add-on is needed
1.6.0
- New: Modify links like /node/xx and like /taxonomy/term/xx in the posts content
1.4.0
- New: Test if the Drupal database contains some URL alias
1.3.2
- Fixed: Drupal 6 nodes imported with a wrong revision
1.3.0
- New: Test if the Drupal database contains some custom post types and custom taxonomies
1.2.0
- New: Released a Premium version which migrates the comments and the users
1.1.1
- FAQ created
- Tested with WordPress 4.6.1
1.1.0
- New: Compatible with Drupal 6
1.0.0
- Initial version: Import Drupal articles, basic pages, categories, tags and images
Ratings
Rating breakdown
Details Information
Version
First Released
Total Downloads
Wordpress Version
Tested up to:
Require PHP Version:
Tags
Contributors
Languages
The plugin hasn't been transalated in any language other than English.
DIRECTORY DISCLAIMER
The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.
The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.
Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.
While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.
wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.