Skip to main content

Release Notes | User Acceptance Testing

Online Ordering

Customers_940451468_96_dpi.jpg

2026-06-23 | 3.10 Online Ordering

Refer to change tickets: CHANGE-15165, CHANGE-15314, CHANGE-15321, CHANGE-15322, and CHANGE-15347 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.137

3.10.150

Enterprise Restaurant Order Mapper (EROM)

4.1.68

4.1.94

Menu Engine

3.10.87

3.10.93

Menu Publisher

3.10.206

3.10.219

Site Status Notifier (SSN)

3.10.50

3.10.56

Improvements

XOO-11602, XOO-12077, XOO-12360, XOO-12362, XOO-12521, XOO-12732, XOO-12788, XOO-12929, XOO-12949, XOO-12999

EROM, Menu Engine, SSN

XOO-11795

Menu Engine

Added support for In Store pricing data for Uber Eats menus with the following actions:

  • Add in store pricing as part of menu output and in_store_discounted_price if applicable

  • Add new Send In-Store Pricing setting for delivery subscription with fields In-Store Pricing Order Source and In-Store Pricing Destination

  • When Menu Publisher receives items with restrict_age is true, sends following to delivery provider: alcoholic_items set to “1” and can_serve_alone set to true

  • When Menu Publisher receives items with restrict_age is false, sends following to delivery provider: alcoholic_items set to “0“ and can_serve_alone set to true

XOO-11945

SSN

Enhanced support for pausing/unpausing online ordering channels by updating dashboards to reflect Integrator Status data.

XOO-12084, XOO-12136

Menu Engine, Menu Publisher

Enabled Uber Eats delivery provider to receive alcoholic items marked as such with the following actions:

  • Update Menu Engine to consume restrict_age and age_value details from items and forward to Menu Publisher

  • When Menu Publisher receives items with restrict_age is true, sends following to delivery provider: alcoholic_items set to “1” and can_serve_alone set to true

  • When Menu Publisher receives items with restrict_age is false, sends following to delivery provider: alcoholic_items set to “0“ and can_serve_alone set to true

XOO-12107

Menu Publisher

Added support for delivery providers to receive store/menu Holiday hours data.

XOO-12183

Menu Publisher

Added support for users to manage non-quantifiable Products within Bundle Components by updating to consume non_quantifiable_products_ids field in Bundle Components. When non_quantifiable_products_ids includes current Product Choice ID, checkbox selectors display on delivery provider UI for item.

XOO-12391

Menu Publisher

Added support for user to filter out platform Event notifications based on target Point Of Sale by updating to include "target_pos": ["XPOS", "GREST"] into notifications.

XOO-12497

Menu Publisher

Filtering logs by request_id during out_of_stock flow returns execution chain for one provider only as expected, using request_id as unique trace for single order source.

XOO-12647, XOO-12681

Menu Publisher

Added support for GrubHub delivery service user to include multiple instances of same Modifier into multiple groups within a Modifier collection with the following actions:

  • Enable detection of Modifier with same id applied multiple times to item

  • Update to pass group_id to API if Modifier is applied multiple times to item

  • Populate orders from all applicable delivery providers with Modifier group_id

  • Update to pass Modifier group_entity_id is passed in into GrubHub menus

  • Use external_id field on Modifiers to carry Modifier group context, with group_entity_id encoded

XOO-12717, XOO-12720, XOO-12721, XOO-12722

Menu Publisher

Enhanced GrubHub delivery service Modifiers with the following actions:

  • Support maximum quantities for Modifier groups

  • Enable Modifier quantities to change flag

  • Support hybrid Modifiers/Products

XOO-12719

Menu Publisher

Enabled GrubHub delivery service user to filter out No variation from list of Modifier variations.

XOO-12736

SSN

Enhanced deployment procedures.

XOO-12743

Menu Publisher

Menu publishes successfully after Menu refresh for GrubHub store without error message.

XOO-12856

Menu Publisher

Implement Charge Above functionality for Products in Bundles by updating logic to process map_quantity_to_variants to consider for Bundle Components. If true, output sets charge_above value to default quantity.

XOO-12957

Menu Engine

All Child-Item Quantity-Based Pricing Rules with tags display accurately as expected.

XOO-12959

Delivery Adapter

DoorDash order successfully consumes discount "external_campaign_id":"tam-test-bogo-us".

XOO-5241

Menu Engine

Enabled administrator to define bundle component product choices using tags by updating to consume bundle components with following tags: product_choices_entity_ids; tag_entity_ids; product_choices

2026-06-16 | 3.10 Online Ordering

Refer to change ticket: CHANGE-15180 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Engine

3.10.83

3.10.87

Improvements

XOO-11602, XOO-12077

XOO-12409

Enabled user to display in-store prices on Uber Eats with the following actions:

  • Update to detect if Pick-Up menu is enabled in Uber Delivery subscription with "enable_pickup_menu": true

  • If true, prices retrieve by destination_for_pickup_menu field for all items in Menu. Menu populates with respective price values and destination value of the price_overrides array

XOO-12895

Parent definition for hybrid products (originated_from_products = true) processes successfully.