Brent Christensen
Brent Christensen
First off, thank you so much for an amazing suite of date and time picker components you have built. This PR provides a fix for a super minor bug I...
prepping for EDTR merge to master
This PR adds a mechanism for adding awesome looking admin notices prompting users to activate required plugins. This will allow us to remove some of the third party libraries we...
in `EventEspresso\core\libraries\rest_api\controllers\model\Write::removeRelation()` specifically: ```php $join_model_obj_after_removal = $relation->get_join_model()->get_one( [ [ $model->primary_key_name() => $model_obj->ID(), $relation->get_other_model()->primary_key_name() => $other_obj->ID(), ], ] ); if ($join_model_obj instanceof EE_Base_Class) { $response['join'][ strtolower($relation->get_join_model()->get_this_model_name()) ] = $this->returnModelObjAsJsonResponse( $join_model_obj, $request...
There's still some escaping issues in EE core that need to be fixed. Some of these may require the source code to be refactored in order to achieve this. For...
From the WordPress Plugin Review Team: > Offloading images, js, css, and other scripts to your servers or any remote service (like Google, MaxCDN, jQuery.com etc) is disallowed. When you...
The third party libraries in the `core/third_party_libs/` directory need to have one of the following actions applied to them: ##### ACTION OPTIONS - `A` moved to global assets folder `core/templates/global_assets`...
The following third party libs potentially need to be removed from decaf after having a download prompt added and all usage moved behind a feature flag. - Jaybizzle - PUE...
Online tests for both master and dev branch are failing with the following error: ``` There was 1 failure: 1) CachingLoaderTest::testResetCache Failed asserting that actual size 3 matches expected size...
Tony informed me of a situation where additional fees applied to a transaction that exceed the final price for the primary registrant's registration, can result in the inability to make...