Skip to content

Releases: verbb/snipcart

1.7.0

11 Dec 22:59
Compare
Choose a tag to compare

{note} The plugin’s package name has changed to verbb/snipcart. Snipcart will need be updated to 1.7.0 from a terminal, by running composer require verbb/snipcart && composer remove fostercommerce//craft-snipcart.

Changed

  • Migration to verbb/snipcart.
  • Now requires Craft 3.7+.

2.0.0

29 Nov 04:06
dfa0f23
Compare
Choose a tag to compare

2.0 - 2023-09-11

  • Update plugin to work with Craft 4
  • Move to using native Craft content table instead of custom product_details table
  • Add migration to move product data from the custom product_details table to Craft native content tables
  • Add convenience console command to remove legacy product_details table when required
    • Command is snipcart/cleanup
  • Removes legacy class alias for field type

1.6.1

14 Sep 04:20
Compare
Choose a tag to compare

1.6.1

Changed

  • Added back PHP 7.4 compatibility

1.6.0

20 Jun 23:31
8c61618
Compare
Choose a tag to compare

1.6.0 - 2023-06-20

Added

  • Add compatibility with PHP 8.0

Fixed

  • Fixed customer counts in overview

1.5.7

11 Jan 05:16
Compare
Choose a tag to compare

Fixed

  • Removed debug code left in the ProductDetails class

1.5.6

26 Nov 11:58
Compare
Choose a tag to compare

Fixed

  • Fixed deprecation warning for getSourceId()

1.5.5

10 Jul 01:58
Compare
Choose a tag to compare

Changed

  • craft.snipcart.cartLink now renders HTML passed as its first argument, not just text.
  • ShippingRateEvent is now a craft\events\CancelableEvent. Set isValid to false to display an error message, which can be customized with the errors property.

1.5.4

05 Mar 13:29
Compare
Choose a tag to compare

Removed

  • Removed unnecessary warning log when transforming model data.

1.5.3

28 Feb 22:49
88a20a6
Compare
Choose a tag to compare

Fixed

  • Fixed encoded onload value when loading Snipcart's JS.
  • Fixed some Control Panel screens using the incorrect currency symbols.

1.5.2

28 Feb 21:01
Compare
Choose a tag to compare

Fixed

  • Saving product details on non-default sites cleared the field data (#31)