This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Releases: acquia/acquia_commercemanager
Releases · acquia/acquia_commercemanager
1.12.2
1.12.1
1.12.0
- Updated ORCA implementation. (#143)
- Fix behat tests for coupons (#83)
- Integrate ORCA test framework (#140)
- Use persistent locks to avoid issues. (#142)
- Adding logging in promotion sync. (#141)
- Fix "Fatal error: Declaration of Variant::processImport() must be compatible with interface..." (#139)
- Make createProductOption public to allow it to be used from outside. (#128)
- Make field_configured_skus non translatable as it is global level attribute in MDC. (#129)
- Avoid creating empty carts before user actually wants one. (#135)
- Fix linked skus API for skus with space. (#136)
- Fix query to get all parents and add static cache. (#137)
- Fix issue in customer delete api. (#138)
- Avoid processing when category id or name are empty. (#133)
- Make category sync drush command working. (#130)
- Set weights using proper variable in config. (#131)
- Add use statement for Cache class used in #120. (#126)
- Update conditions for skipping. (#125)
- Adding SKU pre-validate event while importing products. (#104)
- Allow setting attribute weights per attribute set. (#47)
- Make code more re-usable for downloading images and delete them when SKU deleted. (#48)
- Re-work stock storage to respect is_in_stock flag. (#118)
- Reduce infinite sync requests. (#98)
- Refactor how we add/update/delete base fields in SKU. (#43)
- Invalidate the all parent skus if child sku is updated. (#120)
- Delete promotion only of types synced. (#122)
- Adding drush 9 commands and removing drush 8 ones. (#123)
- Update field_group to 3.x (#121)
- Add tests for category sync. (#119)
- Not delete heiarchy when term not in cat sync response. (#103)
- Use Cache::invalidateTags instead of invalidateMultiple of cache service. (#116)
- Make price fields non-translatable. (#110)
1.11.0
- Check value from translated term for conditions. (9938e57)
- Allow altering the query to get display node. (#107)
- Avoid unnecessary warnings for faulty data. (#108)
- If multiple parents available, use the one with display node. (#109)
- Use loadFromSku which has static cache. (#112)
- Remove orphan promotions while sync when not in api sync response. (#113)
- Fixing CS errors. (0854fdf)
- Adding check for empty option value. (#114)
- Adding log for the node delete. (#115)
- Use translated label for facet. (#105)
1.10.0
1.9.0
1.8.1
1.8.0
- Improve performance by placeholdering all blocks using our cookie context. (c59805f)
- Avoid 500 issues with ResourceResponse related to leaked metadata. (c4a135f)
- Enhance deriveProductTree for configurables. (86f0081)
- Adding consolidated summary of product import rather than loggging on incidents. (ebe6ba4)
- Improve performance around getting stock for Configurable products. (8c8e429)
- Alias not created for the tranlated node. (b773fa4)
- Adding comment. (66f943b)
- Use Drupal httpClient to ensure server is not slowed down for invalid urls. (59fa614)
- 54: Allow setting product title based on Brand specific logic. (f2e4c56)
- Fix broken function ProductStockSyncResource::post (#70)
- Fix typing error. Edited log strings. (f1664bf)
- Use sku instead of cart item indexes. (#52)
- Not sync skus for catalog promotion on promotion sync. (#50)
- Fix CS failures (06758c5)
- 54: Add final class for event name constant. (2788fc7)
- Fix typing error (776d4ac)
- Fix CS fail (701fde1)
- Improve performance by placeholdering all blocks using our cookie con… (#42)
- Avoid 500 issues with ResourceResponse related to leaked metadata. (#55)
- Adding consolidated summary of product import rather than logging on events. (#61)
- Injecting database connection. (c024525)
- 54: Allow setting product title based on Brand specific logic. (#72)
- Improve performance around getting stock for Configurable products. (#62)
- Enhance deriveProductTree for configurables. (#58)
- Use Drupal httpClient to ensure server is not slowed down for invalid urls. (#71)
- Fix usage of http client. (d687893)
- Inject the module handler service. (df3cc16)
- Fix usage of http client. (#74)
- Alias not created for the tranlsated node. (#63)
- Add new dashboard for ACM. (#73)
- Catch exception while rendering plugin and render menu. (#77)
- Fix EnforcedResponseException in form builder. (#78)
- Use DI. (#79)
- Behat tests: Add more coupon tests (6f60b3a)
- Behat tests: Coupon: Test for correct error string (77b1248)
- Behat tests: More coupon tests (#81)
- Behat tests change billing address (#80)
- Better coupon error handling (#82)
1.7.0
- V2 content is application/json (not form-data) (599956b)
- Code review corrections (1ff2e05)
- Fix CS. (df04343)
- Make client class not final and fix CS fails (again) (7085bf9)
- V2 content is application/json (not form-data) (#64)
- Add behat tests (#67)
- Update synchronous products sync test drush command to handle multiple langues. (#68)
- Attibute value is not updated if emptied in magento. (#66)