Skip to content

Releases: Ometria/magento2-extension

2.2.0 minor release

26 Apr 08:52
6bdbd9d
Compare
Choose a tag to compare
  • 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

26 Apr 08:32
354b0ff
Compare
Choose a tag to compare
  • 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

25 Jan 10:32
f15ee81
Compare
Choose a tag to compare

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

29 Oct 10:16
238aec5
Compare
Choose a tag to compare

Fixes Exception handling in ping class.

2.0.3 minor release

17 Jun 06:41
c6fe62f
Compare
Choose a tag to compare

Fix issue with access to dates in abandoned cart module to ensure values are set.

2.0.2 minor release

14 Oct 13:39
818cba3
Compare
Choose a tag to compare

Fixes issue with per website pricing
Adds stock info to Product API

1.4.3 minor release

14 Oct 13:29
95b92b4
Compare
Choose a tag to compare

Fixes issue with per website pricing
Adds stock info to Product API

2.0.1 Major release

15 Aug 12:56
6bbe4ba
Compare
Choose a tag to compare

New API endpoints and bug fixes.

Minor update for compilation errors

25 May 10:24
b58dcab
Compare
Choose a tag to compare

Updated Redirect block to re-use Session from $context, which was causing compilation errors.

1.4.0 Add configurable parent info to Products endpoint

01 May 14:49
d0eab00
Compare
Choose a tag to compare

Adds "parent_id" and "is_variant" nodes to product data for products which are children of a configurable product.