##3.1.1 (2019-12-17)
- Fixed bug that caused setup:di:compile to fail
##3.1.0 (2019-12-17)
- Added checkout comment pinboards (documentation)
- Added visual content pinboards (documentation)
- Added the Magento and TurnTo module version to turnToConfig object (documentation)
##3.0.4 (2019-10-16)
- Module now searches for Magento 2 root and appends it to export file paths. This fixes some read/write errors for servers running in a non-standard configuration.
##3.0.3 (2019-10-10)
- Added version to composer.json
##3.0.2 (2019-08-02)
- Fixed historical order feed cron job upload.
##3.0.1 (2019-05-14)
- Added Magento 2.3 Compatibility
##3.0.0 (2019-05-07)
- New version release for compatibility with JS widget v5
- Updated README and made new version number for Magento Marketplace Release
- Fix issue with catalog export when stock item could not be found
- Fix issue with custom configuration default value
- Handle special characters not supported by turnto (#44)
- Improve HttpClient logging for debugging errors during retrieval of embedded content (#38)
- Add support for using child SKU instead of parent SKU option in 2.2.x (#29)
- Fix order export failing due to sorting on incorrect order column (#33)
- Fix stock availability status not being set for catalog export (#39)
- Fix issue where admin configured "Custom Configuration" was not getting output on product detail pages (#41)
- Refactored TurnTo javascript config generation to centralized Block
- Developers can now intercept config generation through Magento plugins to customize functionality
- Added documentation explaining how reviews are pulled from TurnTo
- Fixed issue where category pages don't display proper review count/rating until manual reindex is performed (#31) and (#23)
- Increase frequency of importing reviews from TurnTo (#30)
- Fixed DI compilation error on Magento 2.2.x (#30)
- Add Single Sign On functionality to the mobile landing page (#24)
- Add option to include/exclude order items from historical feed based on whether they've been shipped (#20)
- Misc bug fix (#21)
- Add option have a "from" date when exporting historical orders (#18)
- Make it possible for a developer to group reviews for similar products by modifying g:item_group_id value in the catalog feed (#17)
- Fix catalog/order feed export issue (#16)
- Misc bug fixes
- Add SSO (Single Sign On) feature (#14)
- Add support for using child/variant SKUs instead of parent SKUs (#8)
- Add user-supplied turnToConfig JS to all places it is used (#5)
- Fix errors when attempting to import ratings (#4)
- Fix error when historical orders are exported with products that have been deleted (#3)
- Increase CRON history lifetime to provide more robust debugging information
- Allow admins to add custom values to the turnToConfig object (see docs)
- Fix issue where reviews were not showing on product listing or search result pages (#7)
- Fix product image url in catalog feed export
- Fixed composer install for Magento 2.0. Works on 2.0 and 2.1 now.
- Initial Release