Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Releases: voucherifyio/voucherify.js

v1.33.1

18 Jun 11:15
3f9ac16

Choose a tag to compare

Fixed readme with documentation on how to set up region for iframes

v1.33.0 - Added possibility of configuring API endpoint for iframe widgets

18 Jun 09:25
d96ca1e

Choose a tag to compare

We extended the iframes config by adding a parameter for configuring the API endpoint. If you have a project located in the us1 or as1 region you can now easily switch to the other regions.

v1.32.0 - Support order metadata in validation

28 Sep 09:08
fab4c9f

Choose a tag to compare

Validation API - Added option to pass in parameters metadata of order

Validation - metadata object for describing customer

23 Dec 20:24

Choose a tag to compare

Add possibility to send customer metadata with the validation request

Added method for setting base API url

07 Feb 13:50

Choose a tag to compare

Web widgets - new attribute

05 Nov 10:28

Choose a tag to compare

Web widgets - new attribute for hiding a note describing Voucherify privacy policy

Metadata Fields

31 Oct 12:41

Choose a tag to compare

Introduce attribute which allows the end consumers to set their value for predefined metadata property.

Redeem Widget updates

26 Oct 14:59

Choose a tag to compare

  • Custom result messages
  • Consents
  • Separated metadata for redemption and customer

Bugfix resolving filter object to query params

30 Jul 11:45

Choose a tag to compare

Bugfix resolving filter object to query params. Thanks to this it will be possible to pass advanced filters to a method for listing vouchers.

Voucherify.listVouchers({
  filters: {
   "junction": "and",
   "redemption.redeemed_quantity": {
     "conditions": {
       "$more_than": 0
     }
   },
   "expiration_date": {
     "conditions": {
       "$more_than": 0
     }
   },
 }
}, function callback (response) { })

Flag configuring consents field

06 Jun 13:28

Choose a tag to compare