4.4.0
·
78 commits
to master
since this release
Included commits: 4.3.1...4.4.0
Improvements
- Introduced
TouchConfig::isTouchEnabled(). - Adjusted the following
TouchFacadeInterfacemethods to be able to control the touch execution based onTouchConfig::isTouchEnabled():touchActive();touchInactive();touchDeleted();bulkTouchSetActive();bulkTouchSetInActive();bulkTouchSetDeleted();getItemsByType();removeTouchEntriesMarkedAsDeleted();cleanTouchEntitiesForDeletedItemEvent().