Skip to content

Releases: turnto/magento2-turnto-socialcommerce

Pixlee TurnTo Ratings & Reviews - 3.8.6

18 Jun 21:08
ea57942
Compare
Choose a tag to compare

3.8.6 (2024-06-18)

  • Feature Improvement
  • Optimization

What's Changed

  • Update product attribute select values to include all attributes in config dropdown
  • Update turnToConfig version to use composer.json version rather than setup_version
  • Update SSO redirect to remove unneeded dependency injection and general cleanup
  • Move config getters to models

Full Changelog: v3.8.5...v3.8.6

Pixlee TurnTo Ratings & Reviews - 3.8.5

07 May 15:19
68ceac3
Compare
Choose a tag to compare

3.8.5 (2024-05-07)

  • Feature Improvement
  • Optimization

What's Changed

  • Added new attributes to SpeedFlex JS Order Feed to support ad hoc conversion reporting
  • Updated cron schedule for Avg Rating Feed import to match file creation times

Full Changelog: v3.8.4...v3.8.5

Pixlee TurnTo Ratings & Reviews - 3.8.4

25 Jan 15:31
6a73c0d
Compare
Choose a tag to compare

3.8.4 (2024-01-25)

  • Bug fixes
  • Optimization

What's Changed

  • Fixed invalid json format for teaser functions
  • Fixed logic for export while loop
  • Created patch to add attributes to product listing and refactored Renderer to remove product load
  • Updated TurnTo urls to use https and use the proxy https://export.turnto.com/
  • Removed stray text from layout xml
  • Escaped single quotes in sku for javascript

Full Changelog: v3.8.3...v3.8.4

Pixlee TurnTo Ratings & Reviews - 3.8.3

13 Jul 15:11
Compare
Choose a tag to compare

3.8.3 (2023-07-11)

  • Updates for Magento 2.4.6

What's Changed

  • Update Teaser Widget
  • Replace ZendClient
  • Update Readme

Full Changelog: v3.8.2...v3.8.3

Pixlee TurnTo Ratings & Reviews - 3.8.2

16 Mar 13:46
9b0a053
Compare
Choose a tag to compare

3.8.2 (2023-04-16)

  • Bump version 3.8.2
  • Remove unused firebase dependency
  • Update magento/framework constraint for incompatibility with 2.4.6
  • Add csp_whitelist for external TurnTo assets
  • Refactor JWT controllers and service

TurnTo Magento 2 Extension - 3.8.1

18 Nov 19:49
Compare
Choose a tag to compare

3.8.1 (2021-11-18)

  • Small change that should correctly set default values for the "Average Rating Feed Enabled" configuration for clients that are upgrading versions of the extension.

TurnTo Magento 2 Extension - 3.8.0

25 Oct 20:51
6131262
Compare
Choose a tag to compare

3.8.0 (2021-10-25)

There are several changes contained within this PR that either fix broken behavior in Magento 2.4.3, or are best practices updates.

  • Compensated for a core Magento bug where it doesn't fetch custom attribute values properly that affect PLP Rating display.
  • Updated the Ajax/Media controller override to be based on most recent version of file
  • Updated class implemented for custom attributes that use a dropdown to select an option after previously used class was deprecated
  • Removed some leftover debug logs that use a deprecated logging method
  • Updated div ID used when updates SKU when user selects a variant

TurnTo Magento 2 Extension - 3.7.9

05 Oct 16:53
Compare
Choose a tag to compare

3.7.9 (2021-10-05)

  • Fix Average Rating Feed Import job. Call to reset products was misplaced and called per-product. Moved outside loop so it's only called once at the end of the process

TurnTo Magento 2 Extension - 3.7.8

29 Jun 22:54
Compare
Choose a tag to compare

3.7.8 (2021-06-29)

  • Moved pdp config block below regular turnto config block in layout file to make sure TurnToCmd gets called after turnToConfig and other required js is defined. If TurnToCmd gets called before necessary js is defined, the widgets don't appear.

TurnTo Magento 2 Extension - 3.7.7

29 Jun 20:02
Compare
Choose a tag to compare

3.7.7 (2021-06-29)

  • Fix issue with call to str_replace that causes product titles to come across as empty