Skip to content
Search docs ⌘K
EN Current language: English
EN Current language: English

RELEASES

Changelog

Every release across ShopiFactory apps, newest first. Each entry lists what changed and links to the documentation pages it affects.

Filter releases

v2.1.0

SlotSmith

New

  • Zone priorities — reorder overlapping published zones explicitly instead of relying on the “most specific coverage wins” default. See Zone priorities .
  • Billing usage export — download published-zone usage history as CSV from Billing → Usage → Export .

Improved

  • Zone list now shows rule count inline, so a published zone with zero rules (which never generates slots) is easy to spot.

Fixed

  • Fixed a case where archiving a zone with a capacity-0 (uncapped) rule could leave stale slots visible on the storefront for a few minutes after archiving.
v2.0.5

SlotSmith

Fixed

  • Fixed CSV import incorrectly rejecting rows with a quoted comma inside zone_name.
  • Fixed a rare case where a rule with capacity 0 (uncapped) could be miscounted as fully booked when the shop had a very high booking volume in a single slot.
  • Fixed the zone priority list not saving a new order if you reordered and left the page before the save indicator finished.

Improved

  • Import validation errors now include the exact line number of the failing row.
v2.0.0

SlotSmith

New

  • Conditional rules — scope a rule to a specific product, collection, or minimum cart total. See Conditional rules .
  • CSV import — bulk-create zones from a CSV file instead of one at a time. See Importing zones from CSV .
  • Admin API access to zones and rules, including the new zones.json and rules.json endpoints.

Breaking changes

  • Zone coverage is now validated on save; zones with an invalid coverage_value created before v2.0.0 will show a warning in the admin until corrected.