=== FG PrestaShop to WooCommerce ===
Contributors: Kerfred
Plugin Uri: https://wordpress.org/plugins/fg-prestashop-to-woocommerce/
Tags: prestashop, woocommerce, importer, converter, dropshipping
Requires at least: 4.5
Tested up to: 6.9
Stable tag: 4.63.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=fred%2egilles%40free%2efr&lc=FR&item_name=fg-prestashop-to-woocommerce&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted

A plugin to migrate PrestaShop e-commerce solution to WooCommerce

== Description ==

This plugin migrates products, categories, tags, images and CMS from PrestaShop to WooCommerce/WordPress.

It has been tested with **PrestaShop versions 1.0 to 9** and the latest version of WordPress. It is compatible with multisite installations.

Major features include:

* migrates PrestaShop products
* migrates PrestaShop product images
* migrates PrestaShop product categories
* migrates PrestaShop product tags
* migrates PrestaShop CMS (as posts or pages)

No need to subscribe to an external web site.

= Premium version =

The **Premium version** includes these extra features:

* migrates PrestaShop product features
* migrates PrestaShop product attributes
* migrates PrestaShop product attribute images
* migrates PrestaShop product accessories
* migrates PrestaShop product combinations
* migrates PrestaShop virtual products
* migrates PrestaShop downloadable products
* migrates PrestaShop employees
* migrates PrestaShop customers
* migrates PrestaShop orders
* migrates PrestaShop ratings and reviews
* migrates PrestaShop discounts/vouchers (cart rules)
* migrates PrestaShop menus
* SEO: Redirect the PrestaShop URLs to the new WordPress URLs
* SEO: Import meta data (browser title, description, keywords, robots) to WordPress SEO
* the employees and customers can authenticate to WordPress using their PrestaShop passwords
* ability to do a partial import
* ability to run the import automatically from the cron (for dropshipping for example)
* ability to run the import by WP CLI
* compatible with PrestaShop multishops

