Starting from €7.5/mo
* Compatibility: Tested with WooCommerce 10.9.1
* Fix: Corrected stock/availability display on variation product forms.
* Dev: Migrated asset pipeline from Yarn/Gulp to Webpack; updated npm dependencies.
* Compatibility: checks for WooCommerce version 10.3
* Fix: modified 'wcwl_default_option_enable_waitlist' to properly allow setting default waitlist enable option
* Fix: removed autoload from options where unnecessary
* Fix: some admin notices showing for new users that shouldn't be
* Added: various code improvements to adhere to PHPStan tests
* Removed: redundant legacy frontend product class
* Fix: WPML - switching language on waitlist account tab was not updating product names properly
* Fix: Removing waitlist data from product meta in Cocart plugin
* Fix: sortable admin column query not working for all values, updated to be simpler and handle edge cases
* Fix: added update function for waitlist counts when using the update counts tool
* Fix: user deletion, when processed on the frontend, was not properly removing users from the waitlists
* Fix: Waitlist tab in the tickets admin panel not working with latest version of The Events Calendar Plus
* Fix: Auto username and password generation not working with auto account creation
* Removed: "wcwl_{$type}_nag_text", "wcwl_dismiss_nag_text" and "wcwl_variation_tab_title" filters from the admin - unnecessary and potential XSS issue
* Added: load text domain function and filter for modifying path: "wcwl_translation_file_path". No automatic translations available yet.
* Fix: Images not displaying correctly on account template page
* Fix: updated auto login functionality to avoid using discouraged functions
* Fix: Email not always being added to events waitlist form for logged in users causing silent error
* Added: Various fixes to comply with PHPCS
* Added: Filters to hide notices on the frontend (wcwl_show_notice_on_frontend)
* Added: Altered frontend flow to allow join/leave buttons to show without having to dismiss notices
* Added: Action hook to output custom HTML before submit button for waitlist forms (wcwl_before_form_submit_button)
* Added: Action hook to apply additional validation to waitlist join/leave requests (wcwl_process_waitlist_request_start)
* Added: Product ID/object to various frontend filters to allow for easier customisation
* Added: Deprecation notice for old supported products filter
* Added: Sorting products by waitlist count in the admin will now show all products (previously it did not return those with no waitlist data)
* Fix: Translations not working for some email strings