Skip to content

Releases: shapediver/WordPressPlugin

v1.10.0

Choose a tag to compare

@snabela snabela released this 01 Jun 06:38
9136c26

New features:

  • Functions for creating and importing model states (see README for examples)

v1.9.0

Choose a tag to compare

@snabela snabela released this 10 Feb 10:09
1c3c8c9

New features:

  • support update of parameter values of the App Builder app running inside the iframe (see README)

v1.8.1

Choose a tag to compare

@snabela snabela released this 09 Dec 12:48
3d175dd

Fixes:

  • Cart refresh: fallback for legacy cart

v1.8.0

Choose a tag to compare

@snabela snabela released this 05 Dec 21:11
dbb2b0d

New features:

  • trigger cart refresh after adding an item to the cart

v1.7.0

Choose a tag to compare

@snabela snabela released this 03 Oct 16:43
00ec4f8

New features:

  • updated iframe API handlers
  • possibility to implement custom API handlers

v1.6.0

Choose a tag to compare

@snabela snabela released this 10 Dec 17:21

New features:

  • App Builder iframe appears as modal overlaying the product page
  • Icon for closing the configurator modal on upper right corner

v1.5.0

Choose a tag to compare

@snabela snabela released this 20 Oct 19:38

New features:

  • Show configurator button in mini cart, cart, and checkout page (for cart items added by the configurator). The button opens the configurator at the state saved when the item was added to the cart.

v1.4.0

Choose a tag to compare

@snabela snabela released this 16 Oct 14:10

New features:

  • The plugin passes a new query string variable context to the App Builder iframe. The value of context is set to cart if the configurator is opened from a cart line item, an the order if the configurator is opened from an order line item. The value of context can be used in Grasshopper by using a Direct Text Input component whose name must be "context".

v1.3.0

Choose a tag to compare

@snabela snabela released this 15 Oct 09:15

Bugfixes:

  • In the case of some custom WordPress themes, the plugin did not detect correctly whether it was running inside WordPress.

v1.2.0

Choose a tag to compare

@snabela snabela released this 08 Oct 16:10

New features:

  • Add shortcode [sd_configurator_button] for defining the configurator button when using custom themes. See the README for details on how to use it.