WooCommerce Smart Coupons 9.33.0

Download WooCommerce Smart Coupons 9.33.0 from nulled fire. WooCommerce Smart Coupons create gift certificates, store credit, coupons based on purchases.
* New: Compatible with WooCommerce HPOS (High Performance Order Storage)
* New: Tested upto WooCommerce 7.1.1, 7.2.3, 7.3.0, 7.4.1, 7.5.1
* Fix: Unable to empty/update a few coupon's meta field like 'Products'
* Fix: Importing only 1st value from multiple values from a few fields like 'product_ids' and 'exclude_product_ids'
* Update: Replace use of 'add_post_meta' with CRUD function 'set_used_by'
* Update: Replace string 'ARRAY_A' with constant ARRAY_A
* Update: Removed global declaration of $wpdb form where it is not used
* Update: Format coupon usage URL using add_query_arg instead of hard-coded URL
* Update: POT file
* New: Columns 'Allowed emails' and 'Excluded emails' in Coupon's admin dashboard
* New: Shortcode attribute 'categories' for shortcode 'wc_sc_available_coupons' for filtering coupon list by coupon categories
* New: Wrapper function for using 'WC_Discounts->is_coupon_valid' for validating coupons
* Fix: 'Preview email' button not showing under Send store credit tab when the store is not having a single coupon
* Fix: Uncaught TypeError: Unsupported operand types: string + string
* Fix: 2 coupon URLs are not working when clicked back to back
* Developer: Moved code for showing coupon category column in appropriate class file
* Developer: Pass coupon object as an additional arguments to methods used for rendering the respective columns
* Developer: Filter 'wc_sc_available_coupon_ids' for filtering coupon ids to search for displaying available coupons
* Developer: Filter 'shortcode_atts_wc_sc_available_coupons' for modifying shortcode attributes
* Developer: Filter 'wc_sc_shortcode_no_coupon_found_text' for adding text when no coupon found to be displayed via shortcode 'wc_sc_available_coupons'
* Tweak: Default value in wrapper function for 'get_option'
* Update: POT file
* Fix: Error: Something went wrong. For details, check 'woocommerce-smart-coupons...' log under WooCommerce > Status > Logs
* Update: POT file