Starting from €5.83/mo
2.8.2
n/a
New: A vendor email tag was added for FES emails.
Update: Sending the new vendor submission email from the admin now uses the new emails class.
Update: Language around 'Revoking' a Vendor was adjusted to be 'Delete' and the workflow has been improved.
Fix: Unable to select vendors when editing a download in the block editor.
Fix: FES should not run escape functions when getting the product title.
Fix: Vendor search was not working.
Fix: A PHP notice was showing on the Vendor > Orders Page.
Fix: EDD 3.0 - A fatal error could show when viewing the vendor reports page in admin.
Fix: EDD 3.0 - The settings header was not showing correctly.
Fix: Fields not marked as public could show on the download.
Fix: There was an undefined notice when saving the Terms & Conditions field.
Fix: There was a fatal error when adding a checkbox field in PHP 8.
Fix: Multiple pricing field validation was only running if the field was required.
Fix: The "Enable Image Insertion" checkbox could not be unchecked in the form builder for the excerpt field.
Dev: A new filter was added to support more post statuses.
* Fix: Corrected a mismatched legend element in the form builder.
* Fix: Fixed PHP compatibility issue with versions lower than 7.3.
* Fix: Fixed multiple undefined varaible references in the field classes.
* Dev: Removed the .github folder from the build assets.
- New: FES emails have an entirely new editor experience--look under Downloads > Settings > Emails > FES.
- Improvement: The FES form builder UI has been simplified and modernized.
- Improvement: The FES form builder fields are more accessible.
- Improvement: The FES admin menu has been merged under the Easy Digital Downloads menu.
- Improvement: The FES multiple pricing field now uses the same default variable pricing IDs as EDD core.
- Improvement: Button styles on the vendor dashboard have been made more consistent.
- Improvement: The description for the meta key field in the form builder has been improved.
- Improvement: Vendors who have WordPress roles which should grant them access to the Dashboard can now do so.
- Improvement: The username field has been removed from the vendor profile in the admin, since it cannot be changed.
- Change: The FES vendor dashboard icons now use an icon font (Dashicons).
- Change: FES tools are now under Downloads > Tools.
- Change: The vendor current year sales/earnings report has been updated to use more efficient database queries and a more modern graphing tool.
- Fix: The section break field no longer outputs empty HTML elements.
- Fix: Fields marked as required now use HTML5 markup.
- Fix: When viewing vendor reports, an undefined variable was referenced.
- Fix: The vendor products in the admin are now paginated, instead of all showing.
- Fix: Vendor commission pagination in the admin now works correctly.
- Fix: Updating a vendor without automatic approval enabled threw a PHP notice.
- Dev: The fes_get_sales_by_date and fes_get_earnings_by_date functions have been updated for EDD 3.0 compatibility.
- Dev: Helper functions for getting the current user ID and checking whether a field is readonly have been created.
- Dev: The FES integrations property is now declared explicitly.
- Dev: Update how licensing is instantiated.
- Dev: Refactor how the plugin is loaded and checks for requirements.
Improvement: Vendor dashboard now displays dates in the format specified in General Settings.
Fix: FES was unintentionally removing some columns from the admin "Downloads" table.
Fix: reCAPTCHA validation error when submitting a form, missing a required field, then re-submitting.
Fix: "Settings" admin menu item didn't include the download post type, which caused style inconsistencies.
Fix: Undefined array key warnings.
Improvement: The Tools page has been updated for improved accessibility and UX.
Fix: Repeat registration field triggering count() errors.
Fix: FES interfering with EDD core tooltip styling, making them semi transparent and unreadable.
New: Added edd_fes_allow_numeric_usernames filter, which allows you to change whether or not numeric usernames are permitted by vendors.
Improvement: Show warning if active theme doesn't support post formats when adding this field to the form builder.
Fix: Vendor earnings incorrect when using quantities.
Fix: Wrong date/time shown in vendor dashboard orders.
Fix: Undefined property error when saving/submitting submission form.
Fix: "Add File" button missing when adding multiple files to a product.
Fix: Vendor files not being uploaded to protected EDD directory.
EDD 3.0: Update vendor reports.
New: Introduced fes_get_vendor_url filter on the vendor profile URL. This allows the URLs to be customized.
Improvement: Disallow entirely numeric vendor usernames. This is because they conflict with vendor profile URLs.
Fix: Potential memory issues when updating vendor email when the user account is updated. (FES_DB_Vendors->update_vendor_email_on_user_update())
Fix: "Rows" setting not honored by rich textareas.
Fix: Undefined index errors.
Fix: Number fields that are marked as required were not being treated as such.
Fix: Infinite loop when viewing vendor shop profile while using Vendd theme.
Fix: Deprecation notices in PHP 8.
Fix: User bio field didn't have an option to switch to the "Rich textarea".
Tweak: Update plugin author name to Sandhills Development, LLC.
Dev: EDD 3.0 compatibility.
Dev: Correct EDD_Front_End_Submissions:helper docblock.
Fix: Honeypot field does not render on frontend