All the project notable changes will be documented here.
- Added verification to DOM loaded before product data tabs manipulation
- Add registrations column to orders page
- Improved registrations-for-woocommerce.php inline documentation
- Participant form fields fiterable
- Participant form fields aligned with WooCommerce standard
- Changed registration add to cart template according to WooCommerce 3.4
- Removed data store unused classes
- Fix WC_Product_Registration properties default values from array() to null, to be compatible with WooCoommerce 3.4
- Fix stock_status metabox visibility when editing registration product, preventing field to be visible on manage stock uncheck
- Fix registrations reports: fixed undefined index in class-wc-report-list-registration.php
- Fix registrations reports (contributor: @brettmhoffman)
- Fixed bad ! empty statement that causes problems prior to PHP 5.5
- WooCommerce 3.0 compatibility
- Using varibale product Data_Store
- Fixed lot's of hooks to prettify date variation displays
- Fixed Ajax attributes saving
- Fixed Reports (major issues about new WC3.0 CRUD)
- Prevent registrations from past dates (New option in Inventory tab for Registration product type)
- Add multiple hooks to make easily to add custom participant fields
- Changed how participant order meta is stored (serialized data instead of CSV now)
- Prettify dates on order details
- Hidden date attributes in WooCommerce attributes default panel
- Fixed checkout that won't validate participant fields
- Fixed dates attribute name translation trough filtering
- Fixed url in WooCommerce install notifications
- Fixed text-domians for some strings ('Clear Selection', 'Participant %u')
- Fixed Text Domain in plugin header (removed hyphen)
- Fixed call to undefined callback registration_variation_option_name_additional_information in WC_Registrations_Admin
- Fixed verification if participant POST field is defined
- Fixed .pot file, adding correct path and gettext config
- Fixed .po from pt_BR translation changed language from "en_US" to "pt_BR"
- Add gettext function to tweet text
- Fixed instalation tweet url, pointing to wordprees.org plugin page
- Added support of jQuery UI Datepicker for browsers that don't support default HTML5 input date
- Changed text-domain to match plugin slug (registrations-for-woocommerce)
- Filtering dates display on additional information tab
- Fixed variations reload on modify dates
- Fixed translation files
- Initial Release