The Premium version can be purchased on: [https://www.fredericgilles.net/fg-prestashop-to-woocommerce/](https://www.fredericgilles.net/fg-prestashop-to-woocommerce/)

= Add-ons =

The Premium version allows the use of add-ons that enhance functionality:

* Attachments: imports the product attachments
* Brands: imports the manufacturers
* Suppliers: imports the suppliers
* Customer Groups: imports the customer groups and the wholesale prices
* Cost of Goods: import the products cost
* Custom Order Numbers: imports the PrestaShop order references
* Internationalization: imports the translations to WPML
* Tiered prices: imports the tiered prices based on quantity
* Units: imports the product units

== Installation ==

= Requirements =
WooCommerce must be installed and activated before running the migration.

= Installation =
1.  Install the plugin in the Admin => Plugins menu => Add New => Upload => Select the zip file => Install Now
2.  Activate the plugin in the Admin => Plugins menu
3.  Run the importer in Tools > Import > PrestaShop
4.  Configure the plugin settings. You can find the PrestaShop database parameters in the PrestaShop file settings.inc.php (PrestaShop 1.5+) or in the PrestaShop Preferences > Database tab (PrestaShop 1.4 and less)
5.  Test the database connection
6.  Click on the import button

== Frequently Asked Questions ==

= I get the message: "[fgp2wc] Couldn't connect to the PrestaShop database. Please check your parameters. And be sure the WordPress server can access the PrestaShop database. SQLSTATE[28000] [1045] Access denied for user 'xxx'@'localhost' (using password: YES)" =

* First verify your login and password to your PrestaShop database.
* If PrestaShop and WordPress are not installed on the same host, you can do this:
- export the PrestaShop database to a SQL file (with phpMyAdmin for example)
- import this SQL file on the same database as WordPress
- run the migration by using WordPress database credentials (host, user, password, database) instead of the PrestaShop ones in the plugin settings.

= The import is not complete =

* You can run the migration again and it will continue where it left off.
* You can add: `define('WP_MEMORY_LIMIT', '2G');` in your wp-config.php file to increase the memory allowed by WordPress
* You can also increase the memory limit in php.ini if you have write access to this file (ie: memory_limit = 2G).

= The images aren't being imported =

* Please check the URL field. It must contain the URL of the PrestaShop home page
* Check that the maintenance mode is disabled in PrestaShop

= Are the product combinations/attributes imported? =

* This is a Premium feature available on: https://www.fredericgilles.net/fg-prestashop-to-woocommerce/

Don't hesitate to let a comment on the [forum](https://wordpress.org/support/plugin/fg-prestashop-to-woocommerce) or to report bugs if you found some.

== Screenshots ==

1. Parameters screen

== Translations ==
* English (default)
* French (fr_FR)
* Hungarian (hu_HU)
* Russian (ru_RU)
* other can be translated

== Changelog ==

= 4.63.0 =
* New: Add the function wp_table_exists()
* Fixed: The prices filter widget was not working with imported products

= 4.62.1 =
* Tested with WordPress 6.9

= 4.61.0 =
* New: Compatibility with PrestaShop 9

= 4.59.3 =
* Tested with WordPress 6.8

= 4.59.2 =
* Fixed: Wrong language used in the function get_wp_product_id_from_prestashop_id() if it is different from 1

= 4.59.1 =
* Fixed: A product was displayed twice on the same page on the front-end if it exists a draft product with the same name

= 4.59.0 =
* New: Search thumbnail category images in /img/c/XXX-medium_default.jpg'
* New: Search thumbnail category images in /img/c/XXX_thumb.jpg'

= 4.58.0 =
* New: Option to import the thumbnail category images
* Tested with WordPress 6.7.1

= 4.57.0 =
* Tested with WordPress 6.7

= 4.56.1 =
* Fixed: Prices imported with wrong tax rate
* Tested with WordPress 6.6.2

= 4.56.0 =
* New: Import the EAN field into the WooCommerce field GTIN, UPC, EAN or ISBN

= 4.55.4 =
* Fixed: Warning: Trying to access array offset on false

= 4.55.3 =
* Fixed: The images beginning by "img" (without starting slash) were not imported

= 4.55.0 =
* Tested with WordPress 6.6.1

= 4.54.1 =
* Tested with WordPress 6.6

= 4.54.0 =
* Fixed: Incorrect DATETIME value: '0000-00-00 00:00:00'

= 4.53.0 =
* New: Import the EAN13 field to be compatible with the plugin WP-Lister Lite for Amazon
* Tested with WordPress 6.5.3

= 4.52.0 =
* New: Add the hook "fgp2wc_get_products_add_extra_cols"
* New: Add the hook "fgp2wc_get_products_add_extra_joins"
* Fixed: Files whose filename is longer than 255 characters were not imported

= 4.51.1 =
* Fixed: Images were not imported by File System method

= 4.51.0 =
* New: Check if we need the Internationalization add-on
* Tested with WordPress 6.5.2

= 4.49.0 =
* New: Run the plugin during the hook "plugins_loaded"
* Tweak: Replace rand() by wp_rand()
* Tweak: Replace file_get_contents() by wp_remote_get()
* Tweak: Replace file_get_contents() + json_decode() by wp_json_file_decode()
* Tweak: Replace json_encode() by wp_json_encode()
* Tweak: Remove the deprecated argument of get_terms() and wp_count_terms()
* Tested with WordPress 6.5

= 4.48.0 =
* Fixed: Unsafe SQL calls

= 4.47.0 =
* Fixed: Rename the log file with a random name to avoid a Sensitive Data Exposure

= 4.45.1 =
* Tested with WordPress 6.4.3

= 4.45.0 =
* New: Don't import the images in duplicate
* Fixed: Plugin log can be deleted with a CSRF
* Fixed: Found 2 elements with non-unique id #fgp2wc_nonce
* Tested with WordPress 6.4.2

= 4.44.3 =
* Tested with WordPress 6.4.1

= 4.44.1 =
* Fixed: Don't set the sale price if it is equal to the regular price

= 4.44.0 =
* New: Add the hook "fgp2wc_get_specific_prices_sql"
* Tested with WordPress 6.4

= 4.43.0 =
* New: Compatibility with WooCommerce HPOS
* Tested with WordPress 6.3.2

= 4.42.1 =
* Fixed: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unity' in 'where clause'
* Fixed: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'vat_number' in 'where clause'
* Fixed: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'dni' in 'where clause'
* Tested with WordPress 6.3.1

= 4.41.0 =
* Fixed: Don't import the EAN13 if it is empty

= 4.39.0 =
* New: Import the EAN13 field to be compatible with the plugin EAN for WooCommerce

= 4.38.0 =
* Compatible with PrestaShop 8 & 8.1
* Tested with WordPress 6.3

= 4.37.1 =
* Fixed: Warning: Undefined array key "specific_prices"

= 4.36.6 =
* Fixed: Wrong sale price when there are several reductions

= 4.36.3 =
* Fixed: FTP connection failed with password containing special characters
* Fixed: Wrong specific prices imported
* Tested with WordPress 6.2.2

= 4.36.0 =
* New: Import the products sort order

= 4.35.1 =
* Tweak: Clear WooCommerce Analytics cache

= 4.35.0 =
* Compatibility with PHP 8.2

= 4.34.2 =
* Tested with WordPress 6.2

= 4.33.3 =
* Fixed: Product sale prices not imported if there is only one shop

= 4.33.0 =
* New: Add the hook "fgp2wc_import_configuration"
* Compatibility with PHP 8.2

= 4.32.2 =
* Fixed: Wrong sale prices when PrestaShop has several shops

= 4.32.1 =
* Fixed: The option "Import the media with duplicate names" didn't work anymore (regression from 4.31.0). So wrong images were imported.

= 4.31.2 =
* Tested with WordPress 6.1.1

= 4.31.1 =
* Tested with WordPress 6.1

= 4.31.0 =
* Tweak: Shorten the filenames if the option "Import the media with duplicate names" is selected
* Tested with WordPress 6.0.3

= 4.29.0 =
* New: Check if we need the Variations Swatches module
* Tested with WordPress 6.0.1

= 4.28.0 =
* Fixed: The widget "Filter Products by Attribute" was empty on the front-end
* Tested with WordPress 6.0

= 4.27.0 =
* New: Empty the table wc_product_attributes_lookup when emptying the WordPress content
* Fixed: Unknown function "wc_delete_product_transients" when WooCommerce is not active
* Fixed: [ERROR] Error:SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group' at line 1

= 4.26.0 =
* New: Add the WordPress path in the Debug Info
* Tested with WordPress 5.9.3

= 4.25.1 =
* Fixed: Allow the non valid SSL certificates
* Tested with WordPress 5.9.2

= 4.25.0 =
* New: Don't delete the theme's customizations (WP 5.9) when removing all WordPress content
* Tested with WordPress 5.9

= 4.24.0 =
* New: Add a spinner during importing data, emptying WordPress content, testing the database, download method and FTP connections and saving parameters
* Tweak: Better handle the errors triggered during the FTP connection test
* Tested with WordPress 5.8.3

= 4.21.1 =
* Tested with WordPress 5.8.2

= 4.20.1 =
* Fixed: Progress bar exceeds 100% when running the import again
* Fixed: Some variables were not escaped before displaying
* Tested with WordPress 5.8

= 4.19.0 =
* New: Check if we need the Suppliers module
* Tested with WordPress 5.7.2

= 4.18.1 =
* Fixed: Featured image duplicated in the gallery when importing all shops

= 4.18.0 =
* Tweak: Remove the "wp_insert_post" hook that consumes a lot of CPU and memory
* Tested with WordPress 5.7

= 4.17.0 =
* New: Check if we need the EU VAT add-on
* New: Check if we need the NIF add-on

= 4.16.1 =
* Tested with WordPress 5.6.2
* Tested with WooCommerce 5

= 4.16.0 =
* New: Ability to download the media by http, ftp or file system

= 4.15.0 =
* New: Add the hook "fgp2wc_post_import_products"
* Tested with WordPress 5.6.1

= 4.14.0 =
* Fixed: Images inserted in the post content with width and height = 0 when the option "Don't generate the thumbnails" is selected

= 4.12.0 =
* Fixed: Plugin and add-ons not displayed in the debug informations on Windows

= 4.11.2 =
* Fixed: Plugin and add-ons not shown on the Debug Info tab if the plugins are not installed in the standard plugins directory

= 4.11.1 =
* Tested with WordPress 5.6

= 4.11.0 =
* New: Check if we need the Units add-on
* Fixed: JQuery Migrate warning: jQuery.fn.load() is deprecated

= 4.10.1 =
* Fixed: Visitors specific prices not imported

= 4.10.0 =
* New: Check if we need the Tiered Prices add-on
* Fixed: Wrong sale price if the minimum quantity to get the discount is > 1

= 4.9.0 =
* New: Ability to change the default import timeout by adding `define('IMPORT_TIMEOUT', 7200);` in the wp-config.php file
* Fixed: Character " not displayed in the settings
* Fixed: The process was not stopped when clicking on "Stop" during the categories import
* Tested with WordPress 5.5.3

= 4.6.3 =
* Fixed: Progress bar at 0% if the site is in https and the WordPress general settings are in http

= 4.6.2 =
* Fixed: Wrong prices imported when importing inclusive of tax
* Fixed: Wrong reduction tax with PrestaShop 1.5 and 1.6

= 4.6.1 =
* Fixed: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'd.physically_filename' in 'field list'
* Fixed: Wrong stock imported
* Tested with WordPress 5.5.1

= 4.6.0 =
* Compatible with WordPress 5.5
* New: Add an option to not generate the images thumbnails
* New: Make the max_allowed_packet human readable
* Change: Set the default media timeout to 20 seconds
* Fixed: Timezone was not the same between the start and the end time in the logs

= 4.1.0 =
* New: Display the PHP errors in the logs

= 4.0.0 =
* New: Add an help tab
* New: Add a debug info tab

= 3.70.2 =
* Fixed: Column 'post_content' cannot be null

= 3.70.1 =
* Fixed: Deprecated function update_woocommerce_term_meta
* Tested with WordPress 5.4.2

= 3.70.0 =
* New: Avoid duplicates

= 3.69.1 =
* Fixed: Import hangs because function transliterator_transliterate() does not exist (regression from 3.68.0)

= 3.68.0 =
* New: Compatible with Hebrew language
* Fixed: Sale price was set as current price even if the sale period is ended
* Fixed: "[ERROR] Unable to create directory" if the uploads are not organized into month- and year-based folders

= 3.67.0 =
* New: Russian translation (thanks to Alex)
* Tested with WordPress 5.4.1

= 3.66.0 =
* Fixed: Logs were not displayed
* Tested with WordPress 5.4

= 3.65.0 =
* Tested with WooCommerce 4.0

= 3.64.0 =
* New: Add the hook "fgp2wc_post_import_product_category"
* Tweak: Refactoring

= 3.63.1 =
* Fixed: Notice: date_default_timezone_set(): Timezone ID '' is invalid
* Fixed: Logs were not displayed due to mod_security

= 3.60.0 =
* New: Import the EAN13 field to be compatible with the plugin Product GTIN (EAN, UPC, ISBN) for WooCommerce
* Tested with WordPress 5.3.2

= 3.59.1 =
* Fixed: CMS not imported
* Tested with WordPress 5.3

= 3.58.3 =
* Fixed: Date was GMT instead of local date

= 3.58.2 =
* Fixed: Images not imported for PrestaShop 1.3 and less

= 3.58.1 =
* Fixed: Regression since 3.51.0: Products not imported for PrestaShop 1.3 and less
* Tested with WordPress 5.2.4

= 3.57.0 =
* New: Check if we need the Attachments add-on

= 3.56.1 =
* Fixed: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'l.id_shop' in 'where clause' with PrestaShop 1.5
* Fixed: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'cl.id_shop' in 'where clause' with PrestaShop 1.5

= 3.56.0 =
* New: Check if there are several shops
* Fixed: Logs were not displayed if the URL is wrong in the WordPress general settings

= 3.55.1 =
* Fixed: Import only the main group sale price

= 3.55.0 =
* New: Download the media even if they are redirected

= 3.53.0 =
* Fixed: Sales prices not imported
* Tested with WordPress 5.2.3

= 3.50.0 =
* New: Update the WooCommerce product meta lookup table

= 3.49.1 =
* Tested with WordPress 5.2.2

= 3.49.0 =
* New: Allow the backorder stock status

= 3.48.2 =
* Tested with WordPress 5.2.1

= 3.48.0 =
* Tested with WordPress 5.1.1

= 3.47.3 =
* Fixed: The default language can be wrong if several shops are defined with a different default language
* Tested with WordPress 5.0.3

= 3.47.1 =
* Fixed: Some NGINX servers were blocking the images downloads
* Tested with WordPress 5.0.2

= 3.47.0 =
* Tested with WordPress 5.0.1

= 3.45.0 =
* Tested with WordPress 5.0

= 3.43.1 =
* Fixed: Some NGINX servers were blocking the images downloads

= 3.43.0 =
* New: Generate the audio and video meta data (ID3 tag, featured image)

= 3.42.0 =
* New: Support the Bengali alphabet
* Fixed: Wrong products pagination with out of stock products

= 3.41.2 =
* Fixed: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'p.reduction_tax' in 'field list'

= 3.41.0 =
* New: Import the images contained in the product short description
* Tested with WordPress 4.9.8

= 3.39.1 =
* Fixed: WordPress database error: [Cannot truncate a table referenced in a foreign key constraint (`wp_wc_download_log`, CONSTRAINT `fk_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permission)]
* Tested with WordPress 4.9.7

= 3.38.1 =
* Fixed: [Cannot truncate a table referenced in a foreign key constraint (`wp_wc_download_log`, CONSTRAINT `fk_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permission)]
* Change: Wording of the label "Remove only previously imported data"

= 3.36.0 =
* Fixed: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'p.id_specific_price_rule' in 'where clause' for PrestaShop 1.4
* Tested with WordPress 4.9.6

= 3.35.3 =
* Fixed: Wrong sale prices if many specific price rules are used

= 3.35.0 =
* New: Support the Arabic language
* Tweak: Delete the wc_var_prices transient when cleaning the imported data
* Tested with WordPress 4.9.5

= 3.32.0 =
* Fixed: Notice: Undefined index: id_category_default
* Tweak: Use WP_IMPORTING

= 3.29.0 =
* New: Display the number of imported media
* Tested with WordPress 4.9.1

= 3.27.3 =
* Tested with WordPress 4.9

= 3.27.0 =
* New: Import the products visibility

= 3.26.0 =
* Fixed: Wrong sale price if the reductions were applied after the tax (PrestaShop 1.6+)
* Tested with WordPress 4.8.2

= 3.23.0 =
* New: Allow HTML in term descriptions

= 3.22.1 =
* Fixed: Sales prices were not imported for multi countries stores with sales prices defined for all countries

= 3.22.0 =
* New: Import the barcode (compatible with the WooCommerce Barcode ISBN plugin)
* New: Set the products as draft if they are not available for order

= 3.21.1 =
* Tweak: code refactoring

= 3.21.0 =
* New: Check if we need the Customer Groups add-on

= 3.20.1 =
* Fixed: Wrong sale price for products with reduction prices defined for several countries

= 3.20.0 =
* Fixed: Security cross-site scripting (XSS) vulnerability in the Ajax importer

= 3.19.1 =
* Fixed: Wrong number of customers and employees displayed
* Tested with WordPress 4.8.1

= 3.19.0 =
* New: Import the image caption in the media attachment page

= 3.16.0 =
* New: Block the import if the URL field is empty and if the media are not skipped
* New: Add error messages and information

= 3.15.1 =
* Fixed [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'p.id_product_attribute' in 'field list'

= 3.15.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

= 3.14.0 =
* New: Compatibility with PrestaShop 1.0

= 3.13.0 =
* Tested with WordPress 4.7.5

= 3.12.0 =
* New: Add a choice to import either the thumbnail product images or the full size product images

= 3.11.5 =
* Tested with WordPress 4.7.4

= 3.11.3 =
* Fixed: the prices were all on sale when importing the prices with tax

= 3.11.0 =
* New: Remove accents in the file names
* New: Import the specific prices for PrestaShop versions 1.4 and more

= 3.10.2 =
* Fixed: Import hangs if some CMS articles have no content

= 3.10.0 =
* Tweak: Clear WooCommerce transients when emptying WordPress content

= 3.9.0 =
* New: Test if we need the Premium version
* New: Test if we need the Brands add-on
* New: Test if we need the WPML add-on
* Tested with WordPress 4.7.3

= 3.8.2 =
* Fixed: Stock not imported when using multishops

= 3.8.1 =
* Fixed: Term meta data not deleted when we delete the imported data only

= 3.8.0 =
* New: Display the number of products categories and CMS categories found in PrestaShop
* Fixed: The categories with duplicate names were not imported

= 3.7.4 =
* Fixed: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'p.reduction_price' in 'field list'

= 3.7.3 =
* Fixed: Images with Hebraic characters or encoded characters were not imported

= 3.7.2 =
* Fixed: Rounding error when importing with tax included

= 3.7.1 =
* Fixed: PrestaShop 1.4 products not imported

= 3.7.0 =
* Tested with WordPress 4.7.2

= 3.6.3 =
* Fixed: Progress bar doesn't reach 100%
* Tweak: Code refactoring

= 3.6.2 =
* Fixed: Existing images attached to imported products were removed when deleting the imported data
* Tested with WordPress 4.7

= 3.6.1 =
* Fixed: Some images with Greek characters were not imported

= 3.5.0 =
* New: Compatibility with PrestaShop 1.7

= 3.4.0 =
* New: Import the reduced prices from PrestaShop 1.1, 1.2 and 1.3
* Fixed: "Notice: Object of class WP_Error could not be converted to int" when WooCommerce is not activated
* Fixed: Wrong progress bar color

= 3.3.1 =
* Fixed: The progress bar didn't move during the first import
* Fixed: The log window was empty during the first import

= 3.3.0 =
* New: Optimization: don't reimport the images that were already imported

= 3.2.2 =
* Fixed: The "IMPORT COMPLETE" message was still displayed when the import was run again

= 3.2.1 =
* Fixed: Database passwords containing "<" were not accepted

= 3.2.0 =
* Tweak: Add a hook to enable the manufacturers translations

= 3.1.1 =
* Fixed: PrestaShop 1.4 compatibility issue: [ERROR] Error:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'cl.id_shop' in 'on clause'

= 3.1.0 =
* New: Authorize the connections to Web sites that use invalid SSL certificates
* Fixed: Duplicated products when PrestaShop contains more than one shop
* Tweak: If the import is blocked, stop sending AJAX requests

= 3.0.0 =
* New: Run the import in AJAX
* New: Add a progress bar
* New: Add a logger frame to see the logs in real time
* New: Ability to stop the import
* New: Compatible with PHP 7

= 2.8.1 =
* Tweak: Remove the accents from the image filenames because that could generate problems on some hosts

= 2.8.0 =
* New: Option to delete only the new imported data
* Fixed: Review link broken

= 2.7.3 =
* Fixed: Notice: Undefined offset
* Fixed: Wrong number of comments displayed
* Tested with WordPress 4.6.1

= 2.7.2 =
* Tested with WordPress 4.6

= 2.7.0 =
* Tweak: Empty the woocommerce_downloadable_product_permissions when emptying the WordPress content

= 2.6.2 =
* Tweak: Increase the speed of counting the terms

= 2.6.1 =
* Tweak: Replace spaces by dashes because images with spaces are not displayed on iPhones
* Tested with WordPress 4.5.3

= 2.6.0 =
* New: Compatible with WooCommerce 2.6.0

= 2.5.2 =
* Fixed: Regression bug: testing the database connection only refreshes the screen

= 2.5.1 =
* Fixed: Invalid characters in the images filenames prevent these images to upload

= 2.5.0 =
* New: Accept the Hebrew characters in the file names
* Tested with WordPress 4.5.2

= 2.4.2 =
* Fixed: Add total_sales, _downloadable and _virtual postmetas to be compatible with the Avada theme

= 2.4.1 =
* Fixed: Notice: Undefined index: id_cms
* Tested with WordPress 4.5

= 2.4.0 =
* New: Don't import the Root category

= 2.3.1 =
* Fixed: Column 'post_content' cannot be null

= 2.3.0 =
* Tweak: Code refactoring

= 2.2.1 =
* Tested with WordPress 4.4.2

= 2.2.0 =
* New: Compatibility with the WooCommerce Layered Nav widget

= 2.1.1 =
* Tested with WordPress 4.4.1

= 2.0.0 =
* Tweak: Restructure the whole code using the BoilerPlate foundation
* New: Make the platform more accessible to more languages

= 1.24.2 =
* Fixed: Fatal error: Call to undefined function add_term_meta()

= 1.24.1 =
* Fixed: Wrong parent categories assigned
* Fixed: Categories with null description were not imported

= 1.24.0 =
* Tweak: Use the WordPress 4.4 term metas

= 1.23.4 =
* Tested with WordPress 4.4

= 1.23.0 =
* New: Option to enable/disable the stock management

= 1.22.0 =
* New: Option to import the EAN13 as the SKU

= 1.21.0 =
* New: Import filenames with Greek characters
* New: Add a link to the FAQ in the connection error message

= 1.20.0 =
* New: Add an Import link on the plugins list page

= 1.18.0 =
* Tweak: code optimization

= 1.17.5 =
* Tested with PrestaShop 1.2

= 1.17.3 =
* Tested with WordPress 4.3.1

= 1.17.1 =
* Fixed: Cache issue with the product categories

= 1.17.0 =
* Fixed: Some medias with accents were not imported
* Tested with WordPress 4.3

= 1.16.6 =
* Tested with WordPress 4.2.4

= 1.16.4 =
* Tested with WordPress 4.2.3

= 1.16.3 =
* Fixed: Hook at the wrong position

= 1.16.1 =
* Fixed: Accept the filenames with Cyrillic characters

= 1.16.0 =
* New: Compatible with PrestaShop 1.1
* Tested with WordPress 4.2.2

= 1.14.0 =
* New: Import the images at the thickbox size instead of the original size
* Tested with WordPress 4.2

= 1.13.0 =
* Fixed: Don't import twice the same medias

= 1.12.0 =
* Fixed: Wrong hook used after product insert (fgp2wc_post_insert_product and not fgp2wc_post_insert_post)

= 1.11.0 =
* Fixed: Change the default database prefix to ps_
* FAQ updated

= 1.10.1 =
* Fixed: Wrong images imported when the image legends are not unique

= 1.10.0 =
* New: Log the messages to wp-content/debug.log
* FAQ updated

= 1.9.1 =
* New: Test the presence of WooCommerce before importing
* Tested with WordPress 4.1.1

= 1.9.0 =
* Fixed: Duplicate products when using more than one shop (PrestaShop 1.5+)
* Fixed: Wrong categories assigned to products when there are category slugs duplicates
* Fixed: the prestashop_query() function was returning only one row

= 1.8.2 =
* Fixed: Some images were imported as question marks
* Fixed: Wrong storage directory for the images without a date

= 1.8.1 =
* Tweak: Optimize the speed of images transfer. Don't try to guess the images location for each image.
* Fixed: The products count didn't include the inactive products

= 1.8.0 =
* New: Compatible with PrestaShop 1.3

= 1.7.0 =
* Tested with WordPress 4.1

= 1.6.0 =
* Tweak: Don't display the timeout field if the medias are skipped

= 1.5.0 =
* FAQ updated
* Tested with WordPress 4.0.1

= 1.4.0 =
* Fixed: WordPress database error: [Duplicate entry 'xxx-yyy' for key 'PRIMARY']

= 1.3.1 =
* Fixed: Some images were not imported on PrestaShop 1.4

= 1.3.0 =
* Fixed: Set the products with a null quantity as "Out of stock"
* New: Import the product supplier reference as SKU if the product reference is empty

= 1.2.0 =
* Update the FAQ

= 1.1.1 =
* Fixed: Some images were not imported

= 1.1.0 =
* Compatible with WooCommerce 2.2
* Fixed: Remove the shop_order_status taxonomy according to WooCommerce 2.2
* Fixed: The cover image was not imported as featured image if it was not the first image
* Fixed: Category image path fixed
* Fixed: The product category images were imported even when the "Skip media" option was checked
* Tweak: Simplify the posts count function

= 1.0.0 =
* Initial version: Import PrestaShop products, categories, tags, images and CMS

== Upgrade Notice ==

= 4.63.0 =
New: Add the function wp_table_exists()
Fixed: The prices filter widget was not working with imported products
