Releases: Ometria/magento2-extension
2.2.0 minor release
- Added base currency values to Orders API response.
- Use correct value for billing address name (was previously using shipping address name).
- Cast string to float to ensure discount line is formatted correctly when greater than zero but less than one.
- Add base currency values to line items in Orders API response.
- Move inventory access to independent service to allow MSI with backwards compatibility, used in ometria.raw_data and Product API V2.
- Return boolean for Product API V2 is_in_stock value.
- Add "reward_points" value to customer API response for Magento Commerce merchants.
2.1.1 patch release
- Fix bug in currency code caching, ensure prices are converted to correct currency.
- Default to trying to use the configurable product image regardless of UseConfigurableImage config.
- Fix case on return variable name.
- Fix issue with pricing for configurable products caused by Magento internal caching of price info per store.
- Remove redundant DI class.
2.1.0 minor release
Introduces Products API V2
Added count parameters to API endpoints
Refactor API authentication to remove static functions and $_REQUEST global use
Aligns add to cart product ID for configurables with the PDP selection ID
Added event to push updated DataLayer to Ometria on Configurable product page simple variant selection
Introduces "Preferred Product" image functionality for configurable products
Added tax value and price including tax to Product API V2 response
Fix Products API V1 bug where the last product is duplicated when requesting multiple IDs with "listings=true"
2.0.4 minor release
Fixes Exception handling in ping class.
2.0.3 minor release
Fix issue with access to dates in abandoned cart module to ensure values are set.
2.0.2 minor release
Fixes issue with per website pricing
Adds stock info to Product API
1.4.3 minor release
Fixes issue with per website pricing
Adds stock info to Product API
2.0.1 Major release
New API endpoints and bug fixes.
Minor update for compilation errors
Updated Redirect block to re-use Session from $context, which was causing compilation errors.
1.4.0 Add configurable parent info to Products endpoint
Adds "parent_id" and "is_variant" nodes to product data for products which are children of a configurable product.