Skip to content

Commit

Permalink
Lastest cafe changes 5.0.25.p
Browse files Browse the repository at this point in the history
  • Loading branch information
Pebblo committed Sep 2, 2024
1 parent 59af22e commit 6396ab0
Show file tree
Hide file tree
Showing 149 changed files with 2,521 additions and 2,500 deletions.
1 change: 0 additions & 1 deletion .VERSION

This file was deleted.

24 changes: 8 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Releases

### [5.0.25]

#### Changed
- [BuildMachine changes - 5.0.24.p (#1486)](https://github.com/eventespresso/cafe/pull/1486)
- [Fix and Split Up PHP Unit Tests (#1354)](https://github.com/eventespresso/cafe/pull/1354)
- [Add GraphQL interface EspressoNode (#1478)](https://github.com/eventespresso/cafe/pull/1478)
- [Remove USE_ADVANCED_EDITOR Feature Flag (Barista#1332) (#1503)](https://github.com/eventespresso/cafe/pull/1503)

### [5.0.24]

#### Added
- [New Reg List Table Event Filter (#1451)](https://github.com/eventespresso/cafe/pull/1451)
- NEW

#### Fixed
- [Fix PPC Meta Data Array Error (#1454)](https://github.com/eventespresso/cafe/pull/1454)
- [Fix Event List Shortcode Show Expired Parameter (#1470)](https://github.com/eventespresso/cafe/pull/1470)
- [Force Payment Method Registration When Generating Messages (#1464)](https://github.com/eventespresso/cafe/pull/1464)
- [Ensure editor-buttons Script is Enqueued (#1472)](https://github.com/eventespresso/cafe/pull/1472)
- [PPC. Fix PM thinking it disconnected (#1479)](https://github.com/eventespresso/cafe/pull/1479)
- FIX

#### Changed
- [Build machine 5.0.23.p changes (#1461)](https://github.com/eventespresso/cafe/pull/1461)
- [Add GraphQL interface manager (#1463)](https://github.com/eventespresso/cafe/pull/1463)
- MOD

#### Deprecated
- DEP

#### Removed
- RMV

#### Security
- [Add current_user_can() Check When Updating Timezone (#1475)](https://github.com/eventespresso/cafe/pull/1475)
- SEC



### [5.0.23]


#### Fixed
- [Type Cast Return Value for EE_Admin_Config::useAdvancedEditor() (#1458)](https://github.com/eventespresso/cafe/pull/1458)

#### Changed
- [BuildMachine 5.0.22 changes (#1450)](https://github.com/eventespresso/cafe/pull/1450)






### [5.0.22]

#### Added
Expand Down
2 changes: 2 additions & 0 deletions PaymentMethods/PayPalCommerce/tools/logging/PayPalLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use EE_Gateway;
use EE_Payment_Method;
use EEM_Payment_Method;
use EventEspresso\core\exceptions\ExceptionLogger;
use EventEspresso\PaymentMethods\PayPalCommerce\domain\Domain;
use ReflectionException;

Expand Down Expand Up @@ -86,6 +87,7 @@ public static function errorLog(
PayPalLogger::logInWindow(json_encode($data));
}
} catch (ReflectionException|EE_Error $error) {
new ExceptionLogger($error);
return false;
}
// Yes, always return true.
Expand Down
4 changes: 2 additions & 2 deletions admin_pages/events/Events_Admin_List_Table.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -495,14 +495,14 @@ public function column_attendees(EE_Event $event): string

/**
* @param EE_Event $event
* @return float
* @return string
* @throws EE_Error
* @throws InvalidArgumentException
* @throws InvalidDataTypeException
* @throws InvalidInterfaceException
* @throws ReflectionException
*/
public function column_tkts_sold(EE_Event $event): float
public function column_tkts_sold(EE_Event $event): string
{
$content = EEM_Ticket::instance()->sum([['Datetime.EVT_ID' => $event->ID()]], 'TKT_sold');
return $this->columnContent('tkts_sold', $content);
Expand Down
8 changes: 3 additions & 5 deletions admin_pages/registrations/Registrations_Admin_Page.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use EventEspresso\core\domain\Domain;
use EventEspresso\core\domain\entities\contexts\Context;
use EventEspresso\core\domain\entities\custom_post_types\EspressoPostType;
use EventEspresso\core\domain\services\admin\registrations\list_table\QueryBuilder;
use EventEspresso\core\domain\services\registration\RegStatus;
use EventEspresso\core\exceptions\EntityNotFoundException;
use EventEspresso\core\exceptions\InvalidDataTypeException;
Expand Down Expand Up @@ -1329,11 +1330,8 @@ protected function _get_registration_query_parameters(
int $per_page = 10,
bool $count = false
): array {
/** @var EventEspresso\core\domain\services\admin\registrations\list_table\QueryBuilder $list_table_query_builder */
$list_table_query_builder = $this->loader->getNew(
'EventEspresso\core\domain\services\admin\registrations\list_table\QueryBuilder',
[null, null, $request]
);
/** @var QueryBuilder $list_table_query_builder */
$list_table_query_builder = $this->loader->getNew(QueryBuilder::class, [null, null, $request]);
return $list_table_query_builder->getQueryParams($per_page, $count);
}

Expand Down
132 changes: 66 additions & 66 deletions assets/asset-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,39 @@
"config.js": "/static/js/config.de0cee02.js",
"config.js.map": "/static/js/config.de0cee02.js.map",
"config.php": "/static/js/config.8d191a28.asset.php",
"constants.js": "/static/js/constants.3e54d732.js",
"constants.js.map": "/static/js/constants.3e54d732.js.map",
"constants.php": "/static/js/constants.9b189fa6.asset.php",
"constants.js": "/static/js/constants.5d7d0df3.js",
"constants.js.map": "/static/js/constants.5d7d0df3.js.map",
"constants.php": "/static/js/constants.babda6da.asset.php",
"data.js": "/static/js/data.c971dac1.js",
"data.js.map": "/static/js/data.c971dac1.js.map",
"data.php": "/static/js/data.b90ef418.asset.php",
"dates.css": "/static/css/dates.c8f0c9bd.css",
"dates.js": "/static/js/dates.3df37052.js",
"dates.js.map": "/static/js/dates.3df37052.js.map",
"dates.php": "/static/js/dates.ac94076d.asset.php",
"dates-card-view.js": "/static/js/dates-card-view.50f3cb81.chunk.js",
"dates-card-view.js.map": "/static/js/dates-card-view.50f3cb81.chunk.js.map",
"dates.js": "/static/js/dates.caf33f19.js",
"dates.js.map": "/static/js/dates.caf33f19.js.map",
"dates.php": "/static/js/dates.2b22d543.asset.php",
"dates-card-view.js": "/static/js/dates-card-view.d83667f6.chunk.js",
"dates-card-view.js.map": "/static/js/dates-card-view.d83667f6.chunk.js.map",
"dates-table-view.css": "/static/css/dates-table-view.fc6705f5.chunk.css",
"dates-table-view.js": "/static/js/dates-table-view.10c79866.chunk.js",
"dates-table-view.js.map": "/static/js/dates-table-view.10c79866.chunk.js.map",
"edtrServices.js": "/static/js/edtrServices.ab48e0be.js",
"edtrServices.js.map": "/static/js/edtrServices.ab48e0be.js.map",
"edtrServices.php": "/static/js/edtrServices.6af282db.asset.php",
"dates-table-view.js": "/static/js/dates-table-view.7967e361.chunk.js",
"dates-table-view.js.map": "/static/js/dates-table-view.7967e361.chunk.js.map",
"edtrServices.js": "/static/js/edtrServices.bff93b87.js",
"edtrServices.js.map": "/static/js/edtrServices.bff93b87.js.map",
"edtrServices.php": "/static/js/edtrServices.dc3ef1bf.asset.php",
"eeComponents.css": "/static/css/eeComponents.9dc7fa3f.css",
"eeComponents.js": "/static/js/eeComponents.690c0050.js",
"eeComponents.js.map": "/static/js/eeComponents.690c0050.js.map",
"eeComponents.php": "/static/js/eeComponents.59f081cd.asset.php",
"eeComponents.js": "/static/js/eeComponents.01db02e3.js",
"eeComponents.js.map": "/static/js/eeComponents.01db02e3.js.map",
"eeComponents.php": "/static/js/eeComponents.8f30b0c0.asset.php",
"eventEditor.css": "/static/css/eventEditor.aaccfc45.css",
"eventEditor.js": "/static/js/eventEditor.c58ff9bb.js",
"eventEditor.js.map": "/static/js/eventEditor.c58ff9bb.js.map",
"eventEditor.php": "/static/js/eventEditor.66865513.asset.php",
"eventEditor.js": "/static/js/eventEditor.f6b001fa.js",
"eventEditor.js.map": "/static/js/eventEditor.f6b001fa.js.map",
"eventEditor.php": "/static/js/eventEditor.42138b5e.asset.php",
"events.js": "/static/js/events.31a3a0f2.js",
"events.js.map": "/static/js/events.31a3a0f2.js.map",
"events.php": "/static/js/events.54ff53cd.asset.php",
"form.css": "/static/css/form.25a767d0.css",
"form.js": "/static/js/form.9df15d46.js",
"form.js.map": "/static/js/form.9df15d46.js.map",
"form.php": "/static/js/form.2863bdf7.asset.php",
"form.js": "/static/js/form.4111d597.js",
"form.js.map": "/static/js/form.4111d597.js.map",
"form.php": "/static/js/form.91534fa5.asset.php",
"formBuilder.css": "/static/css/formBuilder.dca27155.css",
"formBuilder.js": "/static/js/formBuilder.38d1a9e5.js",
"formBuilder.js.map": "/static/js/formBuilder.38d1a9e5.js.map",
Expand All @@ -63,19 +63,19 @@
"plugins.js": "/static/js/plugins.b1431394.js",
"plugins.js.map": "/static/js/plugins.b1431394.js.map",
"plugins.php": "/static/js/plugins.e8dba162.asset.php",
"predicates.js": "/static/js/predicates.26b889b2.js",
"predicates.js.map": "/static/js/predicates.26b889b2.js.map",
"predicates.php": "/static/js/predicates.b5281d47.asset.php",
"predicates.js": "/static/js/predicates.f6c6a750.js",
"predicates.js.map": "/static/js/predicates.f6c6a750.js.map",
"predicates.php": "/static/js/predicates.4d5c0b80.asset.php",
"registry.js": "/static/js/registry.6ccc0ed3.js",
"registry.js.map": "/static/js/registry.6ccc0ed3.js.map",
"registry.php": "/static/js/registry.706eb17c.asset.php",
"richTextEditor.css": "/static/css/richTextEditor.3fcd79d9.css",
"richTextEditor.js": "/static/js/richTextEditor.f646b11d.js",
"richTextEditor.js.map": "/static/js/richTextEditor.f646b11d.js.map",
"richTextEditor.php": "/static/js/richTextEditor.039d1b55.asset.php",
"services.js": "/static/js/services.c953e4d3.js",
"services.js.map": "/static/js/services.c953e4d3.js.map",
"services.php": "/static/js/services.ca90bfa0.asset.php",
"services.js": "/static/js/services.73cfdb87.js",
"services.js.map": "/static/js/services.73cfdb87.js.map",
"services.php": "/static/js/services.af5c22d0.asset.php",
"slotFill.js": "/static/js/slotFill.973c758c.js",
"slotFill.js.map": "/static/js/slotFill.973c758c.js.map",
"slotFill.php": "/static/js/slotFill.5ce29fff.asset.php",
Expand All @@ -86,26 +86,26 @@
"styles.js.map": "/static/js/styles.9da1b192.js.map",
"styles.php": "/static/js/styles.f5eaa8d3.asset.php",
"tickets-card-view.css": "/static/css/tickets-card-view.7d56f661.chunk.css",
"tickets-card-view.js": "/static/js/tickets-card-view.c504daf9.chunk.js",
"tickets-card-view.js.map": "/static/js/tickets-card-view.c504daf9.chunk.js.map",
"tickets-card-view.js": "/static/js/tickets-card-view.5213f19c.chunk.js",
"tickets-card-view.js.map": "/static/js/tickets-card-view.5213f19c.chunk.js.map",
"tickets-table-view.css": "/static/css/tickets-table-view.7d56f661.chunk.css",
"tickets-table-view.js": "/static/js/tickets-table-view.af5f8dba.chunk.js",
"tickets-table-view.js.map": "/static/js/tickets-table-view.af5f8dba.chunk.js.map",
"tickets-table-view.js": "/static/js/tickets-table-view.35db8fc4.chunk.js",
"tickets-table-view.js.map": "/static/js/tickets-table-view.35db8fc4.chunk.js.map",
"toaster.css": "/static/css/toaster.4c48d7f7.css",
"toaster.js": "/static/js/toaster.22c2d1a1.js",
"toaster.js.map": "/static/js/toaster.22c2d1a1.js.map",
"toaster.php": "/static/js/toaster.b1f3a232.asset.php",
"tpc.css": "/static/css/tpc.1ecc4c96.css",
"tpc.js": "/static/js/tpc.74d08f94.js",
"tpc.js.map": "/static/js/tpc.74d08f94.js.map",
"tpc.php": "/static/js/tpc.f87f37b6.asset.php",
"tpc.js": "/static/js/tpc.996cc84b.js",
"tpc.js.map": "/static/js/tpc.996cc84b.js.map",
"tpc.php": "/static/js/tpc.156bad38.asset.php",
"types.js": "/static/js/types.c612a699.js",
"types.js.map": "/static/js/types.c612a699.js.map",
"types.php": "/static/js/types.011b1e52.asset.php",
"uiComponents.css": "/static/css/uiComponents.065ade0e.css",
"uiComponents.js": "/static/js/uiComponents.ddfa0fcd.js",
"uiComponents.js.map": "/static/js/uiComponents.ddfa0fcd.js.map",
"uiComponents.php": "/static/js/uiComponents.81232d21.asset.php",
"uiComponents.js": "/static/js/uiComponents.ba624627.js",
"uiComponents.js.map": "/static/js/uiComponents.ba624627.js.map",
"uiComponents.php": "/static/js/uiComponents.e102c758.asset.php",
"utils.js": "/static/js/utils.180e65e3.js",
"utils.js.map": "/static/js/utils.180e65e3.js.map",
"utils.php": "/static/js/utils.5184b841.asset.php",
Expand All @@ -131,20 +131,20 @@
"static/js/adapters.5647d05d.js.LICENSE.txt": "/static/js/adapters.5647d05d.js.LICENSE.txt",
"static/js/blocks.63a7efd6.js.LICENSE.txt": "/static/js/blocks.63a7efd6.js.LICENSE.txt",
"static/js/data.c971dac1.js.LICENSE.txt": "/static/js/data.c971dac1.js.LICENSE.txt",
"static/js/dates.3df37052.js.LICENSE.txt": "/static/js/dates.3df37052.js.LICENSE.txt",
"static/js/edtrServices.ab48e0be.js.LICENSE.txt": "/static/js/edtrServices.ab48e0be.js.LICENSE.txt",
"static/js/eeComponents.690c0050.js.LICENSE.txt": "/static/js/eeComponents.690c0050.js.LICENSE.txt",
"static/js/eventEditor.c58ff9bb.js.LICENSE.txt": "/static/js/eventEditor.c58ff9bb.js.LICENSE.txt",
"static/js/form.9df15d46.js.LICENSE.txt": "/static/js/form.9df15d46.js.LICENSE.txt",
"static/js/dates.caf33f19.js.LICENSE.txt": "/static/js/dates.caf33f19.js.LICENSE.txt",
"static/js/edtrServices.bff93b87.js.LICENSE.txt": "/static/js/edtrServices.bff93b87.js.LICENSE.txt",
"static/js/eeComponents.01db02e3.js.LICENSE.txt": "/static/js/eeComponents.01db02e3.js.LICENSE.txt",
"static/js/eventEditor.f6b001fa.js.LICENSE.txt": "/static/js/eventEditor.f6b001fa.js.LICENSE.txt",
"static/js/form.4111d597.js.LICENSE.txt": "/static/js/form.4111d597.js.LICENSE.txt",
"static/js/formBuilder.38d1a9e5.js.LICENSE.txt": "/static/js/formBuilder.38d1a9e5.js.LICENSE.txt",
"static/js/plugins.b1431394.js.LICENSE.txt": "/static/js/plugins.b1431394.js.LICENSE.txt",
"static/js/registry.6ccc0ed3.js.LICENSE.txt": "/static/js/registry.6ccc0ed3.js.LICENSE.txt",
"static/js/richTextEditor.f646b11d.js.LICENSE.txt": "/static/js/richTextEditor.f646b11d.js.LICENSE.txt",
"static/js/services.c953e4d3.js.LICENSE.txt": "/static/js/services.c953e4d3.js.LICENSE.txt",
"static/js/services.73cfdb87.js.LICENSE.txt": "/static/js/services.73cfdb87.js.LICENSE.txt",
"static/js/slotFill.973c758c.js.LICENSE.txt": "/static/js/slotFill.973c758c.js.LICENSE.txt",
"static/js/toaster.22c2d1a1.js.LICENSE.txt": "/static/js/toaster.22c2d1a1.js.LICENSE.txt",
"static/js/tpc.74d08f94.js.LICENSE.txt": "/static/js/tpc.74d08f94.js.LICENSE.txt",
"static/js/uiComponents.ddfa0fcd.js.LICENSE.txt": "/static/js/uiComponents.ddfa0fcd.js.LICENSE.txt",
"static/js/tpc.996cc84b.js.LICENSE.txt": "/static/js/tpc.996cc84b.js.LICENSE.txt",
"static/js/uiComponents.ba624627.js.LICENSE.txt": "/static/js/uiComponents.ba624627.js.LICENSE.txt",
"static/js/wpPluginsPage.c22ab949.js.LICENSE.txt": "/static/js/wpPluginsPage.c22ab949.js.LICENSE.txt"
},
"entrypoints": {
Expand All @@ -158,26 +158,26 @@
"static/js/config.8d191a28.asset.php"
],
"constants": [
"static/js/constants.3e54d732.js",
"static/js/constants.9b189fa6.asset.php"
"static/js/constants.5d7d0df3.js",
"static/js/constants.babda6da.asset.php"
],
"data": [
"static/js/data.c971dac1.js",
"static/js/data.b90ef418.asset.php"
],
"dates": [
"static/css/dates.c8f0c9bd.css",
"static/js/dates.3df37052.js",
"static/js/dates.ac94076d.asset.php"
"static/js/dates.caf33f19.js",
"static/js/dates.2b22d543.asset.php"
],
"edtrServices": [
"static/js/edtrServices.ab48e0be.js",
"static/js/edtrServices.6af282db.asset.php"
"static/js/edtrServices.bff93b87.js",
"static/js/edtrServices.dc3ef1bf.asset.php"
],
"eeComponents": [
"static/css/eeComponents.9dc7fa3f.css",
"static/js/eeComponents.690c0050.js",
"static/js/eeComponents.59f081cd.asset.php"
"static/js/eeComponents.01db02e3.js",
"static/js/eeComponents.8f30b0c0.asset.php"
],
"events": [
"static/js/events.31a3a0f2.js",
Expand All @@ -190,8 +190,8 @@
],
"form": [
"static/css/form.25a767d0.css",
"static/js/form.9df15d46.js",
"static/js/form.2863bdf7.asset.php"
"static/js/form.4111d597.js",
"static/js/form.91534fa5.asset.php"
],
"helpers": [
"static/js/helpers.cd40879f.js",
Expand All @@ -214,8 +214,8 @@
"static/js/plugins.e8dba162.asset.php"
],
"predicates": [
"static/js/predicates.26b889b2.js",
"static/js/predicates.b5281d47.asset.php"
"static/js/predicates.f6c6a750.js",
"static/js/predicates.4d5c0b80.asset.php"
],
"registry": [
"static/js/registry.6ccc0ed3.js",
Expand All @@ -227,8 +227,8 @@
"static/js/richTextEditor.039d1b55.asset.php"
],
"services": [
"static/js/services.c953e4d3.js",
"static/js/services.ca90bfa0.asset.php"
"static/js/services.73cfdb87.js",
"static/js/services.af5c22d0.asset.php"
],
"slotFill": [
"static/js/slotFill.973c758c.js",
Expand All @@ -249,17 +249,17 @@
],
"tpc": [
"static/css/tpc.1ecc4c96.css",
"static/js/tpc.74d08f94.js",
"static/js/tpc.f87f37b6.asset.php"
"static/js/tpc.996cc84b.js",
"static/js/tpc.156bad38.asset.php"
],
"types": [
"static/js/types.c612a699.js",
"static/js/types.011b1e52.asset.php"
],
"uiComponents": [
"static/css/uiComponents.065ade0e.css",
"static/js/uiComponents.ddfa0fcd.js",
"static/js/uiComponents.81232d21.asset.php"
"static/js/uiComponents.ba624627.js",
"static/js/uiComponents.e102c758.asset.php"
],
"utils": [
"static/js/utils.180e65e3.js",
Expand All @@ -272,8 +272,8 @@
],
"eventEditor": [
"static/css/eventEditor.aaccfc45.css",
"static/js/eventEditor.c58ff9bb.js",
"static/js/eventEditor.66865513.asset.php"
"static/js/eventEditor.f6b001fa.js",
"static/js/eventEditor.42138b5e.asset.php"
],
"wpPluginsPage": [
"static/css/wpPluginsPage.b279b3dc.css",
Expand Down
Loading

0 comments on commit 6396ab0

Please sign in to comment.