Skip to content

4.4.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 23 Jun 13:13
· 78 commits to master since this release

Included commits: 4.3.1...4.4.0

Improvements

  • Introduced TouchConfig::isTouchEnabled().
  • Adjusted the following TouchFacadeInterface methods to be able to control the touch execution based on TouchConfig::isTouchEnabled():
    • touchActive();
    • touchInactive();
    • touchDeleted();
    • bulkTouchSetActive();
    • bulkTouchSetInActive();
    • bulkTouchSetDeleted();
    • getItemsByType();
    • removeTouchEntriesMarkedAsDeleted();
    • cleanTouchEntitiesForDeletedItemEvent().