Ashley Gibson
Ashley Gibson
## Enhancement Request ### Explain your enhancement (please be detailed) We should update our [base object class](https://github.com/awesomemotive/easy-digital-downloads/blob/release/3.0/includes/class-base-object.php) to add support for casting properties to their correct data type. See https://github.com/awesomemotive/edd-multi-currency/blob/main/src/Traits/HasAttribute.php...
Related discussion here: https://github.com/easydigitaldownloads/easy-digital-downloads/issues/7669 They used to be built with sortable metaboxes, which would allow the end user to reorder the tiles, or possibly even hide ones they're not interested...
## Enhancement Request Blocker (autoloader): https://github.com/easydigitaldownloads/easy-digital-downloads/issues/8680 I'd like to add a service container class. This would accomplish two goals: 1. Better management of our global objects. Right now any time...
## Enhancement Request ### Explain your enhancement (please be detailed) I'd like to see a `to_array()` method on at least some components. Here's a perfect example of a good use...
## Enhancement Request ### Explain your enhancement (please be detailed) We should add some kind of auto loader so we can start loading classes automatically. ### Justification or use case...
We have a few filters/actions that we are replacing in 3.0. We're planning to still fire the old hooks as normal in 3.0, but I want to schedule these to...
## Enhancement Request ### Explain your enhancement (please be detailed) When adding a custom CSV export tool, you do the following: 1. Make a class that extends `EDD_Batch_Export`. 2. Add...
It would be cool to support rollbacks, kind of like Laravel does. For each table upgrade, you'd also write a rollback so you can go forward and go backwards to...
Are you interested in including timepicker styles? If so I can put together a PR.
Fixes #8813 Proposed Changes: 1. `EDD_Session::should_start_session()` - The default value used to be `true`, but now it defaults to whether or not there's an item in the cart. To figure...