Custom Deliverables Changelog
Version 1.1.2.1 — July 12, 2024
- Fix: Correct an issue that could result in a missing class error.
Version 1.1.2 — June 19, 2024
- Fixes an issue with Frontend Submissions and sending custom files to a customer.
Version 1.1.1 — May 14, 2024
- New: Minimum version requirements – PHP 7.1, WordPress 5.4, and Easy Digital Downloads 3.1.5.
- New: Improved email management integration.
Version 1.1 — January 18, 2022
- Improvement: Admin UI has been reworked for better responsiveness and accessibility.
- Improvement: Update how scripts are enqueued to ensure they’re loaded in the footer and that versions are set.
- Improvement: Show an error message if marking a deliverable as fulfilled fails to save.
- Improvement: Hide the “mark as fulfilled” button when a custom file changes, as a re-save is required before fulfillment can be updated.
- Fix: Prevent custom files from being added to bundles. (They were never supported, and we’ve now updated the UI to help better reflect that.)
- Fix: Ajax callbacks missing capability checks.
- Fix: Uncaught Error: Call to a member function get_meta.
- Fix: Ensure custom deliverables are updated to the protected
/edd
directory. - Fix: Download links not displayed in email when bundles are purchased.
- Fix: Purchase receipt may include empty/broken custom file links.
- Dev: Update settings to remove compatibility for EDD versions lower than 2.5.
- Dev: Ajax callbacks now use
wp_send_json()
andwp_send_json_error()
. - Dev: Update how licensing is instantiated.
- Dev: Refactor how the plugin is booted and checks for requirements.
- Dev: Reduce code duplication between core plugin and FES integration.
Version 1.0.4 — August 18, 2021
- Fix: Deprecation warnings in PHP 8.
- Dev: Added compatibility with EDD 3.0.
Version 1.0.3 — August 3, 2020
- Fix: When using Amazon S3 for file uploads, a possible fatal error was happening.
Version 1.0.2 — May 24, 2018
- Added: Privacy Export integrations with WP and and EDD core for GDPR
- Added: Fulfillment hooks into the ajax callback function
Version 1.0.1 — December 8, 2017
- Fixed: Bugs for products with price variations and custom deliverables
- Fixed: Error on screen if viewing a bundle on a receipt.
- Added: Show price variation title on the metabox screen in the payment record.
Version 1.0 — August 16, 2017
- Initial